SAP ABAP Class IF_WDR_SERVICE_TARGET (Runtime object that functions as the service target)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_CONTEXT_NODE_RANGE | Context Node for Context Paging Support | 20091222 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_WDR_CONTROLLER | 20081216 |
Properties
| Class | IF_WDR_SERVICE_TARGET | |
| Short Description | Runtime object that functions as the service target | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20081120 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class IF_WDR_SERVICE_TARGET has no interface implemented.
Friends
Class IF_WDR_SERVICE_TARGET 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_T_SERVICES | 20081216 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Registers a service | 20081216 | |
| 2 | Instance method | Public | Method | Deregisters a service | 20081216 |
Events
Class IF_WDR_SERVICE_TARGET has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_SERVICE | Public | See coding | 20081216 | begin of ty_s_service,
service type ref to if_wdr_service,
controller_name type string,
forward type abap_bool,
end of ty_s_service
|
||
| 2 | TY_T_SERVICES | Public | See coding | 20081216 | TY_T_SERVICES type hashed table of ty_s_service with unique key service controller_name
|
Method Signatures
Method REGISTER_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | 20081216 | ||||
| 2 | FORWARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081216 | ||||
| 3 | SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_WDR_SERVICE | Interface für Runtime-Services | 20081216 |
Method REGISTER_SERVICE on class IF_WDR_SERVICE_TARGET has no exception.
Method UNREGISTER_SERVICE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTROLLER_NAME | Call by reference | Type reference (TYPE) | STRING | 20081216 | ||||
| 2 | FORWARD | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081216 | ||||
| 3 | SERVICE | Call by reference | Object reference (TYPE REF TO) | IF_WDR_SERVICE | Interface für Runtime-Services | 20081216 |
Method UNREGISTER_SERVICE on class IF_WDR_SERVICE_TARGET has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |