SAP ABAP Class CL_WDR_ABSTRACT_CTRL_SERVICE (Administration of Runtime Services)
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
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_CONTROLLER_SERVICE | Interface for Controller Services | 20081217 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_WDR_SERVICE | Interface for Runtime Services | 20081217 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_NOTIFICATION_RECEIVER | Web Dynpro Notification | 20081217 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_WD_NOTIFICATION_SERVICE | Service Classe for Notifications | 20081217 |
Properties
| Class | CL_WDR_ABSTRACT_CTRL_SERVICE | |
| Short Description | Administration of Runtime Services | |
| 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 | 20081217 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_WDR_ABSTRACT_CTRL_SERVICE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_WDR_CONTROLLER_SERVICE | Interface for Controller Services | 20081217 | ||
| 2 | IF_WDR_SERVICE | Interface for Runtime Services | 20081217 |
Friends
Class CL_WDR_ABSTRACT_CTRL_SERVICE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | T_SERVICE_ENTRY_MAP | 20081217 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Protected | Method | 20081217 | ||
| 2 | Static method | Protected | Method | 20081217 |
Events
Class CL_WDR_ABSTRACT_CTRL_SERVICE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_SERVICE_ENTRY | Private | See coding | 20081217 | begin of t_service_entry,
service_type type sycprog,
controller type ref to if_wd_controller,
service type ref to if_wdr_controller_service,
end of t_service_entry
|
||
| 2 | T_SERVICE_ENTRY_MAP | Private | See coding | 20081217 | t_service_entry_map type hashed table of t_service_entry
with unique key primary_key components service_type controller
with unique hashed key sec_key components service
|
Method Signatures
Method _GET_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20081217 | |||
| 2 | SERVICE | Value transfer | Object reference (TYPE REF TO) | IF_WDR_CONTROLLER_SERVICE | Interface für Controller-Services | 20081217 | |||
| 3 | SERVICE_TYPE | Call by reference | Type reference (TYPE) | SYCPROG | Aufrufendes Programm | 20081217 |
Method _GET_SERVICE on class CL_WDR_ABSTRACT_CTRL_SERVICE has no exception.
Method _REGISTER_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTROLLER | Web Dynpro: Controller-Schnittstelle | 20081217 | |||
| 2 | SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_WDR_CONTROLLER_SERVICE | Interface für Controller-Services | 20081217 | |||
| 3 | SERVICE_TYPE | Call by reference | Type reference (TYPE) | SYCPROG | Aufrufendes Programm | 20081217 |
Method _REGISTER_SERVICE on class CL_WDR_ABSTRACT_CTRL_SERVICE has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 720 |