SAP ABAP Class IF_STCTM_EVENT (Event)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20121127 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_STCTM_TASK | Technical Configuration Task | 20121128 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_STCTM_DUMMY_EVNT | Dummy Event (not selectable, not resolveable) | 20130117 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_STCTM_EVENT_BY_INTERFACE | Event; Event tasks are defined by ABAP interface | 20121127 |
Properties
| Class | IF_STCTM_EVENT | |
| Short Description | Event | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20121127 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_STCTM_EVENT has no forward declaration.
Interfaces
Class IF_STCTM_EVENT has no interface implemented.
Friends
Class IF_STCTM_EVENT has no friend class.
Attributes
Class IF_STCTM_EVENT has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Sorted List of Event Tasks | 20121127 |
Events
Class IF_STCTM_EVENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_EV_TASKS | Public | See coding | Event Tasks | 20121127 | tt_ev_tasks TYPE TABLE OF t_ev_task
|
|
| 2 | T_EV_TASK | Public | See coding | Event Task | 20121128 | BEGIN OF t_ev_task,
ev_task_id TYPE stc_task_id,
END OF t_ev_task
|
Method Signatures
Method GET_EVENT_TASKS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_EV_TASKS | Call by reference | Type reference (TYPE) | TT_EV_TASKS | Sorted List of Event Tasks | 20121127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Task Exception | 20121128 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |