SAP ABAP Class IF_BSP_WD_WINDOW_MANAGER (Access Interface to Window Manager)
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
Class IF_BSP_WD_WINDOW_MANAGER  
Short Description Access Interface to Window Manager    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20040907   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_BSP_WD_WINDOW_MANAGER has no interface implemented.
Friends
Class IF_BSP_WD_WINDOW_MANAGER has no friend class.
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 CREATE_DECISION_POPUP Instance method Public Method Returns a New Selection Popup 20060324
2 CREATE_PERS_POPUP Instance method Public Method 20060412
3 CREATE_POPUP Instance method Public Method Returns a New Popup 20060324
4 CREATE_POPUP_2_CONFIRM Instance method Public Method Returns a New Confirmation Popup 20060324
5 CREATE_SEARCH_PERS_POPUP Instance method Public Method Returns a Popup for Selecting the Default Search 20100115
6 CREATE_WORKAREA_WINDOW Instance method Public Method Returns a New Work Area Window 20060324
7 GET_DEFAULT_WINDOW_DEF Instance method Public Method Returns Definition of Default/Start Window 20040908
8 GET_WINDOW Instance method Public Method Returns Window for Specified Name 20040909
9 GET_WINDOW_DEF Instance method Public Method Returns Window Definition for Specified Name 20040908
Events
Class IF_BSP_WD_WINDOW_MANAGER has no event.
Types
Class 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 Importing IV_CREATE_TABLE_COPY Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20060609
2 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) STRING Beschreibung der Tabelle 20060403
3 Importing IV_DISPLAY_TABLE Call by reference Type reference (TYPE) TABLE 20060324
4 Importing IV_SELECTION_MODE Call by reference Type reference (TYPE) STRING 'SINGLESELECT' 20060406
5 Importing IV_TABLE_HEADER_TEXT Call by reference Type reference (TYPE) STRING Tabellenüberschrift 20081128
6 Importing IV_TITLE Call by reference Type reference (TYPE) STRING Titel des Popupfensters 20060324
7 Importing IV_VISIBLE_COLUMNS Call by reference Type reference (TYPE) TABLEVIEWCONTROLTAB 20060406
8 Importing IV_VISIBLE_ROW_COUNT Call by reference Type reference (TYPE) INT4 3 20060406
9 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_POPUP Zugriffsinterface für Popups 20060324

Method CREATE_DECISION_POPUP on class 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 Importing IV_CALLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER 20060710
2 Importing IV_CONFIG_DESCRIPTOR Call by reference Object reference (TYPE REF TO) IF_BSP_DLC_CONFIGURATION 20060412
3 Importing IV_PERS_TYPE Call by reference Type reference (TYPE) STRING 'TABLE' 20060420
4 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_POPUP 20060412

Method CREATE_PERS_POPUP on class 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 Importing IV_INTERFACE_VIEW_NAME Call by reference Type reference (TYPE) STRING Window Name 20060324
2 Importing IV_TITLE Call by reference Type reference (TYPE) STRING Titel des Popupfenster 20060324
3 Importing IV_USAGE_NAME Call by reference Type reference (TYPE) STRING Name der Component Usage 20060324
4 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_POPUP Zugriffsinterface für Popups 20060324

Method CREATE_POPUP on class 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 Importing IV_BTNCOMBINATION Call by reference Type reference (TYPE) INT4 Drucktastenkombination (siehe Klassenattribute) 20060424
2 Importing IV_CUSTOMBUTTONS Call by reference Type reference (TYPE) CRMT_THTMLB_BUTTON_T Tabelle mit anwendungsspezifischen Drucktasten 20060424
3 Importing IV_TEXT Call by reference Type reference (TYPE) STRING Text des Popups 20060324
4 Importing IV_TITLE Call by reference Type reference (TYPE) STRING Titel des Popups 20060324
5 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_POPUP Zugriffsinterface für Popups 20060324

Method CREATE_POPUP_2_CONFIRM on class 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 Importing IV_CALLER Call by reference Object reference (TYPE REF TO) CL_BSP_WD_VIEW_CONTROLLER 20100115
2 Importing IV_CONFIG_DESCRIPTOR Call by reference Object reference (TYPE REF TO) IF_BSP_DLC_CONFIGURATION 20100115
3 Importing IV_PERS_TYPE Call by reference Type reference (TYPE) STRING 'TABLE' 20100115
4 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_POPUP 20100115

Method CREATE_SEARCH_PERS_POPUP on class IF_BSP_WD_WINDOW_MANAGER has no exception.

Method CREATE_WORKAREA_WINDOW Signature

Method CREATE_WORKAREA_WINDOW on class IF_BSP_WD_WINDOW_MANAGER has no parameter.
Method CREATE_WORKAREA_WINDOW on class 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 Returning RV_WINDOW Value transfer Object reference (TYPE REF TO) CL_BSP_WD_REP_VIEW 20040908

Method GET_DEFAULT_WINDOW_DEF on class 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 Importing IV_WINDOW_NAME Call by reference Type reference (TYPE) STRING 20040909
2 Returning RV_WINDOW Value transfer Object reference (TYPE REF TO) CL_BSP_WD_WINDOW Window Basisklasse 20040909

Method GET_WINDOW on class 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 Importing IV_WINDOW_NAME Call by reference Type reference (TYPE) STRING 20040908
2 Returning RV_WINDOW Value transfer Object reference (TYPE REF TO) CL_BSP_WD_REP_VIEW 20040908

Method GET_WINDOW_DEF on class IF_BSP_WD_WINDOW_MANAGER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in