SAP ABAP Class CL_DBA_SYSCHK (DBA-CHK: System Checks)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_DBA_SYSCHK DBA-CHK: System Check 20120314
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_SYSCHK DB6-CHK: System Checks 20120302
2 Inheritance (c INHERITING FROM c_ref)  CL_DBA_SYSCHK_DBCON DBA: System Check for Connection 20121221
3 Inheritance (c INHERITING FROM c_ref)  CL_DBA_SYSCHK_DCF DBA-CHK: System Checks 20120314
4 Inheritance (c INHERITING FROM c_ref)  CL_DBA_SYSCHK_MAPPING DBA-CHK: Check mapping consistency 20120402
5 Inheritance (c INHERITING FROM c_ref)  CL_DBA_SYSCHK_MASTER_NOTE DBA-CHK: DBA Cockpit Master Note 20121114
6 Inheritance (c INHERITING FROM c_ref)  CL_HDB_SYSCHK HDB: Self Monitoring Checks 20120824
7 Inheritance (c INHERITING FROM c_ref)  CL_MSS_SYSCHK MSS-CHK:System Checks 20120424
8 Inheritance (c INHERITING FROM c_ref)  CL_SYB_SYSCHK DB6-CHK: System Checks 20120315
Properties
Class CL_DBA_SYSCHK  
Short Description DBA-CHK: System Checks    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20120314   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
# Interface Abstract Final Description Created on
1 IF_DBA_SYSCHK DBA-CHK: System Check 20120314
Friends
Class CL_DBA_SYSCHK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CHK_OBJ_TYPE_DBCON Constant Public Type reference (TYPE) DBA_CHK_IMPACT-CHK_OBJ_TYPE 'DBCON' Check Object Type 20121221
2 CO_IMP_OBJ_NAME_ALL Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_OBJ_NAME 'ALL' 20121114
3 CO_IMP_OBJ_TYPE_ALL Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_OBJ_TYPE 'ALL' 20121114
4 CO_IMP_OBJ_TYPE_DCF_COLLECTOR Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_OBJ_TYPE 'DCF_DATA_COLLECTOR' 20121114
5 CO_IMP_OBJ_TYPE_DPW_CUBE Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_OBJ_TYPE 'DPW_CUBE' 20121107
6 CO_IMP_OBJ_TYPE_DPW_REPORT Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_OBJ_TYPE 'DPW_REPORT' 20121107
7 CO_IMP_OBJ_TYPE_SCREEN Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_OBJ_TYPE 'SCREEN' 20121106
8 CO_IMP_SCEN_ALL Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_SCENARIO 'ALL' 20121114
9 CO_IMP_SCEN_DBACOCKPIT Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_SCENARIO 'DBACOCKPIT' 20121106
10 CO_IMP_SCEN_DCF Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_SCENARIO 'DCF' 20121114
11 CO_IMP_SCEN_DPW Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_SCENARIO 'DPW' 20121106
12 CO_IMP_SCEN_MAI Constant Public Type reference (TYPE) DBA_CHK_IMPACT-IMP_SCENARIO 'MAI' 20121106
13 E_CHK_DEPTH Instance attribute Protected Attribute reference (LIKE) 20120314
14 MT_CHECK_IMPACT Instance attribute Protected Type reference (TYPE) DBA_CHK_IMPACT_TAB DBA-CHK: Check Impact Table 20121106
15 MT_CHECK_RESULTS Instance attribute Private Type reference (TYPE) DBA_CHK_RESULT_TAB DBA-CHK: Check Results 20120314
16 MV_SEVERITY Instance attribute Protected Type reference (TYPE) SYMSGTY Message Type 20120322
17 SYS_REF Instance attribute Protected Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20120314
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHK_RESULT Instance method Protected Method 20120314
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120314
3 NAVIGATE_TO_REPAIR_TOOL Instance method Protected Method 20121113
4 RESET_SEVERITY Instance method Protected Method 20120322
5 SET_SEVERITY Instance method Protected Method 20120322
Events
Class CL_DBA_SYSCHK has no event.
Types
Class CL_DBA_SYSCHK has no local type.
Method Signatures

Method ADD_CHK_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHK_RESULT Call by reference Type reference (TYPE) DBA_CHK_RESULT DBA-CHK: Check Result 20120314

Method ADD_CHK_RESULT on class CL_DBA_SYSCHK has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SYS_REF Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20120314

Method CONSTRUCTOR on class CL_DBA_SYSCHK has no exception.

Method NAVIGATE_TO_REPAIR_TOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AS_POPUP Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121119
2 Importing CHECK_RESULT Call by reference Type reference (TYPE) DBA_CHK_RESULT DBA-CHK: Check Result 20121119
3 Importing COMMAND Call by reference Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20121119
4 Importing FORCE_LOCK Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121119
5 Importing XCHG_DATA Call by reference Type reference (TYPE) ANY 20121113
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121113

Method RESET_SEVERITY Signature

Method RESET_SEVERITY on class CL_DBA_SYSCHK has no parameter.
Method RESET_SEVERITY on class CL_DBA_SYSCHK has no exception.

Method SET_SEVERITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SEVERITY Call by reference Type reference (TYPE) SYMSGTY Message Type 20120322

Method SET_SEVERITY on class CL_DBA_SYSCHK has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740