SAP ABAP Class CL_GRC_ACREQ_MON_MPC (CL_GRC_ACREQ_MON_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 | 20130821 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_GRC_ACREQ_MON_MPC_EXT | CL_GRC_ACREQ_MON_MPC_EXT | 20130821 |
Properties
| Class | CL_GRC_ACREQ_MON_MPC | |
| Short Description | CL_GRC_ACREQ_MON_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 | 20130821 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRC_ACREQ_MON_MPC has no forward declaration.
Interfaces
Class CL_GRC_ACREQ_MON_MPC has no interface implemented.
Friends
Class CL_GRC_ACREQ_MON_MPC has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Approver' | 20130823 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'CL_GRC_ACREQ_MON_MPC==========CP' | 20130823 | |||
| 3 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'ReqCustomField' | 20140514 | |||
| 4 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'Request' | 20130823 | |||
| 5 | Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'RequestRole' | 20130823 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | DEFINE_ACTIONS | 20130823 | |
| 2 | Instance method | Private | Method | DEFINE_APPROVER | 20130823 | |
| 3 | Instance method | Private | Method | DEFINE_ASSOCIATIONS | 20130823 | |
| 4 | Instance method | Private | Method | DEFINE_REQCUSTOMFIELD | 20140514 | |
| 5 | Instance method | Private | Method | DEFINE_REQUEST | 20130823 | |
| 6 | Instance method | Private | Method | DEFINE_REQUESTROLE | 20130823 | |
| 7 | Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20130823 |
Events
Class CL_GRC_ACREQ_MON_MPC has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_APPROVER | Public | See coding | 20130823 |
TS_APPROVER type GRAC_S_OD_REQUEST_APPROVER. |
||
| 2 | TS_REQCUSTOMFIELD | Public | See coding | 20140514 |
TS_REQCUSTOMFIELD type GRAC_S_OD_CUSTOM_FIELD. |
||
| 3 | TS_REQUEST | Public | See coding | 20130823 |
TS_REQUEST type GRAC_S_OD_REQUEST_STATUS. |
||
| 4 | TS_REQUESTROLE | Public | See coding | 20130823 |
TS_REQUESTROLE type GRAC_S_OD_REQUEST_ROLES. |
||
| 5 | TS_TEXT_ELEMENT | Public | See coding | 20130823 |
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. |
||
| 6 | TT_APPROVER | Public | See coding | 20130823 |
TT_APPROVER type standard table of TS_APPROVER. |
||
| 7 | TT_REQCUSTOMFIELD | Public | See coding | 20140514 |
TT_REQCUSTOMFIELD type standard table of TS_REQCUSTOMFIELD. |
||
| 8 | TT_REQUEST | Public | See coding | 20130823 |
TT_REQUEST type standard table of TS_REQUEST. |
||
| 9 | TT_REQUESTROLE | Public | See coding | 20130823 |
TT_REQUESTROLE type standard table of TS_REQUESTROLE. |
||
| 10 | TT_TEXT_ELEMENTS | Public | See coding | 20130823 |
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_MON_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130823 |
Method DEFINE_APPROVER Signature
Method DEFINE_APPROVER on class CL_GRC_ACREQ_MON_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130823 |
Method DEFINE_ASSOCIATIONS Signature
Method DEFINE_ASSOCIATIONS on class CL_GRC_ACREQ_MON_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130823 |
Method DEFINE_REQCUSTOMFIELD Signature
Method DEFINE_REQCUSTOMFIELD on class CL_GRC_ACREQ_MON_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20140514 |
Method DEFINE_REQUEST Signature
Method DEFINE_REQUEST on class CL_GRC_ACREQ_MON_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130823 |
Method DEFINE_REQUESTROLE Signature
Method DEFINE_REQUESTROLE on class CL_GRC_ACREQ_MON_MPC has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130823 |
Method LOAD_TEXT_ELEMENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_TEXT_ELEMENTS | Value transfer | Type reference (TYPE) | TT_TEXT_ELEMENTS | 20130823 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20130823 |
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |