SAP ABAP Class CL_DBA_SYSCHK_DCF (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 Inheritance (c INHERITING FROM c_ref)  CL_DBA_SYSCHK DBA-CHK: System Checks 20120314
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_SYSCHK_DCF DB6: System Check DCF 20121210
2 Inheritance (c INHERITING FROM c_ref)  CL_SYB_SYSCHK_DCF SYB: DCF System Check 20121221
Properties
Class CL_DBA_SYSCHK_DCF  
Short Description DBA-CHK: System Checks    
Super Class CL_DBA_SYSCHK DBA-CHK: System Checks 
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)
2 IF_DBA_SYSCHK Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_DBA_SYSCHK_DCF has no interface implemented.
Friends
Class CL_DBA_SYSCHK_DCF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CHK_DCF_MAX_RANGE Constant Public Type reference (TYPE) I 1000 20121204
2 CO_CHK_DCF_MESSAGES_MAX Instance attribute Private Type reference (TYPE) I -1999 20121211
3 CO_CHK_DCF_MESSAGES_OFFSET Constant Public Type reference (TYPE) I -1000 20120402
4 CO_CHK_DCF_NO_EXEC_MAX Instance attribute Private Type reference (TYPE) I -3999 20121214
5 CO_CHK_DCF_NO_EXEC_OFFSET Constant Public Type reference (TYPE) I -3000 20121214
6 CO_CHK_DCF_OWNERSHIP Constant Public Type reference (TYPE) I -20 20120314
7 CO_CHK_DCF_SETUP_MAX Instance attribute Private Type reference (TYPE) I -2999 20121211
8 CO_CHK_DCF_SETUP_OFFSET Constant Public Type reference (TYPE) I -2000 20120402
9 CO_CHK_OBJ_TYPE_DCF_COLLECTOR Constant Public Type reference (TYPE) DBA_CHK_IMPACT-CHK_OBJ_TYPE 'DCF_DATA_COLLECTOR' Check Object Type 20121107
10 MR_DCF_SETUP_CTRL Instance attribute Protected Object reference (TYPE REF TO) CL_DBA_DBH_SETUP_CTRL DBA-DBH: Setup Controller 20120314
11 MR_TASK_SCHEDULER_CTRL Instance attribute Protected Object reference (TYPE REF TO) IF_DBA_TASK_SCHEDULER DBA: Task Scheduler Controller 20121213
12 MS_CHK_NO_EXEC_ACTION Instance attribute Protected Type reference (TYPE) DBA_MSG DBA Cockpit: Message 20121221
13 MT_DCF_COLLECTORS Instance attribute Protected Type reference (TYPE) DBA_DBH_DATACOLLECTOR_TAB DBA-DBH: Setup Check Messages 20120322
14 MV_CHK_DCF_MESSAGES_DEPTH Instance attribute Protected Type reference (TYPE) I IF_DBA_SYSCHK=>E_CHK_DEPTH-DETAILED 20121210
15 MV_CHK_DCF_NO_EXEC_DEPTH Instance attribute Protected Type reference (TYPE) I IF_DBA_SYSCHK=>E_CHK_DEPTH-DETAILED 20121214
16 MV_CHK_NO_EXEC_SAP_NOTE Instance attribute Protected Type reference (TYPE) STRING 20121221
17 MV_DCF_BASE_RUNTIME_MS Instance attribute Protected Type reference (TYPE) I 20120314
Methods
# Method Level Visibility Method type Description Created on
1 CHK_DATA_COLLECTOR_MESSAGES Instance method Protected Method 20120322
2 CHK_DATA_COLLECTOR_NO_EXEC Instance method Protected Method 20121213
3 CHK_DATA_COLLECTOR_SETUP Instance method Protected Method 20120322
4 CHK_DCF_OWNERSHIP Instance method Protected Method 20120314
5 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121210
6 EXECUTE_QUICK_REPAIR_SETUP Instance method Protected Method 20121113
7 FAST_LOAD_DCF_COLLECTORS Instance method Protected Method 20121213
8 GENERATE_IMPACT_DCF_COLLECTORS Instance method Protected Method 20121114
9 GENERATE_IMPACT_DCF_SCREEN Instance method Protected Method 20121120
10 GENERATE_IMPACT_DPW_INFOCUBES Instance method Protected Method 20121114
11 GENERATE_IMPACT_DPW_REPORTS Instance method Protected Method 20121114
12 GENERATE_IMPACT_RDI_RECORD Instance method Protected Method 20121113
13 GET_COLLECTOR_MSGS_CHECK_ID Static method Public Method 20121113
14 GET_COLLECTOR_NAME Instance method Private Method 20121113
15 GET_COLLECTOR_NO_EXEC_CHECK_ID Static method Public Method 20121214
16 GET_COLLECTOR_SETUP_CHECK_ID Static method Public Method 20121113
17 INIT_DCF_SETUP_CTRL Instance method Protected Method DBA-CHK: Initialize DCF Setup Controller 20120314
18 NAVIGATE_TO_REPAIR_MESSAGES Instance method Protected Method 20121113
19 NAVIGATE_TO_REPAIR_SETUP Instance method Protected Method 20121113
20 QUICK_REPAIR_DESCR_SETUP Instance method Protected Method 20121113
Events
Class CL_DBA_SYSCHK_DCF has no event.
Types
Class CL_DBA_SYSCHK_DCF has no local type.
Method Signatures

Method CHK_DATA_COLLECTOR_MESSAGES Signature

Method CHK_DATA_COLLECTOR_MESSAGES on class CL_DBA_SYSCHK_DCF has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20120322

Method CHK_DATA_COLLECTOR_NO_EXEC Signature

Method CHK_DATA_COLLECTOR_NO_EXEC on class CL_DBA_SYSCHK_DCF has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121213

Method CHK_DATA_COLLECTOR_SETUP Signature

Method CHK_DATA_COLLECTOR_SETUP on class CL_DBA_SYSCHK_DCF has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20120322

Method CHK_DCF_OWNERSHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FORCE_REFRESH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20120314
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20120314

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHK_DCF_MESSAGES_DEPTH Call by reference Type reference (TYPE) I IF_DBA_SYSCHK=>E_CHK_DEPTH-DETAILED 20121210
2 Importing CHK_DCF_NO_EXEC_DEPTH Call by reference Type reference (TYPE) I IF_DBA_SYSCHK=>E_CHK_DEPTH-DETAILED 20121214
3 Importing SYS_REF Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20121210

Method CONSTRUCTOR on class CL_DBA_SYSCHK_DCF has no exception.

Method EXECUTE_QUICK_REPAIR_SETUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_RESULT Call by reference Type reference (TYPE) DBA_CHK_RESULT DBA-CHK: Check Result 20121113
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121113

Method FAST_LOAD_DCF_COLLECTORS Signature

Method FAST_LOAD_DCF_COLLECTORS on class CL_DBA_SYSCHK_DCF has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121214

Method GENERATE_IMPACT_DCF_COLLECTORS Signature

Method GENERATE_IMPACT_DCF_COLLECTORS on class CL_DBA_SYSCHK_DCF has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121114

Method GENERATE_IMPACT_DCF_SCREEN Signature

Method GENERATE_IMPACT_DCF_SCREEN on class CL_DBA_SYSCHK_DCF has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121120

Method GENERATE_IMPACT_DPW_INFOCUBES Signature

Method GENERATE_IMPACT_DPW_INFOCUBES on class CL_DBA_SYSCHK_DCF has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121114

Method GENERATE_IMPACT_DPW_REPORTS Signature

Method GENERATE_IMPACT_DPW_REPORTS on class CL_DBA_SYSCHK_DCF has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121114

Method GENERATE_IMPACT_RDI_RECORD Signature

Method GENERATE_IMPACT_RDI_RECORD on class CL_DBA_SYSCHK_DCF has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121113

Method GET_COLLECTOR_MSGS_CHECK_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHECK_ID Value transfer Type reference (TYPE) I 20121113
2 Importing COLLECTOR_CHECK_ID Call by reference Type reference (TYPE) I 20121113

Method GET_COLLECTOR_MSGS_CHECK_ID on class CL_DBA_SYSCHK_DCF has no exception.

Method GET_COLLECTOR_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_RESULT Call by reference Type reference (TYPE) DBA_CHK_RESULT DBA-CHK: Check Result 20121113
2 Returning COLLECTOR_NAME Value transfer Type reference (TYPE) STRING 20121113

Method GET_COLLECTOR_NAME on class CL_DBA_SYSCHK_DCF has no exception.

Method GET_COLLECTOR_NO_EXEC_CHECK_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHECK_ID Value transfer Type reference (TYPE) I 20121214
2 Importing COLLECTOR_CHECK_ID Call by reference Type reference (TYPE) I 20121214

Method GET_COLLECTOR_NO_EXEC_CHECK_ID on class CL_DBA_SYSCHK_DCF has no exception.

Method GET_COLLECTOR_SETUP_CHECK_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CHECK_ID Value transfer Type reference (TYPE) I 20121113
2 Importing COLLECTOR_CHECK_ID Call by reference Type reference (TYPE) I 20121113

Method GET_COLLECTOR_SETUP_CHECK_ID on class CL_DBA_SYSCHK_DCF has no exception.

Method INIT_DCF_SETUP_CTRL Signature

Method INIT_DCF_SETUP_CTRL on class CL_DBA_SYSCHK_DCF has no parameter.
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20120314

Method NAVIGATE_TO_REPAIR_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_RESULT Call by reference Type reference (TYPE) DBA_CHK_RESULT DBA-CHK: Check Result 20121113
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121113

Method NAVIGATE_TO_REPAIR_SETUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_RESULT Call by reference Type reference (TYPE) DBA_CHK_RESULT DBA-CHK: Check Result 20121113
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121113

Method QUICK_REPAIR_DESCR_SETUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_RESULT Call by reference Type reference (TYPE) DBA_CHK_RESULT DBA-CHK: Check Result 20121113
2 Returning QUICK_REPAIR_DESCR Value transfer Type reference (TYPE) DB6_STRING_TAB DBA: Simple List of Strings 20121113
# Exception Resumable Description Created on
1 CX_DBA_SYSTEM_CHECK DBA-RDI: General Back-end Error 20121113
History
Last changed by/on SAP  20130531 
SAP Release Created in 740