SAP ABAP Class CL_WD_CUSTOM_EVENT (Application-Defined Event)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
⤷
SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_CONTEXT_MENU_EVENT | 20060406 |
Properties
Class | CL_WD_CUSTOM_EVENT | |
Short Description | Application-Defined Event | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
Created | 20021025 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_WD_CUSTOM_EVENT has no forward declaration.
Interfaces
Class CL_WD_CUSTOM_EVENT has no interface implemented.
Friends
Class CL_WD_CUSTOM_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) | STRING | Event Name | 20021025 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | WDR_EVENT_PARAMETER_LIST | Parameter List for Custom Events | 20021025 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | STRING | 20081127 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20021025 |
2 | ![]() |
Instance method | Public | Method | Gets Parameter as a Byte | 20021025 |
3 | ![]() |
Instance method | Public | Method | Gets Parameter as a Character | 20021025 |
4 | ![]() |
Instance method | Public | Method | Gets Parameter as a Context Element | 20040514 |
5 | ![]() |
Instance method | Public | Method | Gets Parameters | 20050215 |
6 | ![]() |
Instance method | Public | Method | Gets Parameter as a Floating | 20021025 |
7 | ![]() |
Instance method | Public | Method | Gets Parameter as an Integer | 20021025 |
8 | ![]() |
Instance method | Public | Method | Gets Event Name | 20021025 |
9 | ![]() |
Instance method | Public | Method | Gets Parameter as an Object Reference | 20021025 |
10 | ![]() |
Instance method | Public | Method | Gets Parameter as a String | 20021025 |
Events
Class CL_WD_CUSTOM_EVENT has no event.
Types
Class CL_WD_CUSTOM_EVENT has no local type.
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Eventname | 20021025 | ||
2 | ![]() |
PARAMETERS | Call by reference | Type reference (TYPE) | WDR_EVENT_PARAMETER_LIST | Parameterliste für Custom-Events | 20021025 | ||
3 | ![]() |
SOURCE_COMPONENT_ID | Call by reference | Type reference (TYPE) | STRING | 20081127 |
Method CONSTRUCTOR on class CL_WD_CUSTOM_EVENT has no exception.
Method GET_BYTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Parametername | 20021025 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | INT1 | Wert | 20021025 |
Method GET_BYTE on class CL_WD_CUSTOM_EVENT has no exception.
Method GET_CHAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Parametername | 20021025 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | CHAR01 | Charakterfeld der Länge 1 | 20021025 |
Method GET_CHAR on class CL_WD_CUSTOM_EVENT has no exception.
Method GET_CONTEXT_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20040514 | |||
2 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Schnittstelle für die dynamische Verarbeitung von Elementen | 20040514 |
Method GET_CONTEXT_ELEMENT on class CL_WD_CUSTOM_EVENT has no exception.
Method GET_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20050215 | |||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | DATA | 20050215 |
Method GET_DATA on class CL_WD_CUSTOM_EVENT has no exception.
Method GET_FLOAT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Parametername | 20021025 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | FLOAT | Floating-Wert | 20021025 |
Method GET_FLOAT on class CL_WD_CUSTOM_EVENT has no exception.
Method GET_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Parametername | 20021025 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | I | Integer | 20021025 |
Method GET_INT on class CL_WD_CUSTOM_EVENT has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | STRING | Event-Name | 20021025 |
Method GET_NAME on class CL_WD_CUSTOM_EVENT has no exception.
Method GET_OBJECT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Parametername | 20021025 | ||
2 | ![]() |
VALUE | Value transfer | Object reference (TYPE REF TO) | OBJECT | Objekt-Referenz | 20021025 |
Method GET_OBJECT on class CL_WD_CUSTOM_EVENT has no exception.
Method GET_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Parametername | 20021025 | ||
2 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | Parameter-String | 20021025 |
Method GET_STRING on class CL_WD_CUSTOM_EVENT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 640 |