SAP ABAP Class CL_GRPC_DATASHEET_WORKFLOW (Integration of Reporting and Workflow)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_UI_REPORTING (Package) Reporting for PC
⤷ GRC-SPC (Application Component) Process Controls
⤷ GRPC_UI_REPORTING (Package) Reporting for PC
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_OBJECT | Business Instance | 20100920 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_PERSISTENT | Persistent Business Instance | 20100920 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WORKFLOW | Business Workflow | 20100920 |
Properties
Class | CL_GRPC_DATASHEET_WORKFLOW | |
Short Description | Integration of Reporting and Workflow | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRPC_UI_REPORTING | Reporting for PC |
Created | 20100920 | 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 | GRPCR | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | BI_OBJECT | Business Instance | 20100920 | ||
2 | BI_PERSISTENT | Persistent Business Instance | 20100920 | ||
3 | IF_WORKFLOW | Business Workflow | 20100920 |
Friends
Class CL_GRPC_DATASHEET_WORKFLOW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | MS_DETAILS | Instance attribute | Public | Type reference (TYPE) | GRFN_S_REP_DETAILS | General Selection for Reporting | 20100920 | ||
2 | MV_GUID | Instance attribute | Private | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20100920 | ||
3 | MV_RECIPIENT | Instance attribute | Public | Type reference (TYPE) | SWHACTOR | Rule Resolution Result | 20100920 | ||
4 | MV_TEXT | Instance attribute | Public | Type reference (TYPE) | GRFN_TEXT | String | 20100920 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CLOSE | Static method | Public | Method | 20100920 | |
2 | CONSTRUCTOR | Instance method | Public | Constructor | CONSTRUCTOR | 20100920 |
3 | EXECUTE | Instance method | Public | Method | Empty method for workflow task | 20100920 |
4 | GET_DETAILS | Static method | Public | Method | 20100920 | |
5 | GET_SELECTION | Static method | Public | Method | 20100920 | |
6 | RAISE_EVENT | Static method | Public | Method | 20100920 | |
7 | SEND | Static method | Public | Method | 20100920 | |
8 | _GET_DETAILS | Instance method | Private | Method | 20100920 | |
9 | _RETRIEVE_RECIPIENT | Instance method | Private | Method | 20100920 | |
10 | _SET_NAME | Instance method | Private | Method | 20100920 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | COMPLETED | Instance Event (0) |
Public (2) |
Report is reviewed | 20100920 |
2 | PREPARED | Instance Event (0) |
Public (2) |
Report is prepared for review | 20100920 |
Types
Class CL_GRPC_DATASHEET_WORKFLOW has no local type.
Method Signatures
Method CLOSE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_REPORT | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Upper Case | 20100920 |
Method CLOSE on class CL_GRPC_DATASHEET_WORKFLOW has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_GUID | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20100920 |
Method CONSTRUCTOR on class CL_GRPC_DATASHEET_WORKFLOW has no exception.
Method EXECUTE Signature
Method EXECUTE on class CL_GRPC_DATASHEET_WORKFLOW has no parameter.
Method EXECUTE on class CL_GRPC_DATASHEET_WORKFLOW has no exception.
Method GET_DETAILS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_REPORT | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20100920 | ||
2 | Returning | RS_DETAILS | Value transfer | Type reference (TYPE) | GRFN_S_REP_DETAILS | General Selection for Reporting | 20100920 |
Method GET_DETAILS on class CL_GRPC_DATASHEET_WORKFLOW has no exception.
Method GET_SELECTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_REPORT | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20100920 | ||
2 | Returning | RS_SELECTION | Value transfer | Type reference (TYPE) | GRFN_S_REP_SELECTION | General Selection for Reporting | 20100920 |
Method GET_SELECTION on class CL_GRPC_DATASHEET_WORKFLOW has no exception.
Method RAISE_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_EVENT | Value transfer | Type reference (TYPE) | SWO_EVENT | Event | 20100920 | ||
2 | Importing | IV_REPORT | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Upper Case | 20100920 |
Method RAISE_EVENT on class CL_GRPC_DATASHEET_WORKFLOW has no exception.
Method SEND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | IV_REPORT | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Upper Case | 20100920 |
Method SEND on class CL_GRPC_DATASHEET_WORKFLOW has no exception.
Method _GET_DETAILS Signature
Method _GET_DETAILS on class CL_GRPC_DATASHEET_WORKFLOW has no parameter.
Method _GET_DETAILS on class CL_GRPC_DATASHEET_WORKFLOW has no exception.
Method _RETRIEVE_RECIPIENT Signature
Method _RETRIEVE_RECIPIENT on class CL_GRPC_DATASHEET_WORKFLOW has no parameter.
Method _RETRIEVE_RECIPIENT on class CL_GRPC_DATASHEET_WORKFLOW has no exception.
Method _SET_NAME Signature
Method _SET_NAME on class CL_GRPC_DATASHEET_WORKFLOW has no parameter.
Method _SET_NAME on class CL_GRPC_DATASHEET_WORKFLOW has no exception.
Event Signatures
Event COMPLETED Signature
Event COMPLETED on class CL_GRPC_DATASHEET_WORKFLOW has no parameter.
Event PREPARED Signature
Event PREPARED on class CL_GRPC_DATASHEET_WORKFLOW has no parameter.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | V1000 |