SAP ABAP Interface IF_DBA_DBH_SETUP (DBA-DBH: Manage DBH setup in monitored DB)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_BACKEND (Package) DBA Cockpit: Backend Infrastructure
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DBA_DBH_SETUP DBA-DBH: Manage DBH setup in monitored DB 20070918
Properties
Interface IF_DBA_DBH_SETUP  
Short Description DBA-DBH: Manage DBH setup in monitored DB    
General Data
Package SDBA_BACKEND   DBA Cockpit: Backend Infrastructure 
Created 20070918   SAP 
Last changed 20141121    
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
Interface IF_DBA_DBH_SETUP has no interface.
Friends
Interface IF_DBA_DBH_SETUP has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ID_FLAG1 Constant Public Type reference (TYPE) I 1 DBA-DBH: ID for Flag1 20080306
2 CO_ID_FLAG2 Constant Public Type reference (TYPE) I 2 DBA-DBH: ID for Flag2 20080306
3 CO_ID_FLAG3 Constant Public Type reference (TYPE) I 3 DBA-DBH: ID for Flag3 20080306
4 CO_ID_FLAG4 Constant Public Type reference (TYPE) I 4 DBA-DBH: ID for Flag4 20080306
Methods
# Method Level Visibility Method type Description Created on
1 CHECK Instance method Public Method DBA-DBH: Check DBH Configuration in monitored DB 20070918
2 DESCRIBE_FLAGS Instance method Public Method DBA-DBH: Describe Database Flags (1-4) 20080306
3 ENRICH_CFG_DATA Instance method Public Method DBA-DBH: Enrich configuration item with description 20070918
4 GET_BI_SERVER Instance method Public Method DBA-DBH: Returns BI Server 20070918
5 GET_DBACOCKPIT_SID Instance method Public Method DBA-DBH: Returns DBAcockpit SID 20070918
6 GET_FLAG Instance method Public Method DBA-DBH: Database Flag Wrapper for Offline Mode 20090326
7 GET_FULL_CFG Instance method Public Method DBA-DBH: Get Full Configuration 20070918
8 GET_TIMEZONE Instance method Public Method DBA-DBH: Returns Timezone 20071106
9 GET_VALUE Instance method Public Method DBA-DBH: Returns a value 20070918
10 INSTALL Instance method Public Method DBA-DBH: Set DBH Configuration in monitored DB 20070918
11 IS_FLAG1 Instance method Public Method DBA-DBH: Database Flag1 20080306
12 IS_FLAG2 Instance method Public Method DBA-DBH: Database Flag2 20080306
13 IS_FLAG3 Instance method Public Method DBA-DBH: Database Flag3 20080306
14 IS_FLAG4 Instance method Public Method DBA-DBH: Database Flag4 20080306
15 SET_BI_SERVER Instance method Public Method DBA-DBH: Sets BI Server 20070918
16 SET_DBACOCKPIT_SID Instance method Public Method DBA-DBH: Sets DBAcockpit SID 20070918
17 SET_TIMEZONE Instance method Public Method DBA-DBH: Sets Timezone 20071106
18 SET_VALUE Instance method Public Method DBA-DBH: Sets a value 20070918
19 TRANSFER_OWNER Instance method Public Method DBA-DBH: Transfer Ownership 20131129
20 UNINSTALL Instance method Public Method DBA-DBH: Reset DBH Configuration in monitored DB 20070918
Events
Interface IF_DBA_DBH_SETUP has no event.
Types
Interface IF_DBA_DBH_SETUP has no local type.
Method Signatures

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MESSAGES Value transfer Type reference (TYPE) DBA_DBH_SETUP_CHECK_MSG_TAB DBA-DBH: Setup Check Messages 20100211
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070918

Method DESCRIBE_FLAGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAGS Value transfer Type reference (TYPE) DBA_DBH_DB_FLAG_LIST DBA-DBH: Metadata of DB Flags 20080306

Method DESCRIBE_FLAGS on Interface IF_DBA_DBH_SETUP has no exception.

Method ENRICH_CFG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing DBH_CFG Call by reference Type reference (TYPE) DBA_DBH_CFG DBA-DBH: Collector Configuration 20070918

Method ENRICH_CFG_DATA on Interface IF_DBA_DBH_SETUP has no exception.

Method GET_BI_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BI_SERVER Value transfer Type reference (TYPE) DBA_DBH_BI_SERVER DBA-DBH: BI Server 20070918
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070918

Method GET_DBACOCKPIT_SID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DBACOCKPIT_SID Value transfer Type reference (TYPE) DBA_DBH_SID DBA-DBH: SID 20070918
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070918

Method GET_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL 20090326
2 Importing FLAG_ID Call by reference Type reference (TYPE) I 20090326

Method GET_FLAG on Interface IF_DBA_DBH_SETUP has no exception.

Method GET_FULL_CFG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DBH_CFG Value transfer Type reference (TYPE) DBA_DBH_CFG_LIST DBA-DBH: Configuration List 20070918
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070918

Method GET_TIMEZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TIMEZONE Value transfer Type reference (TYPE) DBA_DBH_TIMEZONE DBA-DBH: Timezone of SMD BI Timestamps 20071106
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20071106

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY Call by reference Type reference (TYPE) DBA_DBH_VALUE DBA-DBH: Key/Value for Configuration Table 20070918
2 Returning VALUE Value transfer Type reference (TYPE) DBA_DBH_VALUE DBA-DBH: Key/Value for Configuration Table 20070918
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070918

Method INSTALL Signature

Method INSTALL on Interface IF_DBA_DBH_SETUP has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_NOT_ALLOWED DBA-DBH: Action not allowed 20070918
2 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070918

Method IS_FLAG1 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL DBA-DBH: Database Property 20080306
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20080306

Method IS_FLAG2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL DBA-DBH: Database Property 20080306
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20080306

Method IS_FLAG3 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL DBA-DBH: Database Property 20080306
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20080306

Method IS_FLAG4 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FLAG Value transfer Type reference (TYPE) ABAP_BOOL DBA-DBH: Database Property 20080306
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20080306

Method SET_BI_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BI_SERVER Call by reference Type reference (TYPE) DBA_DBH_BI_SERVER DBA-DBH: BI Server 20070918
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070918

Method SET_DBACOCKPIT_SID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBACOCKPIT_SID Call by reference Type reference (TYPE) DBA_DBH_SID DBA-DBH: SID 20070918
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070918

Method SET_TIMEZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TIMEZONE Call by reference Type reference (TYPE) DBA_DBH_TIMEZONE DBA-DBH: Timezone 20071106
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20071106

Method SET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE DBA-DBH: Value is default value 20070918
2 Importing KEY Call by reference Type reference (TYPE) DBA_DBH_VALUE DBA-DBH: Key/Value for Configuration Table 20070918
3 Importing VALUE Call by reference Type reference (TYPE) DBA_DBH_VALUE DBA-DBH: Key/Value for Configuration Table 20070918
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070918

Method TRANSFER_OWNER Signature

Method TRANSFER_OWNER on Interface IF_DBA_DBH_SETUP has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20131129

Method UNINSTALL Signature

Method UNINSTALL on Interface IF_DBA_DBH_SETUP has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_DBH_NOT_ALLOWED DBA-DBH: Action not allowed 20070918
2 CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070918
History
Last changed by/on SAP  20141121 
SAP Release Created in 711