SAP ABAP Class CL_DBA_GUI_SELECTOR (DBA Cockpit: Visualization of Selection Lists)
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_DATA_RANGE DBA Cockpit: Visualization of Range Selection 20050513
2 Inheritance (c INHERITING FROM c_ref)  CL_DBA_GUI_DISTRIBUTED_DB DBA Cockpit: Visualization of Distributed DB Attributes 20050513
3 Inheritance (c INHERITING FROM c_ref)  CL_DBA_GUI_SYSTEM_LANDSCAPE DBA Cockpit: Visualization of System Selection 20050513
Properties
Class CL_DBA_GUI_SELECTOR  
Short Description DBA Cockpit: Visualization of Selection Lists    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20050513   SAP 
Last change 20130531   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)
2 DB6CI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DBA_GUI_SELECTOR has no interface implemented.
Friends
Class CL_DBA_GUI_SELECTOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUTTON_MENU Instance attribute Protected Object reference (TYPE REF TO) CL_DB6_BUTTON_MENU DB6: Button with Menu 20050513
2 CONTAINER Instance attribute Public Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050520
3 DYNPRO_FIELD Instance attribute Private Type reference (TYPE) DDSHVALUE Field contents on the screen 20050520
4 FCODE Instance attribute Protected Type reference (TYPE) SYUCOMM Function code that PAI triggered 20050513
5 FLIP_VIEW Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20050530
6 ICON Instance attribute Private Type reference (TYPE) ICON_D Icons table 20050520
7 MENU Instance attribute Public Type reference (TYPE) DBA_BUTTON_MENU_TAB DBA Cockpit: Button Menu 20050513
8 NAV_REF Instance attribute Protected Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR CL_DB6_TREE_NAVIGATOR 20050524
9 SELECTED_NODE_KEY Instance attribute Public Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20050519
10 TEXT Instance attribute Protected Type reference (TYPE) TEXT40 Text, 40 Characters Long 20050513
11 TREE Instance attribute Protected Object reference (TYPE REF TO) CL_DB6_COLUMN_TREE DB6: simple column tree abstraction 20050513
12 VIEWTYPE Instance attribute Public Type reference (TYPE) I 20050513
13 VIEWTYPE_BUTTON Constant Public Type reference (TYPE) I 2 20050513
14 VIEWTYPE_TREE Constant Public Type reference (TYPE) I 1 20050513
15 WEBDYNPRO_CALLED Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20050513
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_SELECTION Instance method Public Method 20050513
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050513
3 CREATE Instance method Private Method 20050520
4 DISPLAY Instance method Public Method 20050518
5 FLIP Instance method Public Method 20050520
6 FREE Instance method Public Method 20050513
7 HANDLE_FUNCTION_SELECTED Instance method Protected Event handling method 20050513
8 HANDLE_HEADER_CLICK Instance method Private Event handling method 20050525
9 HANDLE_ITEM_SELECTED Instance method Protected Event handling method 20050513
10 HIDE Instance method Public Method 20050518
11 REFRESH Instance method Public Method 20050513
12 SET_SELECTION Instance method Public Method 20050527
13 SET_TREE_COLUMNS Instance method Protected Method 20050513
Events
# Event Type Visibility Description Created on
1 VIEWTYPE_CHANGED Instance Event
(0)
Public
(2)
20050530
Types
Class CL_DBA_GUI_SELECTOR has no local type.
Method Signatures

Method CHANGE_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED_NODE Call by reference Type reference (TYPE) CLIKE DB6: Partitionsname für Listenfeldelement 20050513

Method CHANGE_SELECTION on class CL_DBA_GUI_SELECTOR has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Behälter für Custom Controls im Bildbereich 20050513
2 Importing DYNPRO_FIELD Call by reference Type reference (TYPE) CLIKE 20050513
3 Importing FCODE Call by reference Type reference (TYPE) SYUCOMM Funktionscode, den PAI auslöste 20050517
4 Importing FLIP_VIEW Call by reference Type reference (TYPE) ABAP_BOOL 20050530
5 Importing ICON Call by reference Type reference (TYPE) C 20050519
6 Importing NAV_REF Call by reference Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR CL_DB6_TREE_NAVIGATOR 20050524
7 Importing TITLE Call by reference Type reference (TYPE) CLIKE 20050513
8 Importing VIEW_TYPE Call by reference Type reference (TYPE) I 20050513

Method CONSTRUCTOR on class CL_DBA_GUI_SELECTOR has no exception.

Method CREATE Signature

Method CREATE on class CL_DBA_GUI_SELECTOR has no parameter.
Method CREATE on class CL_DBA_GUI_SELECTOR has no exception.

Method DISPLAY Signature

Method DISPLAY on class CL_DBA_GUI_SELECTOR has no parameter.
Method DISPLAY on class CL_DBA_GUI_SELECTOR has no exception.

Method FLIP Signature

Method FLIP on class CL_DBA_GUI_SELECTOR has no parameter.
Method FLIP on class CL_DBA_GUI_SELECTOR has no exception.

Method FREE Signature

Method FREE on class CL_DBA_GUI_SELECTOR has no parameter.
Method FREE on class CL_DBA_GUI_SELECTOR has no exception.

Method HANDLE_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20050513

Method HANDLE_FUNCTION_SELECTED on class CL_DBA_GUI_SELECTOR has no exception.

Method HANDLE_HEADER_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HEADER_NAME Call by reference Attribute reference (LIKE) 20050525

Method HANDLE_HEADER_CLICK on class CL_DBA_GUI_SELECTOR has no exception.

Method HANDLE_ITEM_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050513

Method HANDLE_ITEM_SELECTED on class CL_DBA_GUI_SELECTOR has no exception.

Method HIDE Signature

Method HIDE on class CL_DBA_GUI_SELECTOR has no parameter.
Method HIDE on class CL_DBA_GUI_SELECTOR has no exception.

Method REFRESH Signature

Method REFRESH on class CL_DBA_GUI_SELECTOR has no parameter.
Method REFRESH on class CL_DBA_GUI_SELECTOR has no exception.

Method SET_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SELECTED_NODE Call by reference Type reference (TYPE) CLIKE DB6: Partitionsname für Listenfeldelement 20050527

Method SET_SELECTION on class CL_DBA_GUI_SELECTOR has no exception.

Method SET_TREE_COLUMNS Signature

Method SET_TREE_COLUMNS on class CL_DBA_GUI_SELECTOR has no parameter.
Method SET_TREE_COLUMNS on class CL_DBA_GUI_SELECTOR has no exception.
Event Signatures

Event VIEWTYPE_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 VIEW_TYPE Exporting Value transfer Type reference (TYPE) I 20050530
History
Last changed by/on SAP  20130531 
SAP Release Created in 710