SAP ABAP Class CL_SDB_RC (Exceptions in MaxDB/liveCache CCMS)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-SDB-CCM (Application Component) CCMS/Database Monitors for MaxDB
     SDBA_SDB (Package) MaxDB/liveCache Monitoring and Administration
Properties
Class CL_SDB_RC  
Short Description Exceptions in MaxDB/liveCache CCMS    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_SDB   MaxDB/liveCache Monitoring and Administration 
Created 20070730   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SDB_RC has no forward declaration.
Interfaces
Class CL_SDB_RC has no interface implemented.
Friends
Class CL_SDB_RC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 X_CALL_FUBA Constant Public Type reference (TYPE) SYSUBRC 0003 X_CALL_FUBA 20070731
2 X_DBM_ERROR Constant Public Type reference (TYPE) SYSUBRC 0004 X_DBM_ERROR 20070731
3 X_FIND_FILE_ERROR Constant Public Type reference (TYPE) SYSUBRC 0006 X_FIND_FILE_ERROR 20071106
4 X_NO_DB_VERSION_FOUND Constant Public Type reference (TYPE) SYSUBRC 0007 X_NO_DB_VERSION_FOUND 20100119
5 X_NO_SDB_REF Constant Public Type reference (TYPE) SYSUBRC 0001 X_NO_SDB_REF 20070730
6 X_NO_SQL_CONNECTION Constant Public Type reference (TYPE) SYSUBRC 0002 X_NO_SQL_CONNECTION 20070730
7 X_OBJECT_NOT_FOUND Constant Public Type reference (TYPE) SYSUBRC 0009 X_OBJECT_NOT_FOUND 20100125
8 X_REGISTRY_ERROR Constant Public Type reference (TYPE) SYSUBRC 0005 X_REGISTRY_ERROR 20071106
9 X_SERVICE_NOT_AVAILABLE Constant Public Type reference (TYPE) SYSUBRC 0008 X_SERVICE_NOT_AVAILABLE 20100121
10 X_TENANT_NOT_FOUND Constant Public Type reference (TYPE) SYSUBRC 0010 X_TENANT_NOT_FOUND 20100127
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONNECTION_NAME Static method Public Method 20070731
2 ADD_DBMEXECUTE_ERROR Static method Public Method 20070731
3 ADD_ERROR_HEADER Static method Public Method Add Call Position and Error Message 20070731
4 ADD_OTHER_ERROR Static method Public Method Append Additional Error Log 20070731
5 ADD_SOURCE_POSITION Static method Public Method 20070731
6 ADD_SYSTEM_ID Static method Public Method 20070731
7 DESCRIPTION Static method Public Method Returns Description for Return Code 20070730
8 FUBA_ERROR_LINE Static method Public Method 20070731
9 GET_ERRTAB_WITH_HEADER Static method Public Method 20070731
Events
Class CL_SDB_RC has no event.
Types
Class CL_SDB_RC has no local type.
Method Signatures

Method ADD_CONNECTION_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CON_NAME Call by reference Type reference (TYPE) DBCON_NAME Logischer Name einer Datenbankverbindung 20070731
2 Returning ERRTAB_LINE Value transfer Type reference (TYPE) SDB_ANSW SAPDB: Antwortzeile eines DBM-Kommandos 20070731

Method ADD_CONNECTION_NAME on class CL_SDB_RC has no exception.

Method ADD_DBMEXECUTE_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DBM_CMD Call by reference Type reference (TYPE) SDB_DBMCMD SAP DB: DBMServer-Kommando 20070731
2 Importing ERROR Call by reference Type reference (TYPE) CHAR40 Character 40-Stellen 20070731
3 Changing ERRTAB Value transfer Type reference (TYPE) SDB_ANSW_TAB SAP DB: Tabelle für Antwortzeilen eines DBM-Kommandos 20070731
4 Importing SYSUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070731

Method ADD_DBMEXECUTE_ERROR on class CL_SDB_RC has no exception.

Method ADD_ERROR_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDITIONAL_HEADER_LINES Call by reference Type reference (TYPE) SDB_ANSW_TAB SAP DB: Tabelle für Antwortzeilen eines DBM-Kommandos 20070731
2 Changing ERRTAB Call by reference Type reference (TYPE) SDB_ANSW_TAB SAP DB: Tabelle für Antwortzeilen eines DBM-Kommandos 20070731
3 Importing EXCP_REF Call by reference Object reference (TYPE REF TO) CX_DBA_ROOT DBA Cockpit: Wurzelklasse für Ausnahmen 20070731

Method ADD_ERROR_HEADER on class CL_SDB_RC has no exception.

Method ADD_OTHER_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADD_ERRTAB Call by reference Type reference (TYPE) SDB_ANSW_TAB SAP DB: Tabelle für Antwortzeilen eines DBM-Kommandos 20070731
2 Changing ERRTAB Call by reference Type reference (TYPE) SDB_ANSW_TAB SAP DB: Tabelle für Antwortzeilen eines DBM-Kommandos 20070731

Method ADD_OTHER_ERROR on class CL_SDB_RC has no exception.

Method ADD_SOURCE_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing EXCP_REF Call by reference Object reference (TYPE REF TO) CX_DBA_SDB 20070731

Method ADD_SOURCE_POSITION on class CL_SDB_RC has no exception.

Method ADD_SYSTEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ERRTAB_LINE Value transfer Type reference (TYPE) SDB_ANSW SAPDB: Antwortzeile eines DBM-Kommandos 20070731
2 Importing SYSTEMID Call by reference Type reference (TYPE) DB6NAVSYST-SYSID Name des SAP-Systems 20070731

Method ADD_SYSTEM_ID on class CL_SDB_RC has no exception.

Method DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DESCRIPTION Value transfer Type reference (TYPE) SDB_LINE 20070730
2 Importing RC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070730

Method DESCRIPTION on class CL_SDB_RC has no exception.

Method FUBA_ERROR_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ERROR Call by reference Type reference (TYPE) CHAR40 Character 40-Stellen 20070731
2 Importing FUBA Call by reference Type reference (TYPE) FUNCNAME Funktionsname 20070731
3 Returning OUTLINE Value transfer Type reference (TYPE) SDB_ANSW SAPDB: Antwortzeile eines DBM-Kommandos 20070731
4 Importing SYSUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070731

Method FUBA_ERROR_LINE on class CL_SDB_RC has no exception.

Method GET_ERRTAB_WITH_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDITIONAL_HEADER_LINES Call by reference Type reference (TYPE) SDB_ANSW_TAB SAP DB: Tabelle für Antwortzeilen eines DBM-Kommandos 20070731
2 Returning ERRTAB Value transfer Type reference (TYPE) SDB_ANSW_TAB SAP DB: Tabelle für Antwortzeilen eines DBM-Kommandos 20070731
3 Importing EXCP_REF Call by reference Object reference (TYPE REF TO) CX_DBA_SDB 20070731
4 Importing FUBA Call by reference Type reference (TYPE) FUNCNAME Funktionsname 20070801
5 Importing FUBA_ERROR Call by reference Type reference (TYPE) CHAR40 Character 40-Stellen 20070801
6 Importing FUBA_SUBRC Call by reference Type reference (TYPE) SYSUBRC Rückgabewert von ABAP-Anweisungen 20070801

Method GET_ERRTAB_WITH_HEADER on class CL_SDB_RC has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 710