SAP ABAP Class CX_DBA_DBH_SETUP (DBA-DBH: Setup Corrupted)
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 - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CX_DBA_ROOT DBA Cockpit: Root exception class 20070709
Properties
Class CX_DBA_DBH_SETUP  
Short Description DBA-DBH: Setup Corrupted    
Super Class CX_DBA_ROOT DBA Cockpit: Root exception class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 40  Exception Class 
Package SDBA_BACKEND   DBA Cockpit: Backend Infrastructure 
Created 20070709   SAP 
Last change 20130531   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 CX_DBA_DBH_SETUP has no interface implemented.
Friends
Class CX_DBA_DBH_SETUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_AUTHORITIY_INCONSISTENT Constant Public Type reference (TYPE) I 6 DBA-DBH: Authority inconsistent 20100726
2 CO_CONFIGURATION_INCONSISTENT Constant Public Type reference (TYPE) I 7 DBA-DBH: Configuration inconsistent 20120207
3 CO_DBCOLL_NOT_ACTIVE Constant Public Type reference (TYPE) I 3 DBA-DBH: Database Collector not active 20090318
4 CO_DBCOLL_NOT_FOUND Constant Public Type reference (TYPE) I -3 DBA-DBH: Database Collector not found 20090218
5 CO_INDEX_INCONSISTENT Constant Public Type reference (TYPE) I 5 DBA-DBH: Index inconsistent 20090218
6 CO_INDEX_NOT_FOUND Constant Public Type reference (TYPE) I -5 DBA-DBH: Index not found 20090218
7 CO_ROUTINE_INCONSISTENT Constant Public Type reference (TYPE) I 2 DBA-DBH: Routine inconsistent 20090218
8 CO_ROUTINE_NOT_FOUND Constant Public Type reference (TYPE) I -2 DBA-DBH: Routine not found 20090218
9 CO_SCHEDULE_INCONSISTENT Constant Public Type reference (TYPE) I 4 DBA-DBH: Schedule inconsistent 20090218
10 CO_SCHEDULE_NOT_FOUND Constant Public Type reference (TYPE) I -4 DBA-DBH: Schedule not found 20090218
11 CO_TABLE_INCONSISTENT Constant Public Type reference (TYPE) I 1 DBA-DBH: Table inconsistent 20090218
12 CO_TABLE_NOT_FOUND Constant Public Type reference (TYPE) I -1 DBA-DBH: Table not found 20070709
13 DBCNAME Instance attribute Public Type reference (TYPE) DBCON_NAME Logical name for a database connection 20090122
14 SETUP_RC Instance attribute Public Type reference (TYPE) I DBA-DBH: Setup Error Code 20070709
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20070709
2 CREATE Static method Public Method DBA-DBH: Creates CX_DBA_DBH_SETUP_CORRUPTED exception 20070709
3 IS_REPAIR_REQUIRED Instance method Public Method DBA-DBH: Returns true if repair is required 20090218
Events
Class CX_DBA_DBH_SETUP has no event.
Types
Class CX_DBA_DBH_SETUP has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CALLSTACK Call by reference Type reference (TYPE) ABAP_CALLSTACK 20070709
2 Importing CLASS_NAME Call by reference Type reference (TYPE) SYREPID 20070709
3 Importing CODE_LINE Call by reference Type reference (TYPE) I 20070709
4 Importing CX_NAME Call by reference Type reference (TYPE) SYREPID 20070709
5 Importing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME 20090122
6 Importing DESCRIPTION Call by reference Type reference (TYPE) STRING 20070709
7 Importing FUNCTION_UNIT Call by reference Type reference (TYPE) SYREPID 20070709
8 Importing INCLUDE_NAME Call by reference Type reference (TYPE) SYREPID 20070709
9 Importing LONGTEXT Call by reference Type reference (TYPE) STRING 20070709
10 Importing MESSAGE Call by reference Type reference (TYPE) STRING 20070709
11 Importing METHOD_NAME Call by reference Type reference (TYPE) SYREPID 20070709
12 Importing PREVIOUS Call by reference Attribute reference (LIKE) PREVIOUS 20070709
13 Importing PROGRAM_NAME Call by reference Type reference (TYPE) SYREPID 20070709
14 Importing RC Call by reference Type reference (TYPE) SYSUBRC 20070709
15 Importing RFC_MESSAGE Call by reference Type reference (TYPE) DBA_RFC_MESSAGE 20070709
16 Importing SETUP_RC Call by reference Type reference (TYPE) I 20070709
17 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID 20070709
18 Importing SYSLOG_MESSAGE Call by reference Type reference (TYPE) CHAR70 20070709
19 Importing SY_BATCH Call by reference Type reference (TYPE) SY-BATCH 20070709
20 Importing SY_TABIX Call by reference Type reference (TYPE) SY-TABIX 20070709
21 Importing TEXTID Call by reference Attribute reference (LIKE) TEXTID 20070709

Method CONSTRUCTOR on class CX_DBA_DBH_SETUP has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBCNAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20090122
2 Returning EXCEPTION Value transfer Object reference (TYPE REF TO) CX_DBA_DBH_SETUP DBA-DBH: Setup Corrupted 20070709
3 Importing FUNCTION_UNIT Call by reference Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20070709
4 Importing LONGTEXT Call by reference Type reference (TYPE) STRING 20120207
5 Importing MESSAGE Call by reference Type reference (TYPE) STRING 20070709
6 Importing METHOD Call by reference Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20070709
7 Importing PREVIOUS Call by reference Object reference (TYPE REF TO) CX_ROOT Abstract Superclass for All Global Exceptions 20070709
8 Importing SETUP_RC Call by reference Type reference (TYPE) I 0 DBA-DBH: Setup Error Code 20070709
9 Importing SYSID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name of the SAP System 20070709
10 Importing SY_BATCH Call by reference Type reference (TYPE) SYBATCH Program is running in the background 20070709
11 Importing SY_SUBRC Call by reference Type reference (TYPE) SYSUBRC Return Value of ABAP Statements 20070709
12 Importing SY_TABIX Call by reference Type reference (TYPE) SYTABIX Index of Internal Tables 20070709

Method CREATE on class CX_DBA_DBH_SETUP has no exception.

Method IS_REPAIR_REQUIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20090218

Method IS_REPAIR_REQUIRED on class CX_DBA_DBH_SETUP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 711