SAP ABAP Class CL_GRAC_AD_ACCESS_MGMT_IDM_OB (spml outbound services)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_DIRECTORY_SERVICES (Package) Access Control GRC and IDM, LDAP integration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRAC_AD_ACCESS_MGMT Interface for AC Access Management Integration Scenario 20100118
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRAC_AD_TYPES Data types used in AC Adaptor interfaces 20100118
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRAC_DS_TYPES Types used in IDM services 20100118
Properties
Class CL_GRAC_AD_ACCESS_MGMT_IDM_OB  
Short Description spml outbound services    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRAC_DIRECTORY_SERVICES   Access Control GRC and IDM, LDAP integration 
Created 20100118   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_GRAC_AD_ACCESS_MGMT Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_GRAC_DS_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRAC_AD_ACCESS_MGMT Interface for AC Access Management Integration Scenario 20100118
2 IF_GRAC_AD_TYPES Data types used in AC Adaptor interfaces 20100118
3 IF_GRAC_DS_TYPES Types used in IDM services 20100118
Friends
# Friend Modeled only Created on Description
1 CL_GRAC_AD_ACCESS_MGMT 20100118 Interface class for User Provisioning Integration Scenario
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 G_INSTANCE_OBJECT Static Attribute Private Object reference (TYPE REF TO) CL_GRAC_AD_ACCESS_MGMT_IDM_OB spml outbound services 20100118
2 MT_LOCK_BUFFER Instance attribute Private Type reference (TYPE) YT_LOCK_BUFFER 20100211
3 MT_OPERATION_RESULT_SPML Instance attribute Private Type reference (TYPE) YT_OPERATION_RESULT_SPML 20100216
Methods
# Method Level Visibility Method type Description Created on
1 AUDIT_LOG Instance method Public Method 20100218
2 CLEAN_IDM_REQ_RESP_BUF Instance method Private Method Clears request and response from Buffer table 20100805
3 CONSTRUCTOR Instance method Public Constructor 20100118
4 CREATE_BATCH_REQUEST Instance method Private Method Encloses the request in Bactch request 20100210
5 DELETE_REQUEST Instance method Private Method Deletes the SPML request from DB table 20100211
6 DEQUEUE_REQUEST Instance method Private Method 20100211
7 ENQUEUE_REQUEST Instance method Private Method Enqueues 20100211
8 GET_EXTENDED_REQUEST Static method Public Method 20100516
9 GET_IDENTIFIER_TAG Instance method Private Method Returns the Identifier tag 20100210
10 GET_IDM_APPLICATIONS_LIST Instance method Private Method Gets the list of applications configured to Idm. 20100208
11 GET_IDM_SYSTEMS_LIST Instance method Private Method Returns list of idm systems 20100208
12 GET_INSTANCE Static method Protected Method 20100118
13 GET_MODIFY_REQUEST Instance method Private Method returns the SPML modify request 20100210
14 GET_REQUEST Instance method Private Method Reads request from the table 20100210
15 GET_REQUEST_STATUS Instance method Public Method 20100223
16 GET_ROLES_LIST Instance method Public Method 20100205
17 GET_USERS_LIST Instance method Public Method 20100315
18 GET_USER_PASSWORD Instance method Private Method Returns user password 20100201
19 GET_USER_UNIQUEID_SAPEP Instance method Public Method 20100511
20 INSERT_OPERATION_RESULT_SPML Instance method Private Method 20100216
21 INSERT_REQUEST Instance method Private Method 20100211
22 INSERT_RESPONSE Instance method Private Method 20100216
23 RAISE_ERROR Instance method Private Method 20100203
24 READ_ACTION_MAPPINGS Instance method Private Method Reads the Configurations for the action mappings 20100208
25 READ_RESPONSE Instance method Private Method 20100216
26 SET_ROLES_AC_REPO Instance method Public Method 20100305
27 SUBMIT_REQUEST Instance method Private Method Submits request to Idm 20100210
28 UPDATE_REQUEST Instance method Private Method 20100211
29 UPDATE_RESPONSE Instance method Private Method 20100216
Events
Class CL_GRAC_AD_ACCESS_MGMT_IDM_OB has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YLOGICAL_DESTINATION Public Attribute reference (LIKE) 20100209
2 YRETURN_CODE Public Attribute reference (LIKE) 20100210
3 YS_LOCK_BUFFER Private See coding 20100211 BEGIN OF ys_lock_buffer, req_no TYPE grac_reqno, connector TYPE grfn_connectorid, END OF ys_lock_buffer
4 YS_OPERATION_RESULT_SPML Private See coding 20100216 BEGIN OF ys_operation_result_spml, req_no TYPE grac_reqno, connector TYPE grfn_connectorid, operation_result TYPE if_grac_ad_types=>ys_operation_result, END OF ys_operation_result_spml
5 YS_SPML_REQUEST_ATTR Public Attribute reference (LIKE) 20100215
6 YT_FIELD Private Attribute reference (LIKE) 20100204
7 YT_LOCK_BUFFER Private See coding 20100211 yt_lock_buffer TYPE STANDARD TABLE OF ys_lock_buffer
8 YT_MESSAGE Public Attribute reference (LIKE) 20100210
9 YT_OPERATION_RESULT_SPML Private See coding 20100216 yt_operation_result_spml TYPE STANDARD TABLE OF ys_operation_result_spml
10 YT_SCHEMA_RESPONSE_ATTR Public Attribute reference (LIKE) 20100204
11 YT_SPML_REQUEST_ATTR Public Attribute reference (LIKE) 20100215
12 YT_USER_ASSIGN_OBJECT Private Attribute reference (LIKE) 20100204
Method Signatures

Method AUDIT_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) YT_MESSAGE 20100302
2 Exporting ET_OPERATION_RESPONSE Call by reference Type reference (TYPE) IF_GRAC_AD_ACCESS_MGMT=>YT_OPERATION_RESULT 20100302
3 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) YRETURN_CODE 20100302
4 Importing IV_LOGICAL_DESTINATION Call by reference Type reference (TYPE) YLOGICAL_DESTINATION 20100218
5 Importing IV_REQNO Call by reference Type reference (TYPE) GRAC_REQNO Request Number 20100218
6 Importing IV_SYSTEM_ID Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100525
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method CLEAN_IDM_REQ_RESP_BUF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100805
2 Importing IV_REQNO Call by reference Type reference (TYPE) GRAC_REQNO Request Number 20100805
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100805

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_GRAC_AD_ACCESS_MGMT_IDM_OB has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method CREATE_BATCH_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SPML_REQUEST Call by reference Type reference (TYPE) STRING 20100210
2 Importing IV_GRC_REQ_NO Value transfer Type reference (TYPE) GRAC_LONG_DESCN Request Number 20100210
3 Importing IV_PROV_TYPE Value transfer Type reference (TYPE) GRAC_PARAM_VALUE Parameter value 20100210
4 Importing IV_SPML_REQUEST Call by reference Type reference (TYPE) STRING 20100210
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100210

Method DELETE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRFN_CONNECTORID Request Number 20100211
2 Importing IV_REQ_NO Value transfer Type reference (TYPE) GRAC_REQNO Request Number 20100211
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100211

Method DEQUEUE_REQUEST Signature

Method DEQUEUE_REQUEST on class CL_GRAC_AD_ACCESS_MGMT_IDM_OB has no parameter.
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method ENQUEUE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100211
2 Importing IV_REQ_NO Value transfer Type reference (TYPE) GRAC_REQNO Request Number 20100211
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100211

Method GET_EXTENDED_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXTENDED_REQUEST Call by reference Type reference (TYPE) GRAC_STRING Data Element of type string 20100516
2 Importing IT_REQ_ATTRS_VALUES Call by reference Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_REQ_ATTRS_VALUES 20100516
3 Importing IV_OPERATION_ID Call by reference Type reference (TYPE) GRAC_STRING 20100516
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100516

Method GET_IDENTIFIER_TAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_IDENTIFIER_TAG Call by reference Type reference (TYPE) STRING 20100210
2 Importing IV_IDENTIFIER Value transfer Type reference (TYPE) GRAC_STRING Parameter value 20100210
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method GET_IDM_APPLICATIONS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_APPLICATIONS Call by reference Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_SPML_REQUEST_ATTR 20100208
2 Importing IV_LOGICAL_DESTINATION Call by reference Type reference (TYPE) STRING 20100208
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method GET_IDM_SYSTEMS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYSTEMS Call by reference Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_SPML_REQUEST_ATTR 20100208
2 Importing IV_LOGICAL_DESTINATION Call by reference Type reference (TYPE) STRING 20100208
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_INSTANCE Value transfer Object reference (TYPE REF TO) IF_GRAC_AD_ACCESS_MGMT Interface for AC Access Management Integration Scenario 20100118
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method GET_MODIFY_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_MODIFY_REQUEST Call by reference Type reference (TYPE) STRING 20100210
2 Importing IT_REQ_ATTRS_VALUES Call by reference Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_REQ_ATTRS_VALUES 20100210
3 Importing IV_IDENTIFIER Call by reference Type reference (TYPE) GRAC_STRING Parameter value 20100210
4 Importing IV_OPR_ATTR Call by reference Type reference (TYPE) ABAP_BOOL 20100218
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method GET_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SPML_REQUEST Call by reference Type reference (TYPE) GRAC_S_IDMREQ Data Element of type string 20100211
2 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100210
3 Importing IV_REQ_NO Value transfer Type reference (TYPE) GRAC_REQNO Request Number 20100210
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100210

Method GET_REQUEST_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) YT_MESSAGE Message table 20100224
2 Exporting ET_OPERATION_RESULT Call by reference Type reference (TYPE) IF_GRAC_AD_ACCESS_MGMT=>YT_OPERATION_RESULT Provisioning operation result of each Object ID in Req No 20100224
3 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) YRETURN_CODE Return code 20100224
4 Importing IV_LOGICAL_DESTINATION Call by reference Type reference (TYPE) YLOGICAL_DESTINATION 20100223
5 Importing IV_REQNO Call by reference Type reference (TYPE) GRAC_REQNO Request Number 20100223
6 Importing IV_SYSTEM_ID Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100525
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100223

Method GET_ROLES_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_TAB Message table 20100205
2 Exporting ET_USER_DETAILS Call by reference Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_SPML_REQUEST_ATTR 20100205
3 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) INT4 Return code 20100205
4 Importing IV_LOGICAL_DESTINATION Call by reference Type reference (TYPE) STRING 20100205
5 Importing IV_USER Value transfer Type reference (TYPE) GRAC_USER User Name in User Master Record 20100205
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method GET_USERS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_TAB Message table 20100315
2 Exporting ET_USER_DETAILS Call by reference Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_SPML_REQUEST_ATTR 20100315
3 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) INT4 Return code 20100315
4 Importing IV_LOGICAL_DESTINATION Call by reference Type reference (TYPE) STRING 20100315
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100315

Method GET_USER_PASSWORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_GENERATED_PASSWORD Call by reference Type reference (TYPE) XUNCODE SAP user password 20100201
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) INT4 Return code 20100201
3 Importing IV_LOGICAL_DESTINATION Call by reference Type reference (TYPE) STRING 20100201
4 Importing IV_USER Value transfer Type reference (TYPE) GRAC_USER User Name in User Master Record 20100201
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method GET_USER_UNIQUEID_SAPEP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_UNIQUEID Call by reference Type reference (TYPE) GRAC_STRING Data Element of type string 20100512
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) YRETURN_CODE 20100524
3 Exporting EV_SEARCH_REQUEST Call by reference Type reference (TYPE) GRAC_STRING Data Element of type string 20100524
4 Exporting EV_SPML_REQUEST Call by reference Type reference (TYPE) GRAC_STRING Data Element of type string 20100511
5 Importing IT_SEARCHELMT Value transfer Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_CONN_PARAMS 20100511
6 Importing IT_SEARCHELMTOBJCLASS Value transfer Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_CONN_PARAMS 20100511
7 Importing IV_ATTRIBUTES_BOOL Value transfer Type reference (TYPE) GRFN_BOOLEAN Boolean 20100524
8 Importing IV_LOGICAL_DESTINATION Value transfer Type reference (TYPE) YLOGICAL_DESTINATION System Id 20100511
9 Importing IV_OBJECT_ID Value transfer Type reference (TYPE) GRAC_STRING Data Element of type string 20100512
10 Importing IV_SEARCH_TYPE Value transfer Type reference (TYPE) GRAC_STRING Data Element of type string 20100512
11 Importing IV_SYSTEM_ID Value transfer Type reference (TYPE) IF_GRAC_AD_TYPES~YSYSTEM_ID System ID 20100524
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100511

Method INSERT_OPERATION_RESULT_SPML Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OPERATION_RESULT Call by reference Type reference (TYPE) YS_OPERATION_RESULT_SPML System Id 20100216
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100216

Method INSERT_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100211
2 Importing IV_IDMREQNO Call by reference Type reference (TYPE) GRAC_LONG_DESCN Long Description 20100803
3 Importing IV_REQ_NO Value transfer Type reference (TYPE) GRAC_REQNO Request Number 20100211
4 Importing IV_SPML_REQUEST Call by reference Type reference (TYPE) STRING Data Element of type string 20100211
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100211

Method INSERT_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OPERATION_RESULT Call by reference Type reference (TYPE) GRAC_T_IDMRESP Structure for Response 20100216
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100216

Method RAISE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUM Call by reference Type reference (TYPE) SYMSGNO 20100203
2 Importing IV_PAR1 Call by reference Type reference (TYPE) SYMSGV 20100203
3 Importing IV_PAR2 Call by reference Type reference (TYPE) SYMSGV 20100203
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100203

Method READ_ACTION_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_IDM_CONPARAMS Call by reference Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_IDM_CONPARAMS 20100208
2 Exporting ET_IDM_CONPARAMS_FLDMAPS Call by reference Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_IDM_CONPARAMS_FLDMAPS 20100208
3 Importing IV_ACTION Call by reference Type reference (TYPE) STRING Parameter Name 20100208
4 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) GRFN_CONNECTORID Group operation mapping 20100525
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100208

Method READ_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OPERATION_RESULT Call by reference Type reference (TYPE) GRAC_T_IDMRESP Table for Response data 20100216
2 Importing IV_CONNECTOR Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100216
3 Importing IV_REQ_NO Value transfer Type reference (TYPE) GRAC_REQNO Request Number 20100216
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100216

Method SET_ROLES_AC_REPO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROLE Call by reference Type reference (TYPE) GRAC_T_ROLE_IN Table type to Role input for user store 20100305
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100606

Method SUBMIT_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) YT_MESSAGE 20100210
2 Exporting ET_OPERATION_RESULT Call by reference Type reference (TYPE) GRAC_T_IDMRESP Table for Response data 20100216
3 Exporting ET_SPML_RESPONSE Call by reference Type reference (TYPE) YT_SPML_REQUEST_ATTR Returned filtered response 20100215
4 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) YRETURN_CODE 20100210
5 Importing IV_IDMREQNO Call by reference Type reference (TYPE) GRAC_LONG_DESCN Long Description 20100803
6 Importing IV_LOGICAL_DESTINATION Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100210
7 Importing IV_REQ_NO Value transfer Type reference (TYPE) GRAC_REQNO Request Number 20100216
8 Importing IV_SPML_REQUEST Call by reference Type reference (TYPE) STRING 20100210
9 Importing IV_SYSTEM_ID Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100525
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100210

Method UPDATE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTOR Call by reference Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100211
2 Importing IV_IDMREQNO Call by reference Type reference (TYPE) GRAC_LONG_DESCN Long Description 20100803
3 Importing IV_REQ_NO Call by reference Type reference (TYPE) GRAC_REQNO Request Number 20100211
4 Importing IV_SPML_REQUEST Call by reference Type reference (TYPE) STRING Data Element of type string 20100211
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100211

Method UPDATE_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OPERATION_RESULT Call by reference Type reference (TYPE) GRAC_T_IDMRESP Table for Response data 20100216
2 Importing IT_OPERATION_RESULT Call by reference Type reference (TYPE) IF_GRAC_DS_TYPES=>YT_SPML_REQUEST_ATTR Table for Response data 20100216
3 Importing IV_IDMREQNO Call by reference Type reference (TYPE) GRAC_LONG_DESCN Long Description 20100803
4 Importing IV_LOGICAL_DESTINATION Value transfer Type reference (TYPE) GRFN_CONNECTORID 20100607
5 Importing IV_REQNO Value transfer Type reference (TYPE) GRAC_REQNO Request Number 20100216
6 Importing IV_SYSTEM_ID Value transfer Type reference (TYPE) GRFN_CONNECTORID Connector Id 20100525
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20100216
History
Last changed by/on SAP  20141106 
SAP Release Created in 600