SAP ABAP Interface IF_WD_WINDOW_SERVICES (Service Methods for Windows)
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
⤷
⤷
Properties
| Interface | IF_WD_WINDOW_SERVICES | |
| Short Description | Service Methods for Windows |
General Data
| Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
| Created | 20081212 | SAP |
| Last changed | 20090618 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_WD_WINDOW_SERVICES has no forward declaration.
Interfaces
Interface IF_WD_WINDOW_SERVICES has no interface.
Friends
Interface IF_WD_WINDOW_SERVICES has no friend.
Attributes
Interface IF_WD_WINDOW_SERVICES has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | All Dialog boxes that are children of the Window | 20081216 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | WINDOW_CONTROLLER_CREATED | Instance Event (0) |
Public (2) |
20081216 | |
| 2 | WINDOW_CONTROLLER_DESTROYED | Instance Event (0) |
Public (2) |
20081216 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_WINDOW_INFO | Public | See coding | 20081216 | begin of ty_s_window_info,
window type ref to if_wd_window, "reference to the popup window
window_controller type ref to if_wd_window_controller, "reference to the associated window controller
is_open type abap_bool, "popup is open
to_open type abap_bool, "popup will be opened in this roundtrip
is_current_active type abap_bool, "current active window
end of ty_s_window_info
|
||
| 2 | TY_T_WINDOW_INFO | Public | See coding | 20081216 | ty_t_window_info type hashed table of ty_s_window_info with unique key window
|
Method Signatures
Method GET_CHILDREN_FOR_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHILD_WINDOWS | Value transfer | Type reference (TYPE) | TY_T_WINDOW_INFO | 20081216 | ||||
| 2 | WINDOW | Call by reference | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20081216 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Web Dynpro: Ausnahmeklasse für Methoden der Laufzeit-API | 20081216 |
Event Signatures
Event WINDOW_CONTROLLER_CREATED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WINDOW_CONTROLLER | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_WD_WINDOW_CONTROLLER | Window Controller | 20081216 |
Event WINDOW_CONTROLLER_DESTROYED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | WINDOW_CONTROLLER | Exporting | Value transfer | Object reference (TYPE REF TO) | IF_WD_WINDOW_CONTROLLER | Window Controller | 20081216 |
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in |