SAP ABAP Class CL_SLAD_EVENT (SLAD: Event)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SLAD_CORE (Package) Software Layer Aware Debugging: Core Package
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SLAD_CHANGE_EVENT | SLAD: Change Event | 20060614 |
Properties
| Class | CL_SLAD_EVENT | |
| Short Description | SLAD: Event | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLAD_CORE | Software Layer Aware Debugging: Core Package |
| Created | 20060614 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_SLAD_EVENT has no forward declaration.
Interfaces
Class CL_SLAD_EVENT has no interface implemented.
Friends
Class CL_SLAD_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) | TY_PARAMETERS | 20060614 | ||||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | OBJECT | 20060614 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20060614 |
Events
Class CL_SLAD_EVENT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_PARAMETER | Public | See coding | 20060614 | begin of TY_PARAMETER,
name type ty_parameter_name,
value type ty_parameter_value,
end of ty_parameter
|
||
| 2 | TY_PARAMETERS | Public | See coding | 20060614 | TY_PARAMETERS type hashed table of ty_parameter with unique key name
|
||
| 3 | TY_PARAMETER_NAME | Public | Type reference (TYPE) | STRING | 20060614 | |
|
| 4 | TY_PARAMETER_VALUE | Public | Object reference (TYPE REF TO) | DATA | 20060614 | |
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARAMETERS | Call by reference | Type reference (TYPE) | TY_PARAMETERS | 20060614 | ||||
| 2 | SOURCE | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20060614 |
Method CONSTRUCTOR on class CL_SLAD_EVENT has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 710 |