SAP ABAP Class CL_GRFN_BASE_EVENT_QUEUE (BASE event queue)
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_BASE_EVENT_QUEUE | |
| Short Description | BASE event queue | |
| 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 | 20100817 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRFN_BASE_EVENT_QUEUE has no forward declaration.
Interfaces
Class CL_GRFN_BASE_EVENT_QUEUE has no interface implemented.
Friends
Class CL_GRFN_BASE_EVENT_QUEUE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | See coding | 20100817 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | T_EVENT | 20100817 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20100817 | |
| 2 | Instance method | Public | Method | Get current event status | 20100817 | |
| 3 | Instance method | Public | Method | Pop event | 20100817 | |
| 4 | Instance method | Public | Method | Push event | 20100817 | |
| 5 | Instance method | Public | Method | Set current event status | 20100817 |
Events
Class CL_GRFN_BASE_EVENT_QUEUE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | EVENT_STATE | Public | See coding | 20100817 | event_state(10) type c
|
||
| 2 | S_EVENT | Public | See coding | 20100817 | begin of s_event,
event type ref to cl_grfn_event,
state type event_state,
end of s_event
|
||
| 3 | T_EVENT | Public | See coding | 20100817 | t_event type table of s_event
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_GRFN_BASE_EVENT_QUEUE has no parameter.
Method CONSTRUCTOR on class CL_GRFN_BASE_EVENT_QUEUE has no exception.
Method GET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_EVENT | Event Class | 20100817 | |||
| 2 | EV_STATE | Call by reference | Type reference (TYPE) | EVENT_STATE | 20100817 |
Method GET on class CL_GRFN_BASE_EVENT_QUEUE has no exception.
Method POP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_EVENT | Value transfer | Object reference (TYPE REF TO) | CL_GRFN_EVENT | Event Class | 20100817 |
Method POP on class CL_GRFN_BASE_EVENT_QUEUE has no exception.
Method PUSH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_EVENT | Call by reference | Object reference (TYPE REF TO) | CL_GRFN_EVENT | Event Class | 20100817 |
Method PUSH on class CL_GRFN_BASE_EVENT_QUEUE has no exception.
Method SET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_STATE | Call by reference | Type reference (TYPE) | EVENT_STATE | 20100817 |
Method SET on class CL_GRFN_BASE_EVENT_QUEUE has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1000 |