SAP ABAP Class CL_DBA_DBH_CFG_TOOLS (DBA-DBH: Configuration Tools)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_BACKEND (Package) DBA Cockpit: Backend Infrastructure
Properties
Class CL_DBA_DBH_CFG_TOOLS  
Short Description DBA-DBH: Configuration Tools    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_BACKEND   DBA Cockpit: Backend Infrastructure 
Created 20080214   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_DBH_CFG_TOOLS has no interface implemented.
Friends
Class CL_DBA_DBH_CFG_TOOLS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_MOVE_DIRECTION_DOWN Constant Public Type reference (TYPE) I 2 DBA-DBH: Move Down 20080327
2 CO_MOVE_DIRECTION_UP Constant Public Type reference (TYPE) I 1 DBA-DBH: Move Up 20080327
Methods
# Method Level Visibility Method type Description Created on
1 GET_CATEGORY_LIST Static method Public Method DBA-DBH: Read Categories 20080214
2 GET_DBSYS_TXT Static method Public Method DBA-DBH: Get Long Text for Database System 20080327
3 GET_NAMESPACE Static method Public Method DBA-DBH: Get Namespace 20080215
4 GET_REPORT_LIST Static method Public Method DBA-DBH: Read Reports 20080327
5 IS_CATEGORY_EMPTY Static method Public Method DBA-DBH: Is Category Used By Reports? 20080225
6 IS_SAP_SYSTEM Static method Public Method DBA-DBH: Is SAP Development System 20080215
7 MOVE_CATEGORY Static method Public Method DBA-DBH: Move Category 20080327
8 MOVE_REPORT Static method Public Method DBA-DBH: Move Report 20080327
9 REMOVE_CATEGORY Static method Public Method DBA-DBH: Remove Report 20080225
10 REMOVE_REPORT Static method Public Method DBA-DBH: Remove Report 20080222
11 UPDATE_CATEGORY Static method Public Method DBA-DBH: Write Report to Database 20080225
12 UPDATE_REPORT Static method Public Method DBA-DBH: Write Report to Database 20080215
Events
Class CL_DBA_DBH_CFG_TOOLS has no event.
Types
Class CL_DBA_DBH_CFG_TOOLS has no local type.
Method Signatures

Method GET_CATEGORY_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CATEGORY_LIST Value transfer Type reference (TYPE) DBA_DBH_WDY_CATEGORY_LIST DBA-DBH: Category List 20080214
2 Importing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20080214
3 Importing SUPPORT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE DBA-DBH: SAP Support 20080409

Method GET_CATEGORY_LIST on class CL_DBA_DBH_CFG_TOOLS has no exception.

Method GET_DBSYS_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20080327
2 Returning DBSYS_TXT Value transfer Type reference (TYPE) STRING 20080327

Method GET_DBSYS_TXT on class CL_DBA_DBH_CFG_TOOLS has no exception.

Method GET_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Type reference (TYPE) STRING 20080215
2 Returning NAMESPACE Value transfer Type reference (TYPE) STRING 20080215
3 Importing TABNAME Call by reference Type reference (TYPE) STRING 20080215

Method GET_NAMESPACE on class CL_DBA_DBH_CFG_TOOLS has no exception.

Method GET_REPORT_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACTIVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_UNDEFINED 20080331
2 Importing DBREL Call by reference Type reference (TYPE) DB6DBREL '' DB6: Database Release Level 20080331
3 Importing DBSYS Call by reference Type reference (TYPE) DBCON_DBMS Database system 20080327
4 Returning REPORT_LIST Value transfer Type reference (TYPE) DBA_DBH_WDY_REPORT_LIST DBA-DBH: Category List 20080327
5 Importing SUPPORT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE DBA-DBH: SAP Support 20080409

Method GET_REPORT_LIST on class CL_DBA_DBH_CFG_TOOLS has no exception.

Method IS_CATEGORY_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBHCATID Call by reference Type reference (TYPE) DBA_DBH_CATID DBA_DBH: Category ID 20080225
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL DBA-DBH: ABAP_TRUE -> still used 20080225

Method IS_CATEGORY_EMPTY on class CL_DBA_DBH_CFG_TOOLS has no exception.

Method IS_SAP_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SAP_SYSTEM Value transfer Type reference (TYPE) ABAP_BOOL DBA-DBH: Is SAP Development System 20080215

Method IS_SAP_SYSTEM on class CL_DBA_DBH_CFG_TOOLS has no exception.

Method MOVE_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Call by reference Type reference (TYPE) DBA_DBH_WDY_CATEGORY DBA-DBH: Category Structure for Table tree 20080327
2 Importing MOVE_DIRECTION Call by reference Type reference (TYPE) I 20080327
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20080327

Method MOVE_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MOVE_DIRECTION Call by reference Type reference (TYPE) I DBA-DBH: Move Direction 20080327
2 Importing REPORT Call by reference Type reference (TYPE) DBA_DBH_WDY_REPORT DBA-DBH: Web Report Structure for Table tree 20080327
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20080327

Method REMOVE_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Call by reference Type reference (TYPE) DBA_DBH_WDY_CATEGORY DBA-DBH: Category 20080225
2 Importing DBHCATID Value transfer Type reference (TYPE) DBA_DBH_CATID DBA-DBH: ID for Collectors, Extractors, etc. 20080225
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20080225

Method REMOVE_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBHWRID Value transfer Type reference (TYPE) DBA_DBH_WRID DBA-DBH: ID for Collectors, Extractors, etc. 20080222
2 Importing REPORT Call by reference Type reference (TYPE) DBA_DBH_WDY_REPORT DBA-DBH: Web Report Structure for Table tree 20080222
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20080222

Method UPDATE_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CATEGORY Call by reference Type reference (TYPE) DBA_DBH_WDY_CATEGORY DBA-DBH: Category Structure for Table tree 20080225

Method UPDATE_CATEGORY on class CL_DBA_DBH_CFG_TOOLS has no exception.

Method UPDATE_REPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing REPORT Call by reference Type reference (TYPE) DBA_DBH_WDY_REPORT DBA-DBH: Web Report Structure for Table tree 20080215

Method UPDATE_REPORT on class CL_DBA_DBH_CFG_TOOLS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711