SAP ABAP Class CL_GRAC_ACREQ_UTIL (Supporting class for access request)
Hierarchy
GRCFND_A (Software Component) GRC Foundation ABAP
   GRC-AC (Application Component) Access Control
     GRAC_ODATA (Package) Access Control GRC Data Provider for oData services and etc.
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  INTF_GRC_ACREQ_APP Access Request Approval 20131101
Properties
Class CL_GRAC_ACREQ_UTIL  
Short Description Supporting class for access request    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRAC_ODATA   Access Control GRC Data Provider for oData services and etc. 
Created 20130827   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_GRC_ACREQ_APP_MPC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_GRC_ACREQ_CRE_MPC Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 INTF_GRC_ACREQ_APP Access Request Approval 20131101
Friends
Class CL_GRAC_ACREQ_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_RISKLEVEL Static Attribute Protected See coding 20130913
2 MT_RISKTYPE Static Attribute Protected See coding 20130913
3 MT_ROLES Static Attribute Public Type reference (TYPE) CL_GRC_ACREQ_CRE_MPC=>TT_ROLE 20131004
4 MT_SOD_VIOL_DET Static Attribute Public Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20140529
5 MV_REQ_NUM Static Attribute Protected Type reference (TYPE) GRAC_REQNO Permission Violation Detail 20140529
6 MV_ROLE_SEARCH Static Attribute Public Type reference (TYPE) STRING 20131004
Methods
# Method Level Visibility Method type Description Created on
1 GET_FORWARD_USERS_LIST Static method Public Method Get Forward Users List 20131108
2 GET_FUNC_DETAILS Static method Public Method Get Function Details 20140605
3 GET_OBJID_FROM_REQNO Static method Public Method Get Object Id from Request Number 20130913
4 GET_PAGING_DATA Static method Public Method Get Paging Data 20130828
5 GET_PAGING_PARAM Static method Public Method Get Paging Param values 20130828
6 GET_PARAM_VALUE Static method Public Method Get Parameter Value 20130828
7 GET_REQUESTS_FOR_USER Static method Public Method Get List of Acess requests 20130913
8 GET_REQUEST_DETAILS Static method Public Method Get Request Details 20130913
9 GET_REQ_DETAILS Static method Public Method Get Request Details with Status 20130913
10 GET_RISK_ATTRIBUTES Static method Public Method Get Risk Attributes - Level/Type 20130913
11 GET_RISK_VIOLATIONS Static method Public Method Get Violations for a Request 20140529
12 GET_ROLES_LIST Static method Public Method Get Roles List 20131003
13 GET_ROLE_ACTIONS Static method Public Method Get Role Actions 20130828
14 GET_ROLE_DETAILS Static method Public Method Get Role Details 20140605
15 GET_ROLE_RISKS Static method Public Method Get Role Risks 20131203
16 GET_ROLE_RISKS_LIST Static method Public Method Get Role Risks 20131203
17 PARSE_STRING_INTO_ATTR Static method Public Method Parse Input Parameter String into List attributes 20130913
18 READ_DRAFT_DATA Static method Public Method Read draft data 20140516
19 READ_ROLES_FROM_SHMA Static method Public Method Get roles from shared memory area 20131006
20 REMOVE_ROLES_FROM_SHMA Static method Public Method Remove Roles from shared memory area 20131006
21 RUN_RISK_ANALYSIS Static method Public Method Run Risk Analysis Again 20140523
22 SAVE_DRAFT_DATA Static method Public Method Save draft data 20140516
23 WRITE_ROLES_TO_SHMA Static method Public Method Write Roles to sharead memory area 20131006
Events
Class CL_GRAC_ACREQ_UTIL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_GRACFUNCT Private See coding 20140605 TT_GRACFUNCT type table of GRACFUNCT
2 YS_ASSOC Private Attribute reference (LIKE) 20130913
3 YS_ATTR_LIST Public Attribute reference (LIKE) 20130913
4 YS_ENTITY Private Attribute reference (LIKE) 20130913
5 YS_PROPERTY Private Attribute reference (LIKE) 20130913
6 YT_ASSOC Private Attribute reference (LIKE) 20130913
7 YT_ATTR_LIST Public Attribute reference (LIKE) 20130913
8 YT_ENTITY Private Attribute reference (LIKE) 20130913
9 YT_PROPERTY Private Attribute reference (LIKE) 20130913
Method Signatures

Method GET_FORWARD_USERS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITYSET Call by reference Type reference (TYPE) CL_GRC_ACREQ_APP_MPC=>TT_FORWARDUSER 20131108
2 Exporting EV_COUNT Call by reference Type reference (TYPE) INT4 Natural number 20131108
3 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING paging structure 20131108
4 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20131108
5 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_TECH_PAIRS Technical name-value pairs 20131108

Method GET_FORWARD_USERS_LIST on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_FUNC_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FUNCTIONS Call by reference Type reference (TYPE) GRAC_T_API_SOD_FUNC Function Description Translations 20140605
2 Importing IT_FUNCTIONS Call by reference Type reference (TYPE) GRAC_T_SOD_FUNCTID_RANGE Function ID 20140605

Method GET_FUNC_DETAILS on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_OBJID_FROM_REQNO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20130913
2 Exporting EV_REQ_ID Call by reference Type reference (TYPE) GRFN_GUID UUID of the GRC object (char32) 20130913
3 Importing IV_REQ_NO Call by reference Type reference (TYPE) GRAC_REQNO Request Number 20130913

Method GET_OBJID_FROM_REQNO on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_PAGING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TO_TAB Call by reference Object reference (TYPE REF TO) DATA 20130828
2 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING paging structure 20130828
3 Importing IT_FROM_TAB Call by reference Object reference (TYPE REF TO) DATA 20130828

Method GET_PAGING_DATA on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_PAGING_PARAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_FROM Call by reference Type reference (TYPE) INT4 Natural number 20130828
2 Exporting EV_TO Call by reference Type reference (TYPE) INT4 Natural number 20130828
3 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING paging structure 20130828
4 Importing IV_PAGE_SIZE Call by reference Type reference (TYPE) INT4 30 Natural number 20130828

Method GET_PAGING_PARAM on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_PARAM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_TECH_PAIRS table for name value pairs 20130828
2 Importing IV_PARAM_NAME Call by reference Type reference (TYPE) STRING 20130828
3 Returning RV_PARAM_VALUE Value transfer Type reference (TYPE) STRING 20130828

Method GET_PARAM_VALUE on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_REQUESTS_FOR_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULTS Call by reference Type reference (TYPE) GRFN_T_AC_POWL AC POWL 20130913
2 Importing IV_USER Call by reference Type reference (TYPE) GRAC_STATUS_APPR Approver 20130913

Method GET_REQUESTS_FOR_USER on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_REQUEST_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ACCESS_REQUEST Call by reference Type reference (TYPE) GRAC_S_API_REQ_DATA Request Header Structure 20130913
2 Exporting ES_HEADER Call by reference Type reference (TYPE) GRAC_DESC Description 20130913
3 Exporting ES_HEADER_DESCRIPTION Call by reference Type reference (TYPE) GRAC_S_REQUEST_HEADER_DESC Structure Of Request Header Descriptions for Print Outs 20130913
4 Exporting ET_REQLINEITM Call by reference Type reference (TYPE) GRAC_T_API_REQLINEITEM Request lineitem 20130913
5 Exporting ET_REQOWNER Call by reference Type reference (TYPE) GRAC_T_API_REQOWNER Request owner 20131212
6 Exporting ET_REQSYS Call by reference Type reference (TYPE) GRAC_T_API_REQSYS System Data 20130913
7 Exporting ET_REQUSER Call by reference Type reference (TYPE) GRAC_T_API_USER_INFO User info 20130913
8 Exporting ET_SOD_REVLINEITEM Call by reference Type reference (TYPE) GRAC_T_API_SOD_REVLINEITEM SOD review lineitem 20130913
9 Exporting ET_SOD_VIOL_ACTION_LEVEL Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20130913
10 Exporting ET_SOD_VIOL_CRITICAL_ACTION Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20130913
11 Exporting ET_SOD_VIOL_CRITICAL_ROLE_PROF Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20130913
12 Exporting ET_SOD_VIOL_PERMISSION_LEVEL Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20130913
13 Exporting ET_SOD_VIO_CRITICAL_PERMISSION Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20130913
14 Exporting ET_UI_ITEM_DATA Call by reference Type reference (TYPE) GRAC_T_UI_ITEM_DATA Table type for item data 20130913
15 Importing IT_WI_ID Call by reference Type reference (TYPE) SWWTWIID Workflow: Table with Work Item IDs 20130913
16 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20130913

Method GET_REQUEST_DETAILS on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_REQ_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ACCESS_REQUEST Call by reference Type reference (TYPE) GRAC_S_API_REQ_DATA Request Header Structure 20130914
2 Exporting ES_HEADER Call by reference Type reference (TYPE) GRAC_DESC Description 20130914
3 Exporting ES_HEADER_DESCRIPTION Call by reference Type reference (TYPE) GRAC_S_REQUEST_HEADER_DESC Structure Of Request Header Descriptions for Print Outs 20130914
4 Exporting ET_REQLINEITM Call by reference Type reference (TYPE) GRAC_T_API_REQLINEITEM Request lineitem 20130914
5 Exporting ET_REQSYS Call by reference Type reference (TYPE) GRAC_T_API_REQSYS System Data 20130914
6 Exporting ET_REQUSER Call by reference Type reference (TYPE) GRAC_T_API_USER_INFO User info 20130914
7 Exporting ET_SOD_REVLINEITEM Call by reference Type reference (TYPE) GRAC_T_API_SOD_REVLINEITEM SOD review lineitem 20130914
8 Exporting ET_SOD_VIOL_ACTION_LEVEL Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20130914
9 Exporting ET_SOD_VIOL_CRITICAL_ACTION Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20130914
10 Exporting ET_SOD_VIOL_CRITICAL_ROLE_PROF Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20130914
11 Exporting ET_SOD_VIOL_PERMISSION_LEVEL Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20130914
12 Exporting ET_SOD_VIO_CRITICAL_PERMISSION Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20130914
13 Exporting ET_UI_ITEM_DATA Call by reference Type reference (TYPE) GRAC_T_UI_ITEM_DATA Table type for item data 20130914
14 Exporting EV_ERROR_MESSAGE Call by reference Type reference (TYPE) STRING 20140124
15 Importing IT_WI_ID Call by reference Type reference (TYPE) SWWTWIID Workflow: Table with Work Item IDs 20130914
16 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) GRFN_API_OBJECT_ID Object ID 20130914
# Exception Resumable Description Created on
1 CX_GRFN_EXCEPTION Generic GRC API exception 20130914

Method GET_RISK_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RISK_ATTR Call by reference Type reference (TYPE) GRAC_S_WD_SODRISK_POWL SOD Risk POWL row. 20130913
2 Importing IV_RISK Call by reference Type reference (TYPE) GRAC_SODRISK_ID Access Risk ID 20130913

Method GET_RISK_ATTRIBUTES on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_RISK_VIOLATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SOD_VIOL_COUNT Call by reference Type reference (TYPE) INT4 Natural number 20140530
2 Exporting ET_SOD_VIOL_DET Call by reference Type reference (TYPE) GRAC_T_SOD_PRM_VIOL_DET Permission Violation Detail 20140529
3 Importing IV_REQ_NUM Call by reference Type reference (TYPE) GRAC_REQNO Request Number 20140529
4 Importing IV_RISK_ID Call by reference Type reference (TYPE) STRING 20140530

Method GET_RISK_VIOLATIONS on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_ROLES_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITYSET Call by reference Type reference (TYPE) CL_GRC_ACREQ_CRE_MPC=>TT_ROLE 20131003
2 Exporting EV_COUNT Call by reference Type reference (TYPE) INT4 Natural number 20131021
3 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING paging structure 20131003
4 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20131003
5 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_TECH_PAIRS Technical name-value pairs 20131003

Method GET_ROLES_LIST on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_ROLE_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITYSET Call by reference Type reference (TYPE) CL_GRC_ACREQ_CRE_MPC=>TT_ROLEACTION 20130828
2 Exporting EV_COUNT Call by reference Type reference (TYPE) INT4 Natural number 20131021
3 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING paging structure 20130828
4 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20130903
5 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_TECH_PAIRS Technical name-value pairs 20130828

Method GET_ROLE_ACTIONS on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_ROLE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROLES Call by reference Type reference (TYPE) GRAC_T_OD_ROLE_DETAIL GRAC Role Detail Structure for oData 20140605
2 Importing IT_ROLES Call by reference Type reference (TYPE) GRAC_T_ROLE_RANGE Role Range 20140605

Method GET_ROLE_DETAILS on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_ROLE_RISKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENTITYSET Call by reference Type reference (TYPE) CL_GRC_ACREQ_APP_MPC=>TT_ROLERISK 20131203
2 Exporting EV_COUNT Call by reference Type reference (TYPE) INT4 Natural number 20131203
3 Importing IS_PAGING Call by reference Type reference (TYPE) /IWBEP/S_MGW_PAGING paging structure 20131203
4 Importing IT_FILTER_SELECT_OPTIONS Call by reference Type reference (TYPE) /IWBEP/T_MGW_SELECT_OPTION table of select options 20131203
5 Importing IT_KEY_TAB Call by reference Type reference (TYPE) /IWBEP/T_MGW_TECH_PAIRS Technical name-value pairs 20131203

Method GET_ROLE_RISKS on class CL_GRAC_ACREQ_UTIL has no exception.

Method GET_ROLE_RISKS_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ROLE_RISKS Call by reference Type reference (TYPE) GRAC_T_OD_ROLE_RISKS GRAC Role Risks 20131203
2 Exporting EV_COUNT Call by reference Type reference (TYPE) INT4 Natural number 20131203
3 Importing IV_REQUEST_NUMBER Call by reference Type reference (TYPE) STRING 20131203
4 Importing IV_ROLE_ID Call by reference Type reference (TYPE) STRING 20131203
5 Importing IV_ROLE_TYPE Call by reference Type reference (TYPE) STRING 20131203
6 Importing IV_SYSTEM Call by reference Type reference (TYPE) STRING 20131203

Method GET_ROLE_RISKS_LIST on class CL_GRAC_ACREQ_UTIL has no exception.

Method PARSE_STRING_INTO_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTR_LIST Call by reference Type reference (TYPE) YT_ATTR_LIST 20130913
2 Exporting EV_RETURN Call by reference Type reference (TYPE) BAPIRET2 Return Parameter 20130913
3 Importing IV_PARAMETER_STRING Call by reference Type reference (TYPE) STRING 20130913

Method PARSE_STRING_INTO_ATTR on class CL_GRAC_ACREQ_UTIL has no exception.

Method READ_DRAFT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_REQNO Call by reference Type reference (TYPE) GRAC_REQNO Request Number 20140516
2 Returning RV_JSON_DATA Value transfer Type reference (TYPE) STRING 20140516

Method READ_DRAFT_DATA on class CL_GRAC_ACREQ_UTIL has no exception.

Method READ_ROLES_FROM_SHMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA_TABLE Call by reference Type reference (TYPE) GRAC_T_OD_ROLE GRAC Role Table for oData 20131006
2 Exporting EV_UPDATED_TIME Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20131008
3 Importing IV_DATA_KEY Call by reference Type reference (TYPE) STRING 20131006
4 Returning RV_MESSAGE Value transfer Type reference (TYPE) STRING 20131006

Method READ_ROLES_FROM_SHMA on class CL_GRAC_ACREQ_UTIL has no exception.

Method REMOVE_ROLES_FROM_SHMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_MESSAGE Value transfer Type reference (TYPE) STRING 20131006

Method REMOVE_ROLES_FROM_SHMA on class CL_GRAC_ACREQ_UTIL has no exception.

Method RUN_RISK_ANALYSIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_REPORT_TYPE Call by reference Type reference (TYPE) GRAC_T_SOD_REPTYPE Report Type Table 20140524
2 Importing IT_RISKID_RANGE Call by reference Type reference (TYPE) GRAC_T_SOD_RISKID_RANGE Risk ID Range Table 20140524
3 Importing IT_SIMULATION_ITEMS Call by reference Type reference (TYPE) GRAC_T_SOD_SIMULATION Simulation table 20140524
4 Importing IT_SYS_RANGE Call by reference Type reference (TYPE) GRAC_T_SOD_CONNECTOR_RANGE Connector Range Table 20140524
5 Importing IV_INCL_MITIGATED_RISKS Call by reference Type reference (TYPE) GRAC_BOOLEAN Boolean 20140523
6 Importing IV_INCL_ORG_LEVEL_RISKS Call by reference Type reference (TYPE) GRAC_BOOLEAN Boolean 20140524
7 Importing IV_REPORT_FORMAT Call by reference Type reference (TYPE) GRAC_SOD_REPFORMAT Report Format 20140523
8 Importing IV_REQUEST_ID Call by reference Type reference (TYPE) GRAC_SOD_REPID Report ID 20140523
9 Importing IV_USER_ID Call by reference Type reference (TYPE) GRAC_SOD_OBJECT SOD object for analysis 20140523

Method RUN_RISK_ANALYSIS on class CL_GRAC_ACREQ_UTIL has no exception.

Method SAVE_DRAFT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JSON_DATA Call by reference Type reference (TYPE) STRING 20140516
2 Importing IV_REQNO Call by reference Type reference (TYPE) GRAC_REQNO Request Number 20140516

Method SAVE_DRAFT_DATA on class CL_GRAC_ACREQ_UTIL has no exception.

Method WRITE_ROLES_TO_SHMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DATA_TABLE Call by reference Type reference (TYPE) GRAC_T_OD_ROLE GRAC Role Table for oData 20131006
2 Importing IV_DATA_KEY Call by reference Type reference (TYPE) STRING 20131006
3 Importing IV_UPDATED_TIME Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20131008
4 Returning RV_MESSAGE Value transfer Type reference (TYPE) STRING 20131006

Method WRITE_ROLES_TO_SHMA on class CL_GRAC_ACREQ_UTIL has no exception.
History
Last changed by/on SAP  20141106 
SAP Release Created in V1100