SAP ABAP Class CL_GRPC_TASKPLAN_USAGE (To implement the IF_GRFN_PLAN_USAGE)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_PLANNER (Package) GRC-PC Planner
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_PLANNER (Package) GRC-PC Planner
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_GRFN_PLAN_USAGE | Each plan usage type will implement the interface | 20080410 |
Properties
Class | CL_GRPC_TASKPLAN_USAGE | |
Short Description | To implement the IF_GRFN_PLAN_USAGE | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPC_PLANNER | GRC-PC Planner |
Created | 20080410 | 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 | GRFN0 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
3 | GRPC0 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
4 | GRPCA | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_GRFN_PLAN_USAGE | Each plan usage type will implement the interface | 20080410 |
Friends
Class CL_GRPC_TASKPLAN_USAGE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | USAGE_ID | Instance attribute | Private | Type reference (TYPE) | GRFN_PLAN_USAGE | Plan activity | 20080410 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CHECK_ASSERT_ALLOWED | Static method | Public | Method | check for sign off | 20080410 |
2 | CHECK_ROLE_ASSIGNMENT | Static method | Public | Method | check role assignment for controls | 20080410 |
3 | CONSTRUCTOR | Instance method | Public | Constructor | 20080410 | |
4 | CONVERT_OBJECT | Static method | Public | Method | Covert object id for planner monitor | 20100618 |
5 | GET_WF_INFO | Static method | Private | Method | Get workflow status and workflow agents | 20100621 |
6 | UPDATE_SEL_OBJECTS | Static method | Public | Method | 20090213 |
Events
Class CL_GRPC_TASKPLAN_USAGE has no event.
Types
Class CL_GRPC_TASKPLAN_USAGE has no local type.
Method Signatures
Method CHECK_ASSERT_ALLOWED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | EO_CLOSING_CHANGE | Call by reference | Object reference (TYPE REF TO) | IF_GRPC_CLS_DISPLAY | Closing: Display Information | 20080410 | ||
2 | Exporting | E_ERROR | Call by reference | Type reference (TYPE) | INT4 | Table with BAPI Return Information | 20080410 | ||
3 | Importing | IO_LOG_HANDLE | Call by reference | Type reference (TYPE) | BALLOGHNDL | Application Log: Log Handle | 20080410 | ||
4 | Importing | IS_TASKPLAN | Call by reference | Type reference (TYPE) | GRFN_S_TASKPLAN | structure for task plan | 20080410 | ||
5 | Importing | I_ORGUNIT | Call by reference | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20080410 |
Method CHECK_ASSERT_ALLOWED on class CL_GRPC_TASKPLAN_USAGE has no exception.
Method CHECK_ROLE_ASSIGNMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | E_RESULT | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20080410 | ||
2 | Importing | IS_ENTITY | Call by reference | Type reference (TYPE) | GRFN_S_ENTITY | Entity type Structure | 20080411 | ||
3 | Importing | IS_TASKPLAN | Call by reference | Type reference (TYPE) | GRFN_S_TASKPLAN | structure for task plan | 20080410 |
Method CHECK_ROLE_ASSIGNMENT on class CL_GRPC_TASKPLAN_USAGE has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_USAGE_ID | Call by reference | Type reference (TYPE) | GRPC_PLAN_ACTIVITY | Task ID | 20080410 |
Method CONSTRUCTOR on class CL_GRPC_TASKPLAN_USAGE has no exception.
Method CONVERT_OBJECT 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) | GRFN_S_DATE_INTERVAL | PC Compatibility: Date and Timeframe | 20100618 | ||
2 | Importing | IS_ENTITY | Call by reference | Type reference (TYPE) | GRFN_S_ENTITY | the table for the entitys | 20100618 | ||
3 | Importing | IS_TASKPLAN | Call by reference | Type reference (TYPE) | GRFN_S_TASKPLAN | structure for task plan | 20100618 | ||
4 | Returning | RV_OBJECT | Value transfer | Type reference (TYPE) | GRFN_API_OBJECT_ID | Object ID | 20100618 |
Method CONVERT_OBJECT on class CL_GRPC_TASKPLAN_USAGE has no exception.
Method GET_WF_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Exporting | ET_AGENT | Call by reference | Type reference (TYPE) | GRFN_T_RECIPIENT | String | 20100705 | ||
2 | Exporting | EV_STATUS | Call by reference | Type reference (TYPE) | GRFN_PLAN_MONITOR_STATUS | Text | 20100621 | ||
3 | Importing | IS_PLAN_OBJECT | Call by reference | Type reference (TYPE) | GRFNPLANRESULT | Object in scheduler | 20100621 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | CX_GRFN_EXCEPTION | Generic GRC API exception | 20100621 |
Method UPDATE_SEL_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IS_TASKPLAN | Call by reference | Type reference (TYPE) | GRFN_S_TASKPLAN | structure for task plan | 20090213 | ||
2 | Importing | IT_OBJECT | Call by reference | Type reference (TYPE) | GRFN_T_API_OBJECT_ID | Table type of API object ID | 20090213 |
Method UPDATE_SEL_OBJECTS on class CL_GRPC_TASKPLAN_USAGE has no exception.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 300 |