SAP ABAP Class CL_GRRM_ILD_WF_EVENT (Incident Processing)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_ILD (Package) GRC Incident Management
⤷ GRC-RM (Application Component) GRC Risk Management
⤷ GRRM_ILD (Package) GRC Incident Management
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_OBJECT | Business Instance | 20091014 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | BI_PERSISTENT | Persistent Business Instance | 20091014 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WORKFLOW | Business Workflow | 20091014 |
Properties
Class | CL_GRRM_ILD_WF_EVENT | |
Short Description | Incident Processing | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | GRRM_ILD | GRC Incident Management |
Created | 20091014 | 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 | BI_OBJECT | Business Instance | 20091014 | ||
2 | BI_PERSISTENT | Persistent Business Instance | 20091014 | ||
3 | IF_WORKFLOW | Business Workflow | 20091014 |
Friends
Class CL_GRRM_ILD_WF_EVENT has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | EDITOR | Instance attribute | Public | Type reference (TYPE) | SWHACTOR | Rule Resolution Result | 20091014 | ||
2 | EVENT_ID | Instance attribute | Public | Type reference (TYPE) | GRRM_ILD_EVENT_ID | ILD Event Unique ID | 20091014 | ||
3 | MC_EVENT_REFUSE | Constant | Public | Type reference (TYPE) | SIBFEVENT | 'REFUSE' | Event "Refuse" | 20091014 | |
4 | MC_EVENT_RESUBMIT | Constant | Public | Type reference (TYPE) | SIBFEVENT | 'RESUBMIT' | Event "Re-Submit" | 20091014 | |
5 | MC_EVENT_REWORK | Constant | Public | Type reference (TYPE) | SIBFEVENT | 'REWORK' | Event "Rework" | 20091014 | |
6 | MC_EVENT_SUBMIT | Constant | Public | Type reference (TYPE) | SIBFEVENT | 'SUBMIT' | Event "Submit" | 20091014 | |
7 | MC_EVENT_VALIDATE | Constant | Public | Type reference (TYPE) | SIBFEVENT | 'VALIDATE' | Event "Validate" | 20091014 | |
8 | TITLE | Instance attribute | Public | Type reference (TYPE) | GRFN_TITLE | Event Title | 20091014 | ||
9 | T_VALIDATORS | Instance attribute | Public | Type reference (TYPE) | GRRM_T_VALIDATORS | Table of Validator Tables | 20091014 | ||
10 | VALIDATORS_COUNT | Instance attribute | Public | Type reference (TYPE) | INT4 | Natural number | 20091014 | ||
11 | _EVENT | Instance attribute | Private | Object reference (TYPE REF TO) | CL_GRRM_ILD_EVENT | ILD Event Entity | 20091014 | ||
12 | _INSTID | Instance attribute | Private | Type reference (TYPE) | SIBFINSTID | Instance Identification in Persistent Object References | 20091014 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | CANCEL | Instance method | Public | Method | Cancel workflow | 20091014 |
2 | CONSTRUCTOR | Instance method | Public | Constructor | CONSTRUCTOR | 20091014 |
3 | EXECUTE | Instance method | Public | Method | Dummy empty execution method | 20091014 |
4 | SET_STATUS_ACCEPTED | Instance method | Public | Method | 20091014 | |
5 | SET_STATUS_CANCELED | Instance method | Public | Method | 20091014 | |
6 | SET_STATUS_ERROR | Instance method | Public | Method | 20091014 | |
7 | SET_STATUS_TBR | Instance method | Public | Method | 20091014 | |
8 | SET_STATUS_TBV | Instance method | Public | Method | 20091014 | |
9 | _UPDATE_AGENTS | Instance method | Private | Method | 20091014 |
Events
# | Event | Type | Visibility | Description | Created on |
---|---|---|---|---|---|
1 | REFUSE | Instance Event (0) |
Public (2) |
20091014 | |
2 | RESUBMIT | Instance Event (0) |
Public (2) |
20091014 | |
3 | REWORK | Instance Event (0) |
Public (2) |
20091014 | |
4 | SUBMIT | Instance Event (0) |
Public (2) |
20091014 | |
5 | VALIDATE | Instance Event (0) |
Public (2) |
20091014 |
Types
Class CL_GRRM_ILD_WF_EVENT has no local type.
Method Signatures
Method CANCEL Signature
Method CANCEL on class CL_GRRM_ILD_WF_EVENT has no parameter.
Method CANCEL on class CL_GRRM_ILD_WF_EVENT has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | Importing | I_INSTID | Value transfer | Type reference (TYPE) | SIBFINSTID | Instance Identification in Persistent Object References | 20091014 |
Method CONSTRUCTOR on class CL_GRRM_ILD_WF_EVENT has no exception.
Method EXECUTE Signature
Method EXECUTE on class CL_GRRM_ILD_WF_EVENT has no parameter.
Method EXECUTE on class CL_GRRM_ILD_WF_EVENT has no exception.
Method SET_STATUS_ACCEPTED Signature
Method SET_STATUS_ACCEPTED on class CL_GRRM_ILD_WF_EVENT has no parameter.
Method SET_STATUS_ACCEPTED on class CL_GRRM_ILD_WF_EVENT has no exception.
Method SET_STATUS_CANCELED Signature
Method SET_STATUS_CANCELED on class CL_GRRM_ILD_WF_EVENT has no parameter.
Method SET_STATUS_CANCELED on class CL_GRRM_ILD_WF_EVENT has no exception.
Method SET_STATUS_ERROR Signature
Method SET_STATUS_ERROR on class CL_GRRM_ILD_WF_EVENT has no parameter.
Method SET_STATUS_ERROR on class CL_GRRM_ILD_WF_EVENT has no exception.
Method SET_STATUS_TBR Signature
Method SET_STATUS_TBR on class CL_GRRM_ILD_WF_EVENT has no parameter.
Method SET_STATUS_TBR on class CL_GRRM_ILD_WF_EVENT has no exception.
Method SET_STATUS_TBV Signature
Method SET_STATUS_TBV on class CL_GRRM_ILD_WF_EVENT has no parameter.
Method SET_STATUS_TBV on class CL_GRRM_ILD_WF_EVENT has no exception.
Method _UPDATE_AGENTS Signature
Method _UPDATE_AGENTS on class CL_GRRM_ILD_WF_EVENT has no parameter.
Method _UPDATE_AGENTS on class CL_GRRM_ILD_WF_EVENT has no exception.
Event Signatures
Event REFUSE Signature
Event REFUSE on class CL_GRRM_ILD_WF_EVENT has no parameter.
Event RESUBMIT Signature
Event RESUBMIT on class CL_GRRM_ILD_WF_EVENT has no parameter.
Event REWORK Signature
Event REWORK on class CL_GRRM_ILD_WF_EVENT has no parameter.
Event SUBMIT Signature
Event SUBMIT on class CL_GRRM_ILD_WF_EVENT has no parameter.
Event VALIDATE Signature
Event VALIDATE on class CL_GRRM_ILD_WF_EVENT has no parameter.
History
Last changed by/on | SAP | 20141106 |
SAP Release Created in | 600 |