SAP ABAP Class CL_GRPC_AOD_WF (AoD workflow class)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_AOD (Package) Aggregation of Deficiency
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_AOD (Package) Aggregation of Deficiency
Properties
Class | CL_GRPC_AOD_WF | |
Short Description | AoD workflow class | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPC_AOD | Aggregation of Deficiency |
Created | 20080403 | 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 | GRFNM | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | GRPCS | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GRPC_AOD_WF has no interface implemented.
Friends
Class CL_GRPC_AOD_WF has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | GC_STATUS_SUBMITTED | Constant | Public | Type reference (TYPE) | GRPC_AOD_ORG_STATUS | 'X' | aod org status: committed or draft | 20080407 | |
2 | GS_DATE_INTERVAL | Instance attribute | Protected | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20080407 | ||
3 | GT_ORGUNIT_HIER | Instance attribute | Protected | Type reference (TYPE) | GRPCS_TO_ORGUNIT | Prg Unit Hierarchy | 20080414 | ||
4 | GV_ANALYSIS_ID | Instance attribute | Protected | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080407 | ||
5 | GV_CORP_ONLY | Instance attribute | Protected | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20080408 | ||
6 | GV_PLVAR | Instance attribute | Protected | Type reference (TYPE) | PLVAR | Plan Version | 20080407 | ||
7 | GV_REGULATION | Instance attribute | Private | Type reference (TYPE) | GRFN_OBJECT_ID | Object ID | 20081024 | ||
8 | GV_SCHEDULED | Instance attribute | Protected | Type reference (TYPE) | BOOLEAN | Org Unit AoD Scheduled for Given Timeframe | 20080407 | ||
9 | GV_SURVEY | Instance attribute | Protected | Type reference (TYPE) | GRPC_SURVEY_ID | Survey ID | 20080407 | ||
10 | M_LOG_HANDLE | Instance attribute | Protected | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20080408 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CLOSE_LOG | Instance method | Protected | Method | Close Log at End of Activation | 20080408 |
2 | CONSTRUCTOR | Instance method | Public | Constructor | Create Object and Define Timeframe | 20080407 |
3 | CONTAIN_OPEN_ISSUE | Instance method | Protected | Method | Whether there are some open issue for the org unit. | 20080421 |
4 | CREATE_APPL_LOG | Instance method | Protected | Method | Application Log: Log: Create with Header Data | 20080408 |
5 | FINISH_WORKFLOW | Instance method | Public | Method | Finish Workflow | 20080408 |
6 | GET_AOD_INFO | Instance method | Private | Method | Get AoD Information | 20080407 |
7 | GET_LOWER_ORGUNIT | Instance method | Public | Method | Lower Org Units Relevant for AoD and Not AoD | 20080407 |
8 | GET_LOWEST_ORGUNIT | Instance method | Public | Method | Lowest Org Units Relevant for AoD and Not AoD | 20080407 |
9 | GET_PARENT_SIBLING_ORGUNIT | Instance method | Protected | Method | Get parent and all siblings' lowest orgunit | 20080407 |
10 | IS_SCHEDULED | Instance method | Public | Method | AoD Scheduled for a Timeframe (Corporate or Org Unit) | 20080407 |
11 | LOAD_ORG_HIER | Instance method | Protected | Method | Initialization of Org Unit Hierarchy | 20080407 |
12 | OPEN_LOG | Instance method | Protected | Method | Open Log at the Beginning of Activation | 20080408 |
13 | TRIGGER_PARENT_WORKFLOW | Instance method | Public | Method | Trigger parent Org. unit's workflow | 20080407 |
Events
Class CL_GRPC_AOD_WF has no event.
Types
Class CL_GRPC_AOD_WF has no local type.
Method Signatures
Method CLOSE_LOG Signature
Method CLOSE_LOG on class CL_GRPC_AOD_WF has no parameter.
Method CLOSE_LOG on class CL_GRPC_AOD_WF has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_DATE_INTERVAL | Call by reference | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20080407 | ||
2 | Importing | IV_ANALYSIS_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080407 | ||
3 | Importing | IV_CORP_ONLY | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20080408 | |
4 | Importing | I_REGULATION | Call by reference | Type reference (TYPE) | GRFN_OBJECT_ID | Object ID | 20081024 |
Method CONSTRUCTOR on class CL_GRPC_AOD_WF has no exception.
Method CONTAIN_OPEN_ISSUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_ORGUNIT | Call by reference | Type reference (TYPE) | GRPC_ORGUNIT_ID | Organizational Unit ID | 20080421 | ||
2 | Returning | RV_CONTAIN | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20080421 |
Method CONTAIN_OPEN_ISSUE on class CL_GRPC_AOD_WF has no exception.
Method CREATE_APPL_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | E_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20080408 | ||
2 | Importing | I_ORGUNIT | Call by reference | Type reference (TYPE) | OBJEKTID | Object ID | 20080408 |
Method CREATE_APPL_LOG on class CL_GRPC_AOD_WF has no exception.
Method FINISH_WORKFLOW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_ORGUNIT | Call by reference | Type reference (TYPE) | GRPC_ORGUNIT_ID | Organizational Unit ID | 20080408 |
Method FINISH_WORKFLOW on class CL_GRPC_AOD_WF has no exception.
Method GET_AOD_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_ANALYSIS_ID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080407 | ||
2 | Importing | IV_ORGUNIT | Call by reference | Type reference (TYPE) | GRPC_ORGUNIT_ID | Organizational Unit ID | 20080407 | ||
3 | Returning | RS_STATUS | Value transfer | Type reference (TYPE) | GRPCAODORG | aod org | 20080407 |
Method GET_AOD_INFO on class CL_GRPC_AOD_WF has no exception.
Method GET_LOWER_ORGUNIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_ORGUNIT | Call by reference | Type reference (TYPE) | GRPC_ORGUNIT_ID | Organizational Unit ID | 20080407 | ||
2 | Exporting | RT_ORGUNIT | Value transfer | Type reference (TYPE) | GRPCS_TO_ORGUNIT | Org Unit Relevant for AoD and Not AoD | 20080407 |
Method GET_LOWER_ORGUNIT on class CL_GRPC_AOD_WF has no exception.
Method GET_LOWEST_ORGUNIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | RT_ORGUNIT | Value transfer | Type reference (TYPE) | GRPCS_TO_ORGUNIT | Org Unit Relevant forAoD and Not AoD | 20080407 |
Method GET_LOWEST_ORGUNIT on class CL_GRPC_AOD_WF has no exception.
Method GET_PARENT_SIBLING_ORGUNIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ES_PARENT | Call by reference | Type reference (TYPE) | GRPCS_S_ORGUNIT | Parent of IV_ORGUNIT | 20080407 | ||
2 | Exporting | ET_SIBLING | Call by reference | Type reference (TYPE) | GRPCS_TO_ORGUNIT | Lowest OU Relev.AoD and Not processing AoD | 20080407 | ||
3 | Importing | IV_ORGUNIT | Call by reference | Type reference (TYPE) | GRPC_ORGUNIT_ID | Organizational Unit ID | 20080407 |
Method GET_PARENT_SIBLING_ORGUNIT on class CL_GRPC_AOD_WF has no exception.
Method IS_SCHEDULED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_DATE_INTERVAL | Call by reference | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20080407 | ||
2 | Exporting | RS_DATES | Call by reference | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | AoD Start and End Date for this Timeframe | 20080407 | ||
3 | Exporting | RV_SCHEDULED | Call by reference | Type reference (TYPE) | BOOLEAN | Is Scheduled for Given Timeframe and Start/End Date | 20080407 | ||
4 | Exporting | RV_TIMEFRAME | Call by reference | Type reference (TYPE) | BOOLEAN | Scheduled for this Timeframe | 20080407 |
Method IS_SCHEDULED on class CL_GRPC_AOD_WF has no exception.
Method LOAD_ORG_HIER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_SEARCH | Call by reference | Type reference (TYPE) | GRPCS_S_ORGUNIT_SEARCH | 20080407 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20081114 |
Method OPEN_LOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_ORGUNIT | Call by reference | Type reference (TYPE) | OBJEKTID | Organizational Unit ID | 20080408 |
Method OPEN_LOG on class CL_GRPC_AOD_WF has no exception.
Method TRIGGER_PARENT_WORKFLOW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_DATE_INTERVAL | Call by reference | Type reference (TYPE) | GRPC_S_DATE_INTERVAL | Date of the Assessment or of the Test | 20080407 | ||
2 | Importing | IV_ORGUNIT | Call by reference | Type reference (TYPE) | GRPC_ORGUNIT_ID | Organizational Unit ID | 20080407 |
Method TRIGGER_PARENT_WORKFLOW on class CL_GRPC_AOD_WF has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |