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 | 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 | Constant | Public | Type reference (TYPE) | I | 2 | DBA-DBH: Move Down | 20080327 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 1 | DBA-DBH: Move Up | 20080327 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | DBA-DBH: Read Categories | 20080214 | |
| 2 | Static method | Public | Method | DBA-DBH: Get Long Text for Database System | 20080327 | |
| 3 | Static method | Public | Method | DBA-DBH: Get Namespace | 20080215 | |
| 4 | Static method | Public | Method | DBA-DBH: Read Reports | 20080327 | |
| 5 | Static method | Public | Method | DBA-DBH: Is Category Used By Reports? | 20080225 | |
| 6 | Static method | Public | Method | DBA-DBH: Is SAP Development System | 20080215 | |
| 7 | Static method | Public | Method | DBA-DBH: Move Category | 20080327 | |
| 8 | Static method | Public | Method | DBA-DBH: Move Report | 20080327 | |
| 9 | Static method | Public | Method | DBA-DBH: Remove Report | 20080225 | |
| 10 | Static method | Public | Method | DBA-DBH: Remove Report | 20080222 | |
| 11 | Static method | Public | Method | DBA-DBH: Write Report to Database | 20080225 | |
| 12 | 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 | CATEGORY_LIST | Value transfer | Type reference (TYPE) | DBA_DBH_WDY_CATEGORY_LIST | DBA-DBH: Category List | 20080214 | |||
| 2 | DBSYS | Call by reference | Type reference (TYPE) | DBCON_DBMS | Database system | 20080214 | |||
| 3 | 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 | DBSYS | Call by reference | Type reference (TYPE) | DBCON_DBMS | Database system | 20080327 | |||
| 2 | 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 | FIELDNAME | Call by reference | Type reference (TYPE) | STRING | 20080215 | ||||
| 2 | NAMESPACE | Value transfer | Type reference (TYPE) | STRING | 20080215 | ||||
| 3 | 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 | ACTIVE | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | 20080331 | |||
| 2 | DBREL | Call by reference | Type reference (TYPE) | DB6DBREL | '' | DB6: Database Release Level | 20080331 | ||
| 3 | DBSYS | Call by reference | Type reference (TYPE) | DBCON_DBMS | Database system | 20080327 | |||
| 4 | REPORT_LIST | Value transfer | Type reference (TYPE) | DBA_DBH_WDY_REPORT_LIST | DBA-DBH: Category List | 20080327 | |||
| 5 | 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 | DBHCATID | Call by reference | Type reference (TYPE) | DBA_DBH_CATID | DBA_DBH: Category ID | 20080225 | |||
| 2 | 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 | 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 | CATEGORY | Call by reference | Type reference (TYPE) | DBA_DBH_WDY_CATEGORY | DBA-DBH: Category Structure for Table tree | 20080327 | |||
| 2 | MOVE_DIRECTION | Call by reference | Type reference (TYPE) | I | 20080327 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA-DBH: Setup Corrupted | 20080327 |
Method MOVE_REPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MOVE_DIRECTION | Call by reference | Type reference (TYPE) | I | DBA-DBH: Move Direction | 20080327 | |||
| 2 | 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 | DBA-DBH: Setup Corrupted | 20080327 |
Method REMOVE_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CATEGORY | Call by reference | Type reference (TYPE) | DBA_DBH_WDY_CATEGORY | DBA-DBH: Category | 20080225 | |||
| 2 | DBHCATID | Value transfer | Type reference (TYPE) | DBA_DBH_CATID | DBA-DBH: ID for Collectors, Extractors, etc. | 20080225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | DBA-DBH: Setup Corrupted | 20080225 |
Method REMOVE_REPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DBHWRID | Value transfer | Type reference (TYPE) | DBA_DBH_WRID | DBA-DBH: ID for Collectors, Extractors, etc. | 20080222 | |||
| 2 | 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 | DBA-DBH: Setup Corrupted | 20080222 |
Method UPDATE_CATEGORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | 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 |