SAP ABAP Class CL_GRFN_EVENT (Event Class)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC (Application Component) Governance, Risk and Compliance
⤷
GRFN_WD_REUSE (Package) GRC Common Layer Reusable UI Components
⤷
⤷
Properties
| Class | CL_GRFN_EVENT | |
| Short Description | Event Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRFN_WD_REUSE | GRC Common Layer Reusable UI Components |
| Created | 20090820 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_GRFN_EVENT has no interface implemented.
Friends
Class CL_GRFN_EVENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | T_EVENT_PARAMETER | Event Parameters | 20090820 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | GRFN_UI_EVENT_ID | Event ID | 20090820 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | GRFN_UI_RESULT | UI Result | 20100927 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090820 | |
| 2 | Static method | Public | Method | Create Event Instance by ID | 20090820 | |
| 3 | Instance method | Public | Method | Get Event Parameter by Key | 20090820 | |
| 4 | Instance method | Public | Method | Get Event Parameters | 20090820 | |
| 5 | Instance method | Public | Method | Get Event ID | 20090822 | |
| 6 | Instance method | Public | Method | Set Event Parameter | 20090820 | |
| 7 | Instance method | Public | Method | Set Event Parameters from WDEVENT | 20090820 |
Events
Class CL_GRFN_EVENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_EVENT_PARAMETER | Public | See coding | 20090820 | BEGIN OF s_event_parameter,
key TYPE string,
value TYPE REF TO data,
object TYPE REF TO object,
END OF s_event_parameter
|
||
| 2 | T_EVENT_PARAMETER | Public | See coding | 20090820 | t_event_parameter TYPE HASHED TABLE OF s_event_parameter WITH UNIQUE KEY key
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EVENT_ID | Call by reference | Type reference (TYPE) | GRFN_UI_EVENT_ID | Event ID | 20090820 |
Method CONSTRUCTOR on class CL_GRFN_EVENT has no exception.
Method CREATE_BY_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_EVENT_ID | Call by reference | Type reference (TYPE) | GRFN_UI_EVENT_ID | Event ID | 20090820 | |||
| 2 | RO_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_EVENT | Event | 20090820 |
Method CREATE_BY_ID on class CL_GRFN_EVENT has no exception.
Method GET_EVENT_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20100113 | ||||
| 2 | ER_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20090821 | ||||
| 3 | EV_VALUE | Call by reference | Type reference (TYPE) | DATA | 20100114 | ||||
| 4 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20090820 |
Method GET_EVENT_PARAMETER on class CL_GRFN_EVENT has no exception.
Method GET_EVENT_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_EVENT_PARAMETER | Value transfer | Type reference (TYPE) | T_EVENT_PARAMETER | 20090820 |
Method GET_EVENT_PARAMETERS on class CL_GRFN_EVENT has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ID | Value transfer | Type reference (TYPE) | GRFN_UI_EVENT_ID | Event ID | 20090822 |
Method GET_ID on class CL_GRFN_EVENT has no exception.
Method SET_EVENT_PARAMETER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20100113 | ||||
| 2 | IR_VALUE | Call by reference | Object reference (TYPE REF TO) | DATA | 20090821 | ||||
| 3 | IV_KEY | Call by reference | Type reference (TYPE) | STRING | 20090820 | ||||
| 4 | IV_VALUE | Call by reference | Type reference (TYPE) | ANY | 20090820 |
Method SET_EVENT_PARAMETER on class CL_GRFN_EVENT has no exception.
Method SET_WDEVENT_PARAMETERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20090820 |
Method SET_WDEVENT_PARAMETERS on class CL_GRFN_EVENT has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | 600 |