SAP ABAP Class CL_GUI_DIALOGBOX_CONTAINER (Container for Custom Controls in the Screen Area)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GUI (Application Component) Graphical User Interface
     SCET (Package) Control Enabling Technology / Control Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_GUI_CONTAINER Abstract Container for GUI Controls 00000000
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_HTML_SHOW_HELP_PIC IS-H*MED: Display Images 20030929
2 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_TO_XML_DIALOG IS-H*MED: PMD Data as XML Dialog 20020212
3 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_ROTE_LIST_F4_DLG IS-H*MED: RL F4 Dialog Box 20030225
4 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_DOCVIEWER_DIALOG IS-H*MED: Document Viewer Dialog 20020517
5 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_NPAT_QVIEW Quick View for Patient 20000717
6 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_TB_LIST Pickup List for Text Modules 20010618
7 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_TB_INS Pickup List for Text Modules 20010619
8 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_TB_CHANGE IS-H*MED: Maintain Text Modules for the Editor 20010709
9 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_SM_ADMIN IS-H*MED: Dialog Box for Marker Admin 20020228
10 Inheritance (c INHERITING FROM c_ref)  CL_AST_UI_DIALOGBOX_CNTNR_FAKE Internal Only! Fake for Testing Purposes 20080215
... Click here to see Used By full list (18 items)
Properties
Class CL_GUI_DIALOGBOX_CONTAINER  
Short Description Container for Custom Controls in the Screen Area    
Super Class CL_GUI_CONTAINER Abstract Container for GUI Controls 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SCET   Control Enabling Technology / Control Framework 
Created 19981203   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GUI_DIALOGBOX_CONTAINER has no forward declaration.
Interfaces
Class CL_GUI_DIALOGBOX_CONTAINER has no interface implemented.
Friends
Class CL_GUI_DIALOGBOX_CONTAINER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 EVENT_CLOSE Instance attribute Protected Type reference (TYPE) I 8 Close Event ID 19990113
2 PROPERTY_HSCROLL_RANGE Constant Protected Type reference (TYPE) I 440 Constant 19990812
3 PROPERTY_VSCROLL_RANGE Constant Protected Type reference (TYPE) I 430 Constant 19990812
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 19981203
2 GET_CAPTION Instance method Public Method Gets Current Caption 19990812
3 GET_HSCROLL_RANGE Instance method Public Method Gets Current Horizontal Scroll Range of Control 19990812
4 GET_VSCROLL_RANGE Instance method Public Method Gets Current Vertical Scroll Range of Control 19990812
5 REG_EVENT_CLOSE Instance method Public Method Register/Deregister Close Event 19990813
6 SET_CAPTION Instance method Public Method Sets a New Caption 19990204
7 SET_HSCROLL_RANGE Instance method Public Method Sets Horizontal Scroll Range of Control 19990812
8 SET_VSCROLL_RANGE Instance method Public Method Sets Vertical Scroll Range of Control 19990812
Events
# Event Type Visibility Description Created on
1 CLOSE Instance Event
(0)
Public
(2)
Close Button Triggered in Dialog Box 19990112
Types
Class CL_GUI_DIALOGBOX_CONTAINER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CAPTION Value transfer Type reference (TYPE) C Caption of Dialogbox 19981216
2 Importing DYNNR Value transfer Type reference (TYPE) SYDYNNR Dynpro to which this control is linked to 19981203
3 Importing HEIGHT Value transfer Type reference (TYPE) I 30 Height of this container 19981203
4 Importing LEFT Value transfer Type reference (TYPE) I 0 Left Position of Dialogbox 19981216
5 Importing LIFETIME Value transfer Type reference (TYPE) I lifetime_default Lifetime 19981215
6 Importing METRIC Value transfer Type reference (TYPE) I 0 Metric 19990622
7 Importing NAME Value transfer Type reference (TYPE) STRING Name 20000112
8 Importing NO_AUTODEF_PROGID_DYNNR Value transfer Type reference (TYPE) C dont autodefine progid and dynnr? 19990325
9 Importing PARENT Value transfer Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent container 19981203
10 Importing REPID Value transfer Type reference (TYPE) SYREPID Report to which this control is linked to 19981203
11 Importing STYLE Value transfer Type reference (TYPE) I Windows style attributes applied to this container 19981203
12 Importing TOP Value transfer Type reference (TYPE) I 0 Top Position of Dialogbox 19981216
13 Importing WIDTH Value transfer Type reference (TYPE) I 30 Width of this container 19981203
# Exception Resumable Description Created on
1 CNTL_ERROR CNTL_ERROR 19981203
2 CNTL_SYSTEM_ERROR CNTL_SYSTEM_ERROR 19981203
3 CREATE_ERROR CREATE_ERROR 19981203
4 ERROR_REGIST_EVENT Error when registering event 19990813
5 EVENT_ALREADY_REGISTERED Event already registered 19990813
6 LIFETIME_DYNPRO_DYNPRO_LINK LIFETIME_DYNPRO_DYNPRO_LINK 19981203
7 LIFETIME_ERROR LIFETIME_ERROR 19981203

Method GET_CAPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CAPTION Call by reference Type reference (TYPE) C Actual caption of control 19990812
# Exception Resumable Description Created on
1 CNTL_ERROR cntl_error 19990812
2 CNTL_SYSTEM_ERROR cntl_system_error 19990812

Method GET_HSCROLL_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting HSCROLL_RANGE Call by reference Type reference (TYPE) I Actual horizontal scroll range of control 19990812
# Exception Resumable Description Created on
1 CNTL_ERROR cntl_error 19990812
2 CNTL_SYSTEM_ERROR cntl_system_error 19990812

Method GET_VSCROLL_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting VSCROLL_RANGE Call by reference Type reference (TYPE) I Actual vertical scroll range of control 19990812
# Exception Resumable Description Created on
1 CNTL_ERROR cntl_error 19990812
2 CNTL_SYSTEM_ERROR cntl_system_error 19990812

Method REG_EVENT_CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REGISTER Call by reference Type reference (TYPE) I 1 True = register, False = unregister 19990813
# Exception Resumable Description Created on
1 CNTL_ERROR Error: control not initialized 19990813
2 ERROR_REGIST_EVENT Error while registering event close 19990813
3 ERROR_UNREGIST_EVENT Error while unregistering event close 19990813
4 EVENT_ALREADY_REGISTERED Event is already registered 19990813
5 EVENT_NOT_REGISTERED Event was not registered, thus unregistration makes no sense 19990813

Method SET_CAPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CAPTION Value transfer Type reference (TYPE) C New Caption 19990204
# Exception Resumable Description Created on
1 CNTL_ERROR cntl_error 19990204
2 CNTL_SYSTEM_ERROR cntl_system_error 19990204

Method SET_HSCROLL_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HSCROLL_RANGE Value transfer Type reference (TYPE) I New horizontal scroll range of control 19990812
# Exception Resumable Description Created on
1 CNTL_ERROR cntl_error 19990812
2 CNTL_SYSTEM_ERROR cntl_system_error 19990812

Method SET_VSCROLL_RANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VSCROLL_RANGE Value transfer Type reference (TYPE) I New vertical scroll range of control 19990812
# Exception Resumable Description Created on
1 CNTL_ERROR cntl_error 19990812
2 CNTL_SYSTEM_ERROR cntl_system_error 19990812
Event Signatures

Event CLOSE Signature
Event CLOSE on class CL_GUI_DIALOGBOX_CONTAINER has no parameter.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_HTML_SHOW_HELP_PIC IS-H*MED: Display Images 20030929
2 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_TO_XML_DIALOG IS-H*MED: PMD Data as XML Dialog 20020212
3 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_ROTE_LIST_F4_DLG IS-H*MED: RL F4 Dialog Box 20030225
4 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_PMD_DOCVIEWER_DIALOG IS-H*MED: Document Viewer Dialog 20020517
5 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_NPAT_QVIEW Quick View for Patient 20000717
6 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_TB_LIST Pickup List for Text Modules 20010618
7 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_TB_INS Pickup List for Text Modules 20010619
8 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_TB_CHANGE IS-H*MED: Maintain Text Modules for the Editor 20010709
9 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_LTE_SM_ADMIN IS-H*MED: Dialog Box for Marker Admin 20020228
10 Inheritance (c INHERITING FROM c_ref)  CL_AST_UI_DIALOGBOX_CNTNR_FAKE Internal Only! Fake for Testing Purposes 20080215
11 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_HTML_SHOW_HELP_DIA IS-H*MED: Display Texts se61 20030926
12 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWSWL_SDEF_USED_DLG i.s.h.med: Administration Worklist 20040908
13 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DWSWL_DD_INFO_DLG Info for Assignment Control 20050403
14 Inheritance (c INHERITING FROM c_ref)  CL_ISHMED_DATA_QVIEW Quick View for Any Data 255 bytes 20000801
15 Inheritance (c INHERITING FROM c_ref)  CL_ISHCV_DATA_QVIEW Quick View for Any Data 255 bytes 20061025
16 Inheritance (c INHERITING FROM c_ref)  CL_GUI_ECL_VIEWERBOX ECL Viewer as Dialog Box 20000228
17 Inheritance (c INHERITING FROM c_ref)  CL_ECL_VIEWER_FRAME Manage EAI Control in Own Window 19990308
18 Inheritance (c INHERITING FROM c_ref)  CL_DB6_GUI_PARAM_HISTORY amodal popup window showing param. history 20060310
History
Last changed by/on SAP  20130531 
SAP Release Created in