SAP ABAP Interface IF_WD_WINDOW_MANAGER (IF_WD_WINDOW_MANAGER)
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_CLIENT_COMPONENT | Web Dynpro: Abstraction of Component | 20030604 |
Properties
| Interface | IF_WD_WINDOW_MANAGER | |
| Short Description |
General Data
| Package | SWDP_RUNTIME_CORE | Web Dynpro Runtime: Core Functions |
| Created | 20030604 | SAP |
| Last changed | 20130531 | 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) |
| 2 | IF_WD_WINDOW | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Interface IF_WD_WINDOW_MANAGER has no interface.
Friends
Interface IF_WD_WINDOW_MANAGER has no friend.
Attributes
Interface IF_WD_WINDOW_MANAGER has no attribute.
Methods
Events
Interface IF_WD_WINDOW_MANAGER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYPE_S_BUTTON | Public | See coding | 20050527 | begin of TYPE_S_BUTTON,
button type WDR_POPUP_BUTTON,
button_text type string,
is_default_button type wdy_boolean,
listener type ref to if_wd_controller,
event_handler type string,
end of type_s_button
|
||
| 2 | TYPE_T_BUTTON | Public | See coding | 20050527 | TYPE_T_BUTTON type standard table of type_s_button
|
Method Signatures
Method CREATE_AND_OPEN_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTONS | Value transfer | Type reference (TYPE) | WDR_POPUP_BUTTON_LIST | Liste von Buttons auf dem Popup | 20101124 | |||
| 2 | CANCEL_ACTION | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON_ACTION | Aktion, die beim Betätigen d. Close-Funktion aufgerufen wird | 20101124 | |||
| 3 | COMPONENT_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | ggf. Name der Component-Usage | 20101129 | |||
| 4 | IS_RESIZABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20101123 | |||
| 5 | MESSAGE_DISPLAY_MODE | Call by reference | Type reference (TYPE) | WDR_MESSAGE_DISPLAY_MODE | Web Dynpro: Anzeigen von Meldungen in einem Popup | 20101123 | |||
| 6 | MESSAGE_TYPE | Call by reference | Type reference (TYPE) | WDR_POPUP_MSG_TYPE | IF_WD_WINDOW=>CO_MSG_TYPE_NONE | Web-Dynpro: Nachrichtentyp eines Popups | 20101123 | ||
| 7 | POPUP | Value transfer | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20101124 | ||||
| 8 | TITLE | Call by reference | Type reference (TYPE) | STRING | Titel des Popups | 20101123 | |||
| 9 | WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Windows bzw. Interface-Views | 20101123 |
Method CREATE_AND_OPEN_POPUP on Interface IF_WD_WINDOW_MANAGER has no exception.
Method CREATE_EXTERNAL_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HAS_LOCATION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20060608 | |||
| 2 | HAS_MENUBAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050131 | |||
| 3 | HAS_SCROLLBARS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050131 | |||
| 4 | HAS_STATUSBAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050131 | |||
| 5 | HAS_TOOLBAR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050131 | |||
| 6 | IS_RESIZABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050131 | |||
| 7 | MODAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20030604 | |||
| 8 | TITLE | Call by reference | Type reference (TYPE) | STRING | 20030604 | ||||
| 9 | URL | Call by reference | Type reference (TYPE) | STRING | 20030604 | ||||
| 10 | USE_POST | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090206 | |||
| 11 | WINDOW | Value transfer | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20060608 |
Method CREATE_EXTERNAL_WINDOW on Interface IF_WD_WINDOW_MANAGER has no exception.
Method CREATE_POPUP_TO_CONFIRM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTON_KIND | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON_KIND | Web-Dynpro: Button-Kombination eines Popups | 20050527 | |||
| 2 | CLOSE_BUTTON | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20050530 | |||
| 3 | DEFAULT_BUTTON | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON | Web-Dynpro: Buttons auf einem Popup | 20060623 | |||
| 4 | MESSAGE_TYPE | Call by reference | Type reference (TYPE) | WDR_POPUP_MSG_TYPE | Web-Dynpro: Nachrichtentyp eines Popups | 20050527 | |||
| 5 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_WD_WINDOW | Web Dynpro: Schnittstelle für Popup to Confirm | 20050527 | |||
| 6 | TEXT | Call by reference | Type reference (TYPE) | STRING_TABLE | Text, der im Dialogfenster angezeigt werden soll | 20050527 | |||
| 7 | WINDOW_HEIGHT | Call by reference | Type reference (TYPE) | STRING | Höhe des Fensters | 20050527 | |||
| 8 | WINDOW_LEFT_POSITION | Call by reference | Type reference (TYPE) | I | Fensterposition | 20050527 | |||
| 9 | WINDOW_POSITION | Call by reference | Type reference (TYPE) | STRING | Fensterposition | 20050527 | |||
| 10 | WINDOW_TITLE | Call by reference | Type reference (TYPE) | STRING | Fenstertitel | 20050527 | |||
| 11 | WINDOW_TOP_POSITION | Call by reference | Type reference (TYPE) | I | Fensterposition | 20050527 | |||
| 12 | WINDOW_WIDTH | Call by reference | Type reference (TYPE) | STRING | Breite des Fensters | 20050527 |
Method CREATE_POPUP_TO_CONFIRM on Interface IF_WD_WINDOW_MANAGER has no exception.
Method CREATE_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTON_KIND | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON_KIND | Web-Dynpro: Button-Kombination eines Popups | 20050216 | |||
| 2 | CLOSE_BUTTON | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Soll ein Button für 'Abbrechen' gesetzt werden | 20040723 | ||
| 3 | CLOSE_IN_ANY_CASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Soll Popup durch Window-Button autom. geschlossen werden | 20050509 | ||
| 4 | DEFAULT_BUTTON | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON | Web-Dynpro: Buttons auf einem Popup | 20060623 | |||
| 5 | IS_RESIZABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090709 | |||
| 6 | MESSAGE_DISPLAY_MODE | Call by reference | Type reference (TYPE) | WDR_MESSAGE_DISPLAY_MODE | Web Dynpro: Anzeigen von Meldungen in einem Popup | 20051111 | |||
| 7 | MESSAGE_TYPE | Call by reference | Type reference (TYPE) | WDR_POPUP_MSG_TYPE | IF_WD_WINDOW=>CO_MSG_TYPE_NONE | Web-Dynpro: Nachrichtentyp eines Popups | 20050216 | ||
| 8 | MODAL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Veraltet! Nur modale Popups werden unterstützt | 20030604 | ||
| 9 | TITLE | Call by reference | Type reference (TYPE) | STRING | Titel | 20040601 | |||
| 10 | WINDOW | Value transfer | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20030604 | ||||
| 11 | WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Windows | 20040629 |
Method CREATE_WINDOW on Interface IF_WD_WINDOW_MANAGER has no exception.
Method CREATE_WINDOW_FOR_CMP_USAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLOSE_IN_ANY_CASE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Soll Popup durch Window-Button autom. geschlossen werden | 20050509 | ||
| 2 | COMPONENT_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Component-Verwendung | 20050503 | |||
| 3 | INTERFACE_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | Name des Interface Views | 20050503 | |||
| 4 | IS_RESIZABLE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090709 | |||
| 5 | MESSAGE_DISPLAY_MODE | Call by reference | Type reference (TYPE) | WDR_MESSAGE_DISPLAY_MODE | Web Dynpro: Anzeigen von Meldungen in einem Popup | 20051111 | |||
| 6 | TITLE | Call by reference | Type reference (TYPE) | STRING | Überschrift | 20050503 | |||
| 7 | WINDOW | Value transfer | Object reference (TYPE REF TO) | IF_WD_WINDOW | 20050503 |
Method CREATE_WINDOW_FOR_CMP_USAGE on Interface IF_WD_WINDOW_MANAGER has no exception.
Method GET_BUTTONS_ABORTRETRYIGNORE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTONS | Value transfer | Type reference (TYPE) | WDR_POPUP_BUTTON_LIST | Liste von Buttons auf einem Popup | 20110615 | |||
| 2 | DEFAULT_BUTTON | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON | 0 | Web-Dynpro: Buttons auf einem Popup | 20110615 |
Method GET_BUTTONS_ABORTRETRYIGNORE on Interface IF_WD_WINDOW_MANAGER has no exception.
Method GET_BUTTONS_CLOSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTONS | Value transfer | Type reference (TYPE) | WDR_POPUP_BUTTON_LIST | Liste von Buttons auf einem Popup | 20110615 | |||
| 2 | DEFAULT_BUTTON | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON | IF_WD_WINDOW=>CO_BUTTON_CLOSE | Web-Dynpro: Buttons auf einem Popup | 20110615 |
Method GET_BUTTONS_CLOSE on Interface IF_WD_WINDOW_MANAGER has no exception.
Method GET_BUTTONS_OK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTONS | Value transfer | Type reference (TYPE) | WDR_POPUP_BUTTON_LIST | Liste von Buttons auf einem Popup | 20110615 | |||
| 2 | DEFAULT_BUTTON | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON | IF_WD_WINDOW=>CO_BUTTON_OK | Web-Dynpro: Buttons auf einem Popup | 20110615 |
Method GET_BUTTONS_OK on Interface IF_WD_WINDOW_MANAGER has no exception.
Method GET_BUTTONS_OKCANCEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTONS | Value transfer | Type reference (TYPE) | WDR_POPUP_BUTTON_LIST | Liste von Buttons auf einem Popup | 20110615 | |||
| 2 | DEFAULT_BUTTON | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON | 0 | Web-Dynpro: Buttons auf einem Popup | 20110615 |
Method GET_BUTTONS_OKCANCEL on Interface IF_WD_WINDOW_MANAGER has no exception.
Method GET_BUTTONS_YESNO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTONS | Value transfer | Type reference (TYPE) | WDR_POPUP_BUTTON_LIST | Liste von Buttons auf einem Popup | 20110615 | |||
| 2 | DEFAULT_BUTTON | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON | 0 | Web-Dynpro: Buttons auf einem Popup | 20110615 |
Method GET_BUTTONS_YESNO on Interface IF_WD_WINDOW_MANAGER has no exception.
Method GET_BUTTONS_YESNOCANCEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BUTTONS | Value transfer | Type reference (TYPE) | WDR_POPUP_BUTTON_LIST | Liste von Buttons auf einem Popup | 20110615 | |||
| 2 | DEFAULT_BUTTON | Call by reference | Type reference (TYPE) | WDR_POPUP_BUTTON | 0 | Web-Dynpro: Buttons auf einem Popup | 20110615 |
Method GET_BUTTONS_YESNOCANCEL on Interface IF_WD_WINDOW_MANAGER has no exception.
Method OPEN_VALUE_HELP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT_HANDLER | Call by reference | Type reference (TYPE) | STRING | Name des Ereignisbehandlers | 20110202 | |||
| 2 | FIELD | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf Datenelement | 20110202 | |||
| 3 | FIELDNAME | Call by reference | Type reference (TYPE) | STRING | Feldname | 20110202 | |||
| 4 | MULTI_SELECT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Mehrfachauswahl erlaubt? | 20110202 | ||
| 5 | SEARCHHELP | Call by reference | Type reference (TYPE) | SHLPNAME | Name einer Suchhilfe | 20110202 | |||
| 6 | SEARCH_TERM | Call by reference | Type reference (TYPE) | STRING | Suchbegriff (Label) | 20110202 | |||
| 7 | STRUCTURE | Call by reference | Object reference (TYPE REF TO) | DATA | Referenz auf Struktur | 20110202 | |||
| 8 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20110202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Web Dynpro Wertehilfe Ausnahmen | 20110202 |
Method PROCESS_QUICKVIEW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | UI_ELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | 20120312 | ||||
| 2 | VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20120312 |
Method PROCESS_QUICKVIEW on Interface IF_WD_WINDOW_MANAGER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 640 |