SAP ABAP Interface IF_WDR_SERVICE_TARGET (Runtime object that functions as the service target)
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 | 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
Interface | IF_WDR_SERVICE_TARGET | |
Short Description | Runtime object that functions as the service target |
General Data
Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
Created | 20081120 | SAP |
Last changed | 20090618 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_WDR_SERVICE_TARGET has no interface.
Friends
Interface IF_WDR_SERVICE_TARGET has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | REGISTERED_SERVICES | 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
Interface 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 Interface 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 Interface IF_WDR_SERVICE_TARGET has no exception.
History
Last changed by/on | SAP | 20090618 |
SAP Release Created in |