SAP ABAP Class CL_GRPC_API_AOD (AOD API Entity Class (AoD Group as Aod Entity))
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_ENTITY_API (Package) GRC Process controls API
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_ENTITY_API (Package) GRC Process controls API
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_GRFN_API_BASIS | Basis class for GRC API classes | 20091028 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_REPORT | Get data for reporting engine | 20091120 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRPC_API_AOD | Interface for AOD Entity | 20091028 |
Properties
Class | CL_GRPC_API_AOD | |
Short Description | AOD API Entity Class (AoD Group as Aod Entity) | |
Super Class | CL_GRFN_API_BASIS | Basis class for GRC API classes |
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPC_ENTITY_API | GRC Process controls API |
Created | 20091028 | 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) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_REPORT | Get data for reporting engine | 20091120 | ||
2 | IF_GRPC_API_AOD | Interface for AOD Entity | 20091028 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_GRFN_API_BASIS | 20091028 | Basis class for GRC API classes | |
2 | CL_GRFN_API_SESSION | 20091028 | Session Management for GRC APIs |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MC_ERROR | Constant | Private | Type reference (TYPE) | SY-MSGTY | 'E' | Message Type | 20091028 | |
2 | MC_MESSAGE_CLASS | Constant | Private | Type reference (TYPE) | SY-MSGID | 'GRPC_ENTITY_API' | Message Class | 20091028 | |
3 | MC_MODEL_CLASS | Constant | Private | Type reference (TYPE) | CLASSNAME | 'CL_GRPC_AOD_MGR' | Reference type | 20091028 | |
4 | MO_API_PCENTITY | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRPC_API_PCENTITY | Generic PC Entity | 20091120 | ||
5 | MV_ANALYSIS_ID | Instance attribute | Private | Type reference (TYPE) | GUID_32 | Planner ID | 20091031 | ||
6 | MV_ORG_UNIT | Instance attribute | Private | Type reference (TYPE) | GRPC_ORGUNIT_ID | Organization ID | 20091031 | ||
7 | MV_REGULATION_ID | Instance attribute | Private | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091031 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CONSTRUCTOR | Instance method | Public | Constructor | 20091028 | |
2 | GET | Static method | Private | Method | Get AOD Entity Instance | 20091028 |
3 | INIT_MODEL | Static method | Public | Method | Initialize the attributes of the corresponding Model | 20091030 |
4 | QUERY_ISSUELIST | Instance method | Public | Method | Retrieve the relevant issues of AOD specified | 20091028 |
5 | RETAODINFO | Static method | Public | Method | Return AOD Information to UI | 20091028 |
6 | SET_ATTRIBUTES | Instance method | Public | Method | Set AoD Attributes: Analysis ID, Org Unit and Regulation ID | 20091101 |
7 | SUBMIT | Instance method | Public | Method | Submit AOD & Trigger parent workflow | 20091031 |
8 | UPDATE_AODINFO | Static method | Public | Method | Update AOD Information | 20091028 |
9 | WORKFLOW | Static method | Public | Method | Get AOD Information from workflow | 20091028 |
Events
Class CL_GRPC_API_AOD has no event.
Types
Class CL_GRPC_API_AOD has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IR_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091028 | ||
2 | Importing | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091029 |
Method CONSTRUCTOR on class CL_GRPC_API_AOD has no exception.
Method GET Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IO_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091028 | ||
2 | Importing | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091028 | ||
3 | Returning | RO_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_GRPC_API_AOD | AOD API Entity class | 20091028 |
Method GET on class CL_GRPC_API_AOD has no exception.
Method INIT_MODEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IR_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_API_SESSION | Session Management for GRC APIs | 20091030 | ||
2 | Importing | I_ANALYSIS_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20091030 | ||
3 | Importing | I_ORG_UNIT | Call by reference | Type reference (TYPE) | GRPC_ORGUNIT_ID | Organization ID | 20091030 | ||
4 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091030 |
Method INIT_MODEL on class CL_GRPC_API_AOD has no exception.
Method QUERY_ISSUELIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_AOD_ISSUELIST | Call by reference | Type reference (TYPE) | GRPC_T_AOD_ISSUE_LIST | Aod issue list | 20091029 | ||
2 | Importing | IS_AOD_DATA | Call by reference | Type reference (TYPE) | GRPC_S_AOD_DATA | structure of Aod data | 20091029 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20091029 |
Method RETAODINFO 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) | BAPIRETTAB | Table with BAPI Return Information | 20091029 | ||
2 | Exporting | E_REGULATION_ID | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091029 | ||
3 | Exporting | E_RETURN_CODE | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20091029 | ||
4 | Exporting | E_TF_YEAR | Value transfer | Type reference (TYPE) | GRPC_YEAR | Year | 20091029 | ||
5 | Exporting | E_TIMEFRAME | Value transfer | Type reference (TYPE) | GRPC_TIMEFRAME | Timeframe | 20091029 | ||
6 | Importing | I_ANALYSIS_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20091029 |
Method RETAODINFO on class CL_GRPC_API_AOD has no exception.
Method SET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_ANALYSIS_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20091101 | ||
2 | Importing | I_ORG_UNIT | Call by reference | Type reference (TYPE) | GRPC_ORGUNIT_ID | Organization ID | 20091101 | ||
3 | Importing | I_REGULATION_ID | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20091101 |
Method SET_ATTRIBUTES on class CL_GRPC_API_AOD has no exception.
Method SUBMIT Signature
Method SUBMIT on class CL_GRPC_API_AOD has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20091031 |
Method UPDATE_AODINFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_AODINFO | Call by reference | Type reference (TYPE) | GRPCAODINFO | aod infos | 20091029 |
Method UPDATE_AODINFO on class CL_GRPC_API_AOD has no exception.
Method WORKFLOW 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) | BAPIRETTAB | Table with BAPI Return Information | 20091029 | ||
2 | Exporting | EV_ANALYSIS_ID | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20091029 | ||
3 | Exporting | EV_ORGUNIT | Value transfer | Type reference (TYPE) | GRPC_ORGUNIT_ID | Organization ID | 20091029 | ||
4 | Exporting | E_RETURN_CODE | Value transfer | Type reference (TYPE) | INT4 | Natural number | 20091029 | ||
5 | Importing | I_WORKITEM_ID | Value transfer | Type reference (TYPE) | SWW_WIID | Work item ID | 20091029 |
Method WORKFLOW on class CL_GRPC_API_AOD has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |