SAP ABAP Class CL_DBA_GUI_SUBSCREEN (DBA Cockpit: Visualization of frameworkdata via subscreen)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DBA_GUI_RESET_DATA DBA Cockpit: Reset Data of Controller 20051122
2 Inheritance (c INHERITING FROM c_ref)  CL_DBA_GUI_SYSTEM_DATA DBA Cockpit: Central System Data Display 20051114
Properties
Class CL_DBA_GUI_SUBSCREEN  
Short Description DBA Cockpit: Visualization of frameworkdata via subscreen    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20051110   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 CL_DBA_GUI_SUBSCREEN has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_DB6_TREE_NAVIGATOR 20051110 CL_DB6_TREE_NAVIGATOR
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 FIELD_ATTRIBUTES Instance attribute Public Type reference (TYPE) DBA_SCREEN_FIELD_ATTR_LIST DBA Cockpit: Screen Field Attributes 20051110
2 FRAME Instance attribute Public Type reference (TYPE) DBA_SCREEN_FIELD_ATTRIBUTE DBA Cockpit: Attributes of framework screens fields 20051114
3 IS_VISIBLE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20051111
4 MODIFIED_ATTRIBUTES Instance attribute Protected Type reference (TYPE) DBA_SCREEN_FIELD_ATTR_LIST DBA Cockpit: Screen Field Attributes 20080827
5 NAV_REF Instance attribute Protected Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR CL_DB6_TREE_NAVIGATOR 20051110
6 PROGRAM Instance attribute Public Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20051116
7 SCREEN_NUMBER Instance attribute Public Type reference (TYPE) SYDYNNR Current Screen Number 20051116
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20051114
2 GET_FIELD_VALUE Instance method Protected Method 20051117
3 HANDLE_PAI Instance method Public Method 20051110
4 HANDLE_PBO Instance method Public Method 20051110
5 HANDLE_POV Instance method Public Method 20051116
6 SET_FIELD_ICON Instance method Protected Method 20051111
7 SET_FIELD_LABEL Instance method Protected Method 20051111
8 SET_FIELD_READONLY Instance method Protected Method 20070206
9 SET_FIELD_TOOLTIP Instance method Protected Method 20090205
10 SET_FIELD_VALUE Instance method Protected Method 20051114
11 SET_FIELD_VALUE_LIST Instance method Protected Method 20051116
12 SET_FIELD_VISIBLE Instance method Protected Method 20051111
13 SET_FRAME_ICON Instance method Protected Method 20051114
14 SET_FRAME_LABEL Instance method Protected Method 20051114
15 SET_FRAME_VISIBLE Instance method Protected Method 20051114
16 SET_VISIBLE Instance method Protected Method 20051111
Events
Class CL_DBA_GUI_SUBSCREEN has no event.
Types
Class CL_DBA_GUI_SUBSCREEN 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 NAV_REF Value transfer Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR 20051114

Method CONSTRUCTOR on class CL_DBA_GUI_SUBSCREEN has no exception.

Method GET_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20051117
2 Returning VALUE Value transfer Type reference (TYPE) STRING 20051117

Method GET_FIELD_VALUE on class CL_DBA_GUI_SUBSCREEN has no exception.

Method HANDLE_PAI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OKCODE Call by reference Type reference (TYPE) SYUCOMM Function code that PAI triggered 20051111

Method HANDLE_PAI on class CL_DBA_GUI_SUBSCREEN has no exception.

Method HANDLE_PBO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DYNPRO_STRUCTURE Value transfer Type reference (TYPE) ANY 20051114

Method HANDLE_PBO on class CL_DBA_GUI_SUBSCREEN has no exception.

Method HANDLE_POV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DYNPRO_FIELD Call by reference Type reference (TYPE) DBA_SCREEN_FIELD_ATTRIBUTE DBA Cockpit: Attributes of framework screens fields 20051116
2 Importing DYNPRO_FIELD_NAME Call by reference Type reference (TYPE) HELP_INFO-DYNPROFLD Field name 20051116

Method HANDLE_POV on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_FIELD_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ICON Call by reference Type reference (TYPE) ICON_TEXT Carrier field for icons 20051111
2 Importing NAME Call by reference Type reference (TYPE) STRING 20051111

Method SET_FIELD_ICON on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_FIELD_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LABEL Call by reference Type reference (TYPE) STRING 20051111
2 Importing NAME Call by reference Type reference (TYPE) STRING 20051111

Method SET_FIELD_LABEL on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_FIELD_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_READONLY Call by reference Type reference (TYPE) ABAP_BOOL 20070206
2 Importing NAME Call by reference Type reference (TYPE) STRING 20070206

Method SET_FIELD_READONLY on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_FIELD_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20090205
2 Importing TOOLTIP Call by reference Type reference (TYPE) STRING 20090205

Method SET_FIELD_TOOLTIP on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20051114
2 Importing VALUE Call by reference Type reference (TYPE) ANY 20051114

Method SET_FIELD_VALUE on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_FIELD_VALUE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20051116
2 Importing VALUE_LIST Call by reference Type reference (TYPE) TABLE 20051116

Method SET_FIELD_VALUE_LIST on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_FIELD_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20051111
2 Importing NAME Call by reference Type reference (TYPE) STRING 20051111

Method SET_FIELD_VISIBLE on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_FRAME_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ICON Call by reference Type reference (TYPE) ICON_TEXT Carrier field for icons 20051114

Method SET_FRAME_ICON on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_FRAME_LABEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LABEL Call by reference Type reference (TYPE) STRING 20051114

Method SET_FRAME_LABEL on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_FRAME_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20051114

Method SET_FRAME_VISIBLE on class CL_DBA_GUI_SUBSCREEN has no exception.

Method SET_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VISIBLE Call by reference Type reference (TYPE) ABAP_BOOL 20051111

Method SET_VISIBLE on class CL_DBA_GUI_SUBSCREEN has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710