SAP ABAP Interface IF_BSP_WD_WINDOW_MANAGER (Access Interface to Window Manager)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-UI-RT (Application Component) UI Runtime Environment
⤷
CRM_BSP_WD (Package) WebClient UI Framework Runtime
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_BSP_WD_COMPONENT_CONTROLLER | BSP WD Component Controller | 20040907 |
Properties
| Interface | IF_BSP_WD_WINDOW_MANAGER | |
| Short Description | Access Interface to Window Manager |
General Data
| Package | CRM_BSP_WD | WebClient UI Framework Runtime |
| Created | 20040907 | SAP |
| Last changed | 20110908 | 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_BSP_WD_WINDOW_MANAGER has no interface.
Friends
Interface IF_BSP_WD_WINDOW_MANAGER has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CO_BTNCOMB_CLOSE | Constant | Public | Type reference (TYPE) | INT4 | 2 | 20060424 | ||
| 2 | CO_BTNCOMB_CUSTOM | Constant | Public | Type reference (TYPE) | INT4 | 99 | Natural Number | 20060425 | |
| 3 | CO_BTNCOMB_NONE | Constant | Public | Type reference (TYPE) | INT4 | 0 | 20060424 | ||
| 4 | CO_BTNCOMB_OK | Constant | Public | Type reference (TYPE) | INT4 | 1 | 20060424 | ||
| 5 | CO_BTNCOMB_OKCANCEL | Constant | Public | Type reference (TYPE) | INT4 | 3 | 20060424 | ||
| 6 | CO_BTNCOMB_YESNO | Constant | Public | Type reference (TYPE) | INT4 | 4 | 20060424 | ||
| 7 | CO_BTNCOMB_YESNOCANCEL | Constant | Public | Type reference (TYPE) | INT4 | 5 | 20060424 | ||
| 8 | CO_OWN_WINDOW | Constant | Public | Type reference (TYPE) | STRING | '*INTERNAL*' | Pseudo Usage Name for Using Custom Windows | 20070614 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns a New Selection Popup | 20060324 | |
| 2 | Instance method | Public | Method | 20060412 | ||
| 3 | Instance method | Public | Method | Returns a New Popup | 20060324 | |
| 4 | Instance method | Public | Method | Returns a New Confirmation Popup | 20060324 | |
| 5 | Instance method | Public | Method | Returns a Popup for Selecting the Default Search | 20100115 | |
| 6 | Instance method | Public | Method | Returns a New Work Area Window | 20060324 | |
| 7 | Instance method | Public | Method | Returns Definition of Default/Start Window | 20040908 | |
| 8 | Instance method | Public | Method | Returns Window for Specified Name | 20040909 | |
| 9 | Instance method | Public | Method | Returns Window Definition for Specified Name | 20040908 |
Events
Interface IF_BSP_WD_WINDOW_MANAGER has no event.
Types
Interface IF_BSP_WD_WINDOW_MANAGER has no local type.
Method Signatures
Method CREATE_DECISION_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CREATE_TABLE_COPY | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20060609 | |||
| 2 | IV_DESCRIPTION | Call by reference | Type reference (TYPE) | STRING | Beschreibung der Tabelle | 20060403 | |||
| 3 | IV_DISPLAY_TABLE | Call by reference | Type reference (TYPE) | TABLE | 20060324 | ||||
| 4 | IV_SELECTION_MODE | Call by reference | Type reference (TYPE) | STRING | 'SINGLESELECT' | 20060406 | |||
| 5 | IV_TABLE_HEADER_TEXT | Call by reference | Type reference (TYPE) | STRING | Tabellenüberschrift | 20081128 | |||
| 6 | IV_TITLE | Call by reference | Type reference (TYPE) | STRING | Titel des Popupfensters | 20060324 | |||
| 7 | IV_VISIBLE_COLUMNS | Call by reference | Type reference (TYPE) | TABLEVIEWCONTROLTAB | 20060406 | ||||
| 8 | IV_VISIBLE_ROW_COUNT | Call by reference | Type reference (TYPE) | INT4 | 3 | 20060406 | |||
| 9 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_POPUP | Zugriffsinterface für Popups | 20060324 |
Method CREATE_DECISION_POPUP on Interface IF_BSP_WD_WINDOW_MANAGER has no exception.
Method CREATE_PERS_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CALLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | 20060710 | ||||
| 2 | IV_CONFIG_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DLC_CONFIGURATION | 20060412 | ||||
| 3 | IV_PERS_TYPE | Call by reference | Type reference (TYPE) | STRING | 'TABLE' | 20060420 | |||
| 4 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_POPUP | 20060412 |
Method CREATE_PERS_POPUP on Interface IF_BSP_WD_WINDOW_MANAGER has no exception.
Method CREATE_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_INTERFACE_VIEW_NAME | Call by reference | Type reference (TYPE) | STRING | Window Name | 20060324 | |||
| 2 | IV_TITLE | Call by reference | Type reference (TYPE) | STRING | Titel des Popupfenster | 20060324 | |||
| 3 | IV_USAGE_NAME | Call by reference | Type reference (TYPE) | STRING | Name der Component Usage | 20060324 | |||
| 4 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_POPUP | Zugriffsinterface für Popups | 20060324 |
Method CREATE_POPUP on Interface IF_BSP_WD_WINDOW_MANAGER has no exception.
Method CREATE_POPUP_2_CONFIRM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BTNCOMBINATION | Call by reference | Type reference (TYPE) | INT4 | Drucktastenkombination (siehe Klassenattribute) | 20060424 | |||
| 2 | IV_CUSTOMBUTTONS | Call by reference | Type reference (TYPE) | CRMT_THTMLB_BUTTON_T | Tabelle mit anwendungsspezifischen Drucktasten | 20060424 | |||
| 3 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | Text des Popups | 20060324 | |||
| 4 | IV_TITLE | Call by reference | Type reference (TYPE) | STRING | Titel des Popups | 20060324 | |||
| 5 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_POPUP | Zugriffsinterface für Popups | 20060324 |
Method CREATE_POPUP_2_CONFIRM on Interface IF_BSP_WD_WINDOW_MANAGER has no exception.
Method CREATE_SEARCH_PERS_POPUP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CALLER | Call by reference | Object reference (TYPE REF TO) | CL_BSP_WD_VIEW_CONTROLLER | 20100115 | ||||
| 2 | IV_CONFIG_DESCRIPTOR | Call by reference | Object reference (TYPE REF TO) | IF_BSP_DLC_CONFIGURATION | 20100115 | ||||
| 3 | IV_PERS_TYPE | Call by reference | Type reference (TYPE) | STRING | 'TABLE' | 20100115 | |||
| 4 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BSP_WD_POPUP | 20100115 |
Method CREATE_SEARCH_PERS_POPUP on Interface IF_BSP_WD_WINDOW_MANAGER has no exception.
Method CREATE_WORKAREA_WINDOW Signature
Method CREATE_WORKAREA_WINDOW on Interface IF_BSP_WD_WINDOW_MANAGER has no parameter.
Method CREATE_WORKAREA_WINDOW on Interface IF_BSP_WD_WINDOW_MANAGER has no exception.
Method GET_DEFAULT_WINDOW_DEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_WINDOW | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_REP_VIEW | 20040908 |
Method GET_DEFAULT_WINDOW_DEF on Interface IF_BSP_WD_WINDOW_MANAGER has no exception.
Method GET_WINDOW Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | 20040909 | ||||
| 2 | RV_WINDOW | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_WINDOW | Window Basisklasse | 20040909 |
Method GET_WINDOW on Interface IF_BSP_WD_WINDOW_MANAGER has no exception.
Method GET_WINDOW_DEF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_WINDOW_NAME | Call by reference | Type reference (TYPE) | STRING | 20040908 | ||||
| 2 | RV_WINDOW | Value transfer | Object reference (TYPE REF TO) | CL_BSP_WD_REP_VIEW | 20040908 |
Method GET_WINDOW_DEF on Interface IF_BSP_WD_WINDOW_MANAGER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 500 |