SAP ABAP Class CL_WDR_INTERNAL_WINDOW (Parent Class for All 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
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_WINDOW 20030604
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_INTERNAL_DOCKING_WINDOW Docking Window 20051124
2 Inheritance (c INHERITING FROM c_ref)  CL_WDR_VIRTUAL_WINDOW Window that only exists in runtime 20120220
Properties
Class CL_WDR_INTERNAL_WINDOW  
Short Description Parent Class for All Windows    
Super Class CL_WDR_WINDOW  
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20030604   SAP 
Last change 20141120    
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 CL_WDR_INTERNAL_WINDOW has no interface implemented.
Friends
Class CL_WDR_INTERNAL_WINDOW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_MSG_TYPE_ERROR Instance attribute Public Attribute reference (LIKE) 20050216
2 CO_MSG_TYPE_INFORMATION Instance attribute Public Attribute reference (LIKE) 20050216
3 CO_MSG_TYPE_NONE Instance attribute Public Attribute reference (LIKE) 20050216
4 CO_MSG_TYPE_QUESTION Instance attribute Public Attribute reference (LIKE) 20050216
5 CO_MSG_TYPE_STOPP Instance attribute Public Attribute reference (LIKE) 20050216
6 CO_MSG_TYPE_WARNING Instance attribute Public Attribute reference (LIKE) 20050216
7 INSTANCE_COUNTERS Static Attribute Private Type reference (TYPE) TY_T_INSTANCE_COUNTER 20091016
8 IS_DOCKABLE Instance attribute Public Type reference (TYPE) ABAP_BOOL 20051220
9 TITLE Instance attribute Public Attribute reference (LIKE) 20040601
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20101124
2 CLOSE_DELAYED Instance method Public Method 20051124
3 CONSTRUCTOR Instance method Public Constructor 20030604
4 CREATE Static method Public Method 20090527
5 DESTROY_DELAYED Instance method Public Method 20051124
6 DESTROY_RECURSIVE Instance method Protected Method 20051124
7 OPEN_DELAYED Instance method Public Method 20051124
8 REQUEST_SYSTEM_PROCESSING Instance method Public Method 20140703
9 SET_BUTTON_KIND Instance method Public Method Set Button Combination (WDR_POPUP_BUTTON_KIND) 20050503
10 SET_CLOSE_BUTTON Instance method Public Method 20060316
11 SET_DEFAULT_BUTTON Instance method Public Method 20060623
12 SET_POPUP_TO_CONFIRM Instance method Public Method 20060829
13 SET_WINDOW_TITLE Instance method Public Method 20040601
Events
Class CL_WDR_INTERNAL_WINDOW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_INSTANCE_COUNTER Private See coding 20091016 begin of ty_s_instance_counter, component_id type string, window_name type string, instance_counter type i, end of ty_s_instance_counter
2 TY_T_INSTANCE_COUNTER Private See coding 20091016 ty_t_instance_counter type hashed table of ty_s_instance_counter with unique key component_id window_name
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_WDR_INTERNAL_WINDOW has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WDR_INTERNAL_WINDOW has no exception.

Method CLOSE_DELAYED Signature

Method CLOSE_DELAYED on class CL_WDR_INTERNAL_WINDOW has no parameter.
Method CLOSE_DELAYED on class CL_WDR_INTERNAL_WINDOW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTTONS Call by reference Type reference (TYPE) WDR_POPUP_BUTTON_LIST Liste von Buttons auf einem Popup 20101124
2 Importing CANCEL_ACTION Call by reference Type reference (TYPE) WDR_POPUP_BUTTON_ACTION Spezifikation der Aktion, die an einem Popup-Button hängt 20101124
3 Importing CLIENT_COMPONENT Call by reference Object reference (TYPE REF TO) CL_WDR_CLIENT_COMPONENT 20030604
4 Importing CLOSE_IN_ANY_CASE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20101126
5 Importing IS_DOCKABLE Call by reference Type reference (TYPE) ABAP_BOOL 20051220
6 Importing IS_MODAL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20030604
7 Importing IS_RESIZABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20041001
8 Importing IS_SYSTEM_WINDOW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20140703
9 Importing IS_VALUE_HELP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20050223
10 Importing MESSAGE_DISPLAY_MODE Call by reference Type reference (TYPE) WDR_MESSAGE_DISPLAY_MODE Web Dynpro: Anzeigen von Meldungen in einem Popup 20051111
11 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) WDR_POPUP_MSG_TYPE CO_MSG_TYPE_NONE Web-Dynpro: Nachrichtentyp eines Popups 20050216
12 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20030604
13 Importing TITLE Call by reference Type reference (TYPE) STRING 20040601
14 Importing WINDOW_ID Call by reference Type reference (TYPE) STRING 20090527
15 Importing WINDOW_INFO Call by reference Object reference (TYPE REF TO) IF_WDR_RR_WINDOW 20030604

Method CONSTRUCTOR on class CL_WDR_INTERNAL_WINDOW has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTTONS Call by reference Type reference (TYPE) WDR_POPUP_BUTTON_LIST Liste von Buttons auf einem Popup 20101124
2 Importing CANCEL_ACTION Call by reference Type reference (TYPE) WDR_POPUP_BUTTON_ACTION Spezifikation der Aktion, die an einem Popup-Button hängt 20101124
3 Importing CLIENT_COMPONENT Call by reference Object reference (TYPE REF TO) CL_WDR_CLIENT_COMPONENT Web Dynpro: Abstraktion der Component 20090527
4 Importing CLOSE_IN_ANY_CASE Call by reference Type reference (TYPE) WDY_BOOLEAN ABAP_FALSE Ersatz für echten boolschen Typ: 'X' == wahr '' == falsch 20101126
5 Importing IS_DOCKABLE Call by reference Type reference (TYPE) ABAP_BOOL 20090527
6 Importing IS_MODAL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090527
7 Importing IS_RESIZABLE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20090527
8 Importing IS_SYSTEM_WINDOW Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20140703
9 Importing IS_VALUE_HELP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090527
10 Importing MESSAGE_DISPLAY_MODE Call by reference Type reference (TYPE) WDR_MESSAGE_DISPLAY_MODE Web Dynpro: Anzeigen von Meldungen in einem Popup 20090527
11 Importing MESSAGE_TYPE Call by reference Type reference (TYPE) WDR_POPUP_MSG_TYPE CO_MSG_TYPE_NONE Web-Dynpro: Nachrichtentyp eines Popups 20090527
12 Importing PARENT Call by reference Object reference (TYPE REF TO) CL_WDR_WINDOW 20090527
13 Importing TITLE Call by reference Type reference (TYPE) STRING 20090527
14 Returning WINDOW Value transfer Object reference (TYPE REF TO) CL_WDR_INTERNAL_WINDOW 20090527
15 Importing WINDOW_INFO Call by reference Object reference (TYPE REF TO) IF_WDR_RR_WINDOW 20090527

Method CREATE on class CL_WDR_INTERNAL_WINDOW has no exception.

Method DESTROY_DELAYED Signature

Method DESTROY_DELAYED on class CL_WDR_INTERNAL_WINDOW has no parameter.
Method DESTROY_DELAYED on class CL_WDR_INTERNAL_WINDOW has no exception.

Method DESTROY_RECURSIVE Signature

Method DESTROY_RECURSIVE on class CL_WDR_INTERNAL_WINDOW has no parameter.
Method DESTROY_RECURSIVE on class CL_WDR_INTERNAL_WINDOW has no exception.

Method OPEN_DELAYED Signature

Method OPEN_DELAYED on class CL_WDR_INTERNAL_WINDOW has no parameter.
Method OPEN_DELAYED on class CL_WDR_INTERNAL_WINDOW has no exception.

Method REQUEST_SYSTEM_PROCESSING Signature

Method REQUEST_SYSTEM_PROCESSING on class CL_WDR_INTERNAL_WINDOW has no parameter.
Method REQUEST_SYSTEM_PROCESSING on class CL_WDR_INTERNAL_WINDOW has no exception.

Method SET_BUTTON_KIND Signature

Method SET_BUTTON_KIND on class CL_WDR_INTERNAL_WINDOW has no parameter.
Method SET_BUTTON_KIND on class CL_WDR_INTERNAL_WINDOW has no exception.

Method SET_CLOSE_BUTTON Signature

Method SET_CLOSE_BUTTON on class CL_WDR_INTERNAL_WINDOW has no parameter.
Method SET_CLOSE_BUTTON on class CL_WDR_INTERNAL_WINDOW has no exception.

Method SET_DEFAULT_BUTTON Signature

Method SET_DEFAULT_BUTTON on class CL_WDR_INTERNAL_WINDOW has no parameter.
Method SET_DEFAULT_BUTTON on class CL_WDR_INTERNAL_WINDOW has no exception.

Method SET_POPUP_TO_CONFIRM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing POPUP_TO_CONFIRM Call by reference Object reference (TYPE REF TO) IF_WD_POPUP_TO_CONFIRM_N Web Dynpro: Schnittstelle für Popup to Confirm 20060829

Method SET_POPUP_TO_CONFIRM on class CL_WDR_INTERNAL_WINDOW has no exception.

Method SET_WINDOW_TITLE Signature

Method SET_WINDOW_TITLE on class CL_WDR_INTERNAL_WINDOW has no parameter.
Method SET_WINDOW_TITLE on class CL_WDR_INTERNAL_WINDOW has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 640