SAP ABAP Class CL_WDR_NOTIFY_SHM_ROOT (Root Class for Shared Objects (Notifications))
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_RUNTIME_SERVICES (Package) Web Dynpro: Additional Services of Web Dynpro Runtime
⤷
⤷
Properties
| Class | CL_WDR_NOTIFY_SHM_ROOT | |
| Short Description | Root Class for Shared Objects (Notifications) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_SERVICES | Web Dynpro: Additional Services of Web Dynpro Runtime |
| Created | 20081028 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WDR_NOTIFY_SHM_ROOT has no forward declaration.
Interfaces
Class CL_WDR_NOTIFY_SHM_ROOT has no interface implemented.
Friends
Class CL_WDR_NOTIFY_SHM_ROOT 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) | TT_EVENTS | 20081029 |
Methods
Class CL_WDR_NOTIFY_SHM_ROOT has no method.
Events
Class CL_WDR_NOTIFY_SHM_ROOT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_ALL_REGISTERED_EVENTS | Public | See coding | 20081125 | tt_all_registered_events type hashed table of t_full_event_id with unique key instance_name
|
||
| 2 | TT_EVENTS | Public | See coding | 20081029 | tt_events type hashed table of t_event with unique key event_id
|
||
| 3 | T_EVENT | Public | See coding | 20081029 | begin of t_event.
types event_id type string.
types event_action type string. " actionname
types event_action_location type string. " |
||
| 4 | T_FULL_EVENT_ID | Public | See coding | 20081125 | begin of t_full_event_id.
types instance_name type shm_inst_name.
types events type tt_events.
types end of t_full_event_id
|
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 720 |