SAP ABAP Class CL_DBA_GUI_LAUNCHPAD (DBA Cockpit: Launchpad)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_EVENT_RECEIVER_BASE CL_DB6_EVENT_RECEIVER_BASE 20050615
Properties
Class CL_DBA_GUI_LAUNCHPAD  
Short Description DBA Cockpit: Launchpad    
Super Class CL_DB6_EVENT_RECEIVER_BASE CL_DB6_EVENT_RECEIVER_BASE 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20050614   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DBA_GUI_LAUNCHPAD has no forward declaration.
Interfaces
Class CL_DBA_GUI_LAUNCHPAD has no interface implemented.
Friends
Class CL_DBA_GUI_LAUNCHPAD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DBAFW_REF Instance attribute Private Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR CL_DB6_TREE_NAVIGATOR 20050614
2 LAUNCHPAD_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstract Container for GUI Controls 20050714
3 LAUNCHPAD_TREE Instance attribute Public Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Column Tree Control 20050614
4 NODEKEY_WDA_CALL Constant Private Type reference (TYPE) TV_NODEKEY -88888 Tree Control: Node Key 20080404
5 TITLE Constant Private Type reference (TYPE) TEXT40 'Launchpad' Text, 40 Characters Long 20050623
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TASK_ITEMS Instance method Private Method 20050614
2 BUILD_ACTION_TREE Instance method Private Method BUILD_ACTION_TREE 20050614
3 BUILD_LAUNCHPAD_TREE Instance method Public Method 20050624
4 BUILD_TASK_TREE Instance method Public Method BUILD_TASK_TREE 20050615
5 CLEAR_LAUNCHPAD_TREE Instance method Public Method 20100311
6 COLLAPSE_ALL Instance method Public Method 20090710
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050614
8 ENABLE_OR_DISABLE_ACTIONS Instance method Public Method 20050725
9 EXPAND_ALL Instance method Public Method 20090710
10 EXPAND_NODE Instance method Public Method EXPAND_NODE 20050614
11 FREE Instance method Public Method free all objects 20050615
12 HANDLE_EXPAND_NO_CHILDREN Instance method Public Event handling method HANDLE_EXPAND_NO_CHILDREN 20050614
13 HANDLE_ITEM_DOUBLE_CLICK Instance method Private Event handling method HANDLE_ITEM_DOUBLE_CLICK 20050614
14 HANDLE_ITEM_KEYPRESS Instance method Private Event handling method 20090518
15 HANDLE_NODE_DOUBLE_CLICK Instance method Private Event handling method HANDLE_NODE_DOUBLE_CLICK 20050614
16 SET_TREE_TITLE Instance method Public Method sets the title of the launchpad 20050714
Events
Class CL_DBA_GUI_LAUNCHPAD has no event.
Types
Class CL_DBA_GUI_LAUNCHPAD has no local type.
Method Signatures

Method ADD_TASK_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ITEM_TABLE Call by reference Type reference (TYPE) DB6CC_DB6NAVTREE_TAB 20050614
2 Importing NODE Call by reference Type reference (TYPE) DB6CC_TASK_NODE_ENTRY Tree Control: Attribute eines Knotens 20050614

Method ADD_TASK_ITEMS on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method BUILD_ACTION_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ITEM_TABLE Call by reference Type reference (TYPE) DB6CC_DB6NAVTREE_TAB ITEM_TABLE 20050614
2 Exporting NODE_TABLE Call by reference Type reference (TYPE) TREEV_NTAB NODE_TABLE 20050614
3 Importing PARENT Call by reference Type reference (TYPE) TV_NODEKEY PARENT 20050614

Method BUILD_ACTION_TREE on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method BUILD_LAUNCHPAD_TREE Signature

Method BUILD_LAUNCHPAD_TREE on class CL_DBA_GUI_LAUNCHPAD has no parameter.
Method BUILD_LAUNCHPAD_TREE on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method BUILD_TASK_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ITEM_TABLE Call by reference Type reference (TYPE) DB6CC_DB6NAVTREE_TAB ITEM_TABLE 20050615
2 Exporting NODE_TABLE Call by reference Type reference (TYPE) TREEV_NTAB NODE_TABLE 20050615

Method BUILD_TASK_TREE on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method CLEAR_LAUNCHPAD_TREE Signature

Method CLEAR_LAUNCHPAD_TREE on class CL_DBA_GUI_LAUNCHPAD has no parameter.
Method CLEAR_LAUNCHPAD_TREE on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method COLLAPSE_ALL Signature

Method COLLAPSE_ALL on class CL_DBA_GUI_LAUNCHPAD has no parameter.
Method COLLAPSE_ALL on class CL_DBA_GUI_LAUNCHPAD 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 Abstrakter Container für GUI Controls 20050622
2 Importing DBAFW_REF Call by reference Object reference (TYPE REF TO) CL_DB6_TREE_NAVIGATOR CL_DB6_TREE_NAVIGATOR 20050614

Method CONSTRUCTOR on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method ENABLE_OR_DISABLE_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_ACTION_REF Call by reference Object reference (TYPE REF TO) CL_DBA_ACTION Metadaten für datenbankabhängige DBA-Aktionen 20050725

Method ENABLE_OR_DISABLE_ACTIONS on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method EXPAND_ALL Signature

Method EXPAND_ALL on class CL_DBA_GUI_LAUNCHPAD has no parameter.
Method EXPAND_ALL on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method EXPAND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPAND_ALL Call by reference Type reference (TYPE) C EXPAND_ALL 20050614
2 Importing NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY NODE_KEY 20050614

Method EXPAND_NODE on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method FREE Signature

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

Method HANDLE_EXPAND_NO_CHILDREN Signature

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

Method HANDLE_EXPAND_NO_CHILDREN on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method HANDLE_ITEM_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Value transfer Attribute reference (LIKE) ITEM_NAME 20050614
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) NODE_KEY 20050614

Method HANDLE_ITEM_DOUBLE_CLICK on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method HANDLE_ITEM_KEYPRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Value transfer Attribute reference (LIKE) 20090518
2 Importing KEY Value transfer Attribute reference (LIKE) 20090518
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20090518

Method HANDLE_ITEM_KEYPRESS on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

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

Method HANDLE_NODE_DOUBLE_CLICK on class CL_DBA_GUI_LAUNCHPAD has no exception.

Method SET_TREE_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ICON Call by reference Type reference (TYPE) ICONS-TEXT Carrier field for icons 20050714
2 Importing TITLE Call by reference Type reference (TYPE) SY-SYSID Tree Control: Text in Length 132 20050714

Method SET_TREE_TITLE on class CL_DBA_GUI_LAUNCHPAD has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 710