SAP ABAP Class CL_DBA_ACTION_DB_CONNECTIONS (DBA Cockpit: Database Connections)
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_DBA_ACTION_CONTROLLER DBA Cockpit: Abstract Action Controller 20060529
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_COMMAND_CONFIRM DBA Cockpit: Controller I/F for Confirmation of Actions 20081105
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_SLCT DBA Cockpit: Data Selection 20081104
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_ACTION_CONTROLLER_TREE DBA Cockpit: Interface for Tree 20071127
Properties
Class CL_DBA_ACTION_DB_CONNECTIONS  
Short Description DBA Cockpit: Database Connections    
Super Class CL_DBA_ACTION_CONTROLLER DBA Cockpit: Abstract Action Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20060529   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DBA_ACTION_DB_CONNECTIONS has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_DBA_ACTION_COMMAND_CONFIRM DBA Cockpit: Controller I/F for Confirmation of Actions 20081105
2 IF_DBA_ACTION_CONTROLLER_SLCT DBA Cockpit: Data Selection 20081104
3 IF_DBA_ACTION_CONTROLLER_TREE DBA Cockpit: Interface for Tree 20071127
Friends
Class CL_DBA_ACTION_DB_CONNECTIONS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_TO_BE_DELETED Instance attribute Private Type reference (TYPE) DBCON_NAME Logical name for a database connection 20081105
2 DBCON_TREE Instance attribute Private Object reference (TYPE REF TO) CL_DB6_COLUMN_TREE DB6: simple ALV abstraction 20060530
3 INITIAL_DBMS Constant Private Type reference (TYPE) DBCON_DBMS '---' Database system 20061207
4 NAV_REF Instance attribute Private Attribute reference (LIKE) 20060530
5 TREECOL_DBHOST Constant Private Type reference (TYPE) STRING 'DB_HOST' 20060601
6 TREECOL_DBNAME Constant Private Type reference (TYPE) STRING 'DB_NAME' 20060601
7 TREECOL_DBSCHEMA Constant Private Type reference (TYPE) STRING 'DB_SCHEMA' 20060601
8 TREECOL_MAX_CON Constant Private Type reference (TYPE) STRING 'MAX_CONNECTIONS' 20060531
9 TREECOL_OPT_CON Constant Private Type reference (TYPE) STRING 'OPT_CONNECTIONS' 20060531
10 TREECOL_RECON Constant Private Type reference (TYPE) STRING 'DB_RECO' 20060531
11 TREECOL_USER Constant Private Type reference (TYPE) STRING 'USER_NAME' 20060531
12 VIEW_DATA Instance attribute Public Type reference (TYPE) DBA_VIEW_DB_CONNECTIONS DBA Cockpit: Database Connections 20060529
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_USER_CREDENTIALS Instance method Private Method 20120725
2 CHECK_RFCDEST Instance method Public Method 20060928
3 CREATE_DBCON_NODE Instance method Private Method 20060531
4 CREATE_DBMS_NODE Instance method Private Method 20060531
5 DELETE_DBCON_ENTRY Instance method Private Method 20060926
6 HANDLE_ITEM_CONTEXT_MENU_REQ Instance method Private Event handling method 20060927
7 HANDLE_ITEM_CONTEXT_MENU_SEL Instance method Private Event handling method 20060927
8 OPTIMIZE_COLUMN_WIDTH Instance method Private Method 20060601
9 SET_TREE_COLUMNS Instance method Private Method 20060530
10 TEST_DBCON_ENTRY Instance method Private Method 20060926
Events
Class CL_DBA_ACTION_DB_CONNECTIONS has no event.
Types
Class CL_DBA_ACTION_DB_CONNECTIONS has no local type.
Method Signatures

Method CHANGE_USER_CREDENTIALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBCON_VIEW Call by reference Type reference (TYPE) DBA_DBCON_STRUCT DBA Cockpit: Structured View on DBCON 20120725

Method CHANGE_USER_CREDENTIALS on class CL_DBA_ACTION_DB_CONNECTIONS has no exception.

Method CHECK_RFCDEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20060928

Method CHECK_RFCDEST on class CL_DBA_ACTION_DB_CONNECTIONS has no exception.

Method CREATE_DBCON_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBCON_VIEW Call by reference Type reference (TYPE) DBA_DBCON_STRUCT DBA Cockpit: Structured View on DBCON 20060531
2 Importing ID Call by reference Type reference (TYPE) I 20060531

Method CREATE_DBCON_NODE on class CL_DBA_ACTION_DB_CONNECTIONS has no exception.

Method CREATE_DBMS_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBMS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20060531

Method CREATE_DBMS_NODE on class CL_DBA_ACTION_DB_CONNECTIONS has no exception.

Method DELETE_DBCON_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBCON_VIEW Call by reference Type reference (TYPE) DBA_DBCON_STRUCT DBA Cockpit: Structured View on DBCON 20060926

Method DELETE_DBCON_ENTRY on class CL_DBA_ACTION_DB_CONNECTIONS has no exception.

Method HANDLE_ITEM_CONTEXT_MENU_REQ Signature

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

Method HANDLE_ITEM_CONTEXT_MENU_REQ on class CL_DBA_ACTION_DB_CONNECTIONS has no exception.

Method HANDLE_ITEM_CONTEXT_MENU_SEL Signature

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

Method HANDLE_ITEM_CONTEXT_MENU_SEL on class CL_DBA_ACTION_DB_CONNECTIONS has no exception.

Method OPTIMIZE_COLUMN_WIDTH Signature

Method OPTIMIZE_COLUMN_WIDTH on class CL_DBA_ACTION_DB_CONNECTIONS has no parameter.
Method OPTIMIZE_COLUMN_WIDTH on class CL_DBA_ACTION_DB_CONNECTIONS has no exception.

Method SET_TREE_COLUMNS Signature

Method SET_TREE_COLUMNS on class CL_DBA_ACTION_DB_CONNECTIONS has no parameter.
Method SET_TREE_COLUMNS on class CL_DBA_ACTION_DB_CONNECTIONS has no exception.

Method TEST_DBCON_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBCON_VIEW Call by reference Type reference (TYPE) DBA_DBCON_STRUCT DBA Cockpit: Structured View on DBCON 20060926
2 Importing RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080922

Method TEST_DBCON_ENTRY on class CL_DBA_ACTION_DB_CONNECTIONS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710