SAP ABAP Class CL_GRC_ACREQ_APP_MPC (CL_GRC_ACREQ_APP_MPC)
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 Inheritance (c INHERITING FROM c_ref)  /IWBEP/CL_MGW_PUSH_ABS_MODEL Abstract Push Model Provider 20131101
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GRC_ACREQ_APP_MPC_EXT CL_GRC_ACREQ_APP_MPC_EXT 20131101
Properties
Class CL_GRC_ACREQ_APP_MPC  
Short Description CL_GRC_ACREQ_APP_MPC    
Super Class /IWBEP/CL_MGW_PUSH_ABS_MODEL Abstract Push Model Provider 
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 20131101   SAP 
Last change 20141106    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GRC_ACREQ_APP_MPC has no forward declaration.
Interfaces
Class CL_GRC_ACREQ_APP_MPC has no interface implemented.
Friends
Class CL_GRC_ACREQ_APP_MPC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_CUSTOMFIELD Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'CustomField' 20140419
2 GC_FORWARDUSER Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'ForwardUser' 20131105
3 GC_INCL_NAME Constant Private Type reference (TYPE) STRING 'CL_GRC_ACREQ_APP_MPC==========CP' 20131101
4 GC_REJECTION Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'Rejection' 20131121
5 GC_REQUEST Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'Request' 20131118
6 GC_REQUESTROLE Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'RequestRole' 20131118
7 GC_ROLE Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'Role' 20131118
8 GC_ROLEACTION Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'RoleAction' 20131118
9 GC_ROLERISK Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'RoleRisk' 20131118
10 GC_SUBMIT Constant Public Type reference (TYPE) /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME 'Submit' 20131121
Methods
# Method Level Visibility Method type Description Created on
1 DEFINE_ACTIONS Instance method Private Method DEFINE_ACTIONS 20131101
2 DEFINE_ASSOCIATIONS Instance method Private Method DEFINE_ASSOCIATIONS 20131101
3 DEFINE_CUSTOMFIELD Instance method Private Method DEFINE_CUSTOMFIELD 20140419
4 DEFINE_FORWARDUSER Instance method Private Method DEFINE_FORWARDUSER 20131105
5 DEFINE_REJECTION Instance method Private Method DEFINE_REJECTION 20131121
6 DEFINE_REQUEST Instance method Private Method DEFINE_REQUEST 20131118
7 DEFINE_REQUESTROLE Instance method Private Method DEFINE_REQUESTROLE 20131118
8 DEFINE_ROLE Instance method Private Method DEFINE_ROLE 20131118
9 DEFINE_ROLEACTION Instance method Private Method DEFINE_ROLEACTION 20131118
10 DEFINE_ROLERISK Instance method Private Method DEFINE_ROLERISK 20131118
11 DEFINE_SUBMIT Instance method Private Method DEFINE_SUBMIT 20131121
12 LOAD_TEXT_ELEMENTS Instance method Public Method LOAD_TEXT_ELEMENTS 20131101
Events
Class CL_GRC_ACREQ_APP_MPC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CUSTOMFIELD Public See coding 20140419 TS_CUSTOMFIELD type GRAC_S_OD_FIELDVALUE.
2 TS_FORWARDUSER Public See coding 20131105 TS_FORWARDUSER type GRAC_S_OD_FORWARD_USER.
3 TS_REJECTION Public See coding 20131121 TS_REJECTION type GRAC_S_OD_REJECTION.
4 TS_REQUEST Public See coding 20131118 TS_REQUEST type GRAC_S_OD_REQ_HEADER.
5 TS_REQUESTROLE Public See coding 20131118 TS_REQUESTROLE type GRAC_S_OD_REQ_ROLE.
6 TS_ROLE Public See coding 20131118 TS_ROLE type GRAC_S_OD_ROLE_DETAIL.
7 TS_ROLEACTION Public See coding 20131118 TS_ROLEACTION type GRAC_S_OD_ROLE_ACTION.
8 TS_ROLERISK Public See coding 20131118 TS_ROLERISK type GRAC_S_OD_ROLE_RISKS.
9 TS_SUBMIT Public See coding 20131121 TS_SUBMIT type GRAC_S_OD_SUBMIT.
10 TS_TEXT_ELEMENT Public See coding 20131101 BEGIN OF ts_text_element, artifact_name type c length 40, " technical name artifact_type type c length 4, parent_artifact_name type c length 40, " technical name parent_artifact_type type c length 4, text_symbol type textpoolky, END OF ts_text_element.
11 TT_CUSTOMFIELD Public See coding 20140419 TT_CUSTOMFIELD type standard table of TS_CUSTOMFIELD.
12 TT_FORWARDUSER Public See coding 20131105 TT_FORWARDUSER type standard table of TS_FORWARDUSER.
13 TT_REJECTION Public See coding 20131121 TT_REJECTION type standard table of TS_REJECTION.
14 TT_REQUEST Public See coding 20131118 TT_REQUEST type standard table of TS_REQUEST.
15 TT_REQUESTROLE Public See coding 20131118 TT_REQUESTROLE type standard table of TS_REQUESTROLE.
16 TT_ROLE Public See coding 20131118 TT_ROLE type standard table of TS_ROLE.
17 TT_ROLEACTION Public See coding 20131118 TT_ROLEACTION type standard table of TS_ROLEACTION.
18 TT_ROLERISK Public See coding 20131118 TT_ROLERISK type standard table of TS_ROLERISK.
19 TT_SUBMIT Public See coding 20131121 TT_SUBMIT type standard table of TS_SUBMIT.
20 TT_TEXT_ELEMENTS Public See coding 20131101 tt_text_elements TYPE STANDARD TABLE OF ts_text_element WITH KEY text_symbol.
Method Signatures

Method DEFINE_ACTIONS Signature

Method DEFINE_ACTIONS on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131101

Method DEFINE_ASSOCIATIONS Signature

Method DEFINE_ASSOCIATIONS on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131101

Method DEFINE_CUSTOMFIELD Signature

Method DEFINE_CUSTOMFIELD on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20140419

Method DEFINE_FORWARDUSER Signature

Method DEFINE_FORWARDUSER on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131105

Method DEFINE_REJECTION Signature

Method DEFINE_REJECTION on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131121

Method DEFINE_REQUEST Signature

Method DEFINE_REQUEST on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131118

Method DEFINE_REQUESTROLE Signature

Method DEFINE_REQUESTROLE on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131118

Method DEFINE_ROLE Signature

Method DEFINE_ROLE on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131118

Method DEFINE_ROLEACTION Signature

Method DEFINE_ROLEACTION on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131118

Method DEFINE_ROLERISK Signature

Method DEFINE_ROLERISK on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131118

Method DEFINE_SUBMIT Signature

Method DEFINE_SUBMIT on class CL_GRC_ACREQ_APP_MPC has no parameter.
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131121

Method LOAD_TEXT_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_TEXT_ELEMENTS Value transfer Type reference (TYPE) TT_TEXT_ELEMENTS 20131101
# Exception Resumable Description Created on
1 /IWBEP/CX_MGW_MED_EXCEPTION 20131101
History
Last changed by/on SAP  20141106 
SAP Release Created in