SAP ABAP Class CL_SATC_CM_CHECK_MODULE (Abstract Adapter to CheckMan Check Plug-Ins)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     SATC_CM_CHECK_MODULE_SCV (Package) INTERNAL: - *NO* REUSE - Support for "CheckMan" modules
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SATC_MODULE Module 20080325
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SATC_AC_CHECK_MODULE Check Module 20080325
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SATC_AC_DOCU_ACCESS Access to documentation 20080204
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /BOBF/CL_TOOL_CHK_ATC_ADAPT ATC adapter for BOPF checkman checks 20081212
2 Inheritance (c INHERITING FROM c_ref)  CL_ARCH_STANDARD_CHECKS_ATC Adapter CM => ATC 20121022
3 Inheritance (c INHERITING FROM c_ref)  CL_ATC_ADP_LT_CDOC_CHECK ATC Adapter for LT Document Change Check 20101007
4 Inheritance (c INHERITING FROM c_ref)  CL_ATC_ADP_LT_FIELD_CHECK ATC Adapter for LT field check 20101007
5 Inheritance (c INHERITING FROM c_ref)  CL_ATC_ATTRIB Class to integrate ECA_DOLOOP with ATC 20101029
6 Inheritance (c INHERITING FROM c_ref)  CL_ATC_BAPICOMMIT Class to integrate ECA_COMMIT with ATC 20101014
7 Inheritance (c INHERITING FROM c_ref)  CL_ATC_CHK_DBPROC_PROXY ATC Check for Database Procedure Proxies 20120719
8 Inheritance (c INHERITING FROM c_ref)  CL_ATC_CHK_FOR_ALL_ENTRIES FOR ALL ENTRIES: Locate possibly flawed statements (ATC) 20110427
9 Inheritance (c INHERITING FROM c_ref)  CL_ATC_CHK_SCAN_TOKENS Scan Tokens - CM to ATC adapter 20110513
10 Inheritance (c INHERITING FROM c_ref)  CL_ATC_CODE_COMMENT Class to integrate ECA_DOLOOP with ATC 20101029
... Click here to see Used By full list (111 items)
Properties
Class CL_SATC_CM_CHECK_MODULE  
Short Description Abstract Adapter to CheckMan Check Plug-Ins    
Super Class CL_SATC_MODULE Module 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SATC_CM_CHECK_MODULE_SCV   INTERNAL: - *NO* REUSE - Support for "CheckMan" modules 
Created 20061218   SAP 
Last change 20140121   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_SATC_AC_PLNERR_DOMAIN_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SATC_AC_CHECK_MODULE Check Module 20080325
2 IF_SATC_AC_DOCU_ACCESS Access to documentation 20080204
Friends
# Friend Modeled only Created on Description
1 CL_SATC_CM_CHECK_MODULE_TEST 20070824 Abstract Test Class for CheckMan Adapters
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_PARAM_CODE_XMPT_MODE Constant Public Type reference (TYPE) SATC_D_NAME 'CM_MODE_CODE_XMPT' 20130426
2 C_PARAM_MODULE Constant Private Type reference (TYPE) SATC_D_NAME 'MODULE' 20130523
3 C_PARAM_OBJLOG Constant Private Type reference (TYPE) SATC_D_NAME 'OBJLOG' 20130523
4 C_PARAM_PLNERR Constant Private Type reference (TYPE) SATC_D_NAME 'PLNERR' 20130523
5 C_PARAM_TADIR Constant Private Type reference (TYPE) SATC_D_NAME 'R3TR' 20130523
6 C_PARAM_VERDICT Constant Private Type reference (TYPE) SATC_D_NAME 'VERDICT' 20130523
7 FG_CRC Static Attribute Private Object reference (TYPE REF TO) CL_SATC_CRC Service Class to Compute CRC64 20080128
8 F_CHECKMAN_PLUG_INFO Instance attribute Private Object reference (TYPE REF TO) IF_SCRM_CHECK_INFO 20100712
9 F_CHECK_INFO Instance attribute Private Type reference (TYPE) SATC_S_CHECK_INFO Information of CheckMan Check Plug-In 20061218
10 F_CHECK_MESSAGES Instance attribute Private Type reference (TYPE) CRM_CHECK_MESSAGES Check Results Management: Check Messages 20061218
11 F_CM_MODULE Instance attribute Private Object reference (TYPE REF TO) IF_CRM_OBJECT_CHECKER Check Results Management: Check for Objects 20090731
12 F_FNDNG_XMPTD_IN_CODE Instance attribute Private Type reference (TYPE) SATC_D_AC_MODE_FND_XTD_IN_CODE 20130426
13 F_LOG Instance attribute Private Object reference (TYPE REF TO) IF_SATC_LOG_WRITER Log writer 20090817
14 F_LOG_CNT Instance attribute Private Type reference (TYPE) I Counter for logged Issues 20090817
15 F_META_DATA Instance attribute Private Object reference (TYPE REF TO) META_DATA 20080321
16 F_MODULE_ID Instance attribute Private Type reference (TYPE) SATC_D_ID Module ID 20080325
17 F_OBJLOG_API Instance attribute Private Object reference (TYPE REF TO) IF_SATC_AC_OBJLOG_API Plugin Error Domain: Create and Add new Verdict 20090806
18 F_PHASE_KEY Instance attribute Private Type reference (TYPE) IF_SATC_AC_PLNERR_DOMAIN_TYPES=>TY_D_PHASE_KEY Key of Phase that is/was in Processing 20080325
19 F_PLNERR_API Instance attribute Private Object reference (TYPE REF TO) IF_SATC_AC_PLNERR_API Plugin Error Domain: Create and Add new Verdict 20080325
20 F_PREREQ_MET Instance attribute Private Type reference (TYPE) ABAP_BOOL 'I' 20080503
21 F_R3TR_HNDL Instance attribute Private Object reference (TYPE REF TO) IF_SATC_SET_READ_ITERATE 'Read & Iterate' access to set 20090605
22 F_VERDICT_API Instance attribute Private Object reference (TYPE REF TO) IF_SATC_AC_VERDCT_API Verdict Domain: Create and Add new Verdict 20080325
Methods
# Method Level Visibility Method type Description Created on
1 CONTAINS_SYNTAX_MESSAGES Instance method Private Method Returns whether "CheckMan" finding contains syntax messages 20130523
2 CREATE_CHECKMAN_PLUGIN Instance method Private Method Creates object of "CheckMan" check 20130523
3 INIT_CHECK_MESSAGES Instance method Private Method Initializes meta data 20130523
4 POPULATE_TEXT_HANDLE_COMMON Instance method Private Method Populates text handle for common cases 20130523
5 POPULATE_TEXT_HANDLE_SYNTAX Instance method Private Method Populates text handle for syntax error messages 20130523
6 PROCESS_CHECKMAN_RESULT Instance method Private Method Process findings in "CheckMan" fromat 20130523
7 RUN Instance method Private Method Execute analysis and convert result 20130523
8 RUN_WITHOUT_OBJLOG Instance method Private Method Execute analysis and convert result with object log 20130523
9 RUN_WITH_OBJLOG Instance method Private Method Execute analysis and convert result without object log 20130523
10 SET_CHECK_MODULE_FAILURE Instance method Private Method Record failure by message 20130523
11 SET_CHECK_MODULE_FAILURE_XPT Instance method Private Method Record failure by exeption 20130523
12 SET_PREREQUISITE_NOT_MET Instance method Private Method Module not useable at present 20130523
13 WRITE_LOG Instance method Private Method Trace routine for object log 20130523
14 _FILTER_R3TR_KEYS Instance method Protected Method Limit R3TR keys by object type 20080503
15 _GET_CRC Instance method Protected Method Calcuates CRC on "CheckMan" message Identity (obsolete) 20080128
16 _GET_DESCRIPTION Instance method Protected Method Returns text handle for description (overwrite possible) 20080325
17 _GET_DYNPRO_DETAILS Instance method Protected Method Get dynpro number & area (obsolete) 20080417
18 _GET_INCLUDE_NAME Instance method Protected Method Read include name from check result (obsolete) 20061218
19 _GET_INFO Instance method Protected Method Get information on check module (provided by sub class) 20061218
20 _GET_LINE_NUMBER Instance method Protected Method Read line number from check result (obsolete) 20061218
21 _GET_MESSAGE_PRIORITY Instance method Protected Method Get check message priority (obsolete) 20080325
22 _GET_NAVIGATOR Instance method Protected Method Returns navigator (overwrite possible) 20061218
Events
Class CL_SATC_CM_CHECK_MODULE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_OBJECT_TYPE_RANGE Private See coding 20061218 ty_Object_Type_Range type range of trobjtype
2 TY_S_INFO Protected See coding 20061218 begin of ty_S_Info, check_Id type sychar10, end of ty_S_Info
3 TY_T_T100_MESSAGES Protected See coding 20061218 ty_T_T100_Messages type standard table of symsg with default key
4 TY_T_TRMSG_MESSAGES Protected See coding 20061218 ty_T_Trmsg_Messages type standard table of trmsg with default key
Method Signatures

Method CONTAINS_SYNTAX_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKMAN_VALUES Call by reference Type reference (TYPE) CRM_CHECK_VALUES 20130523
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20130523

Method CONTAINS_SYNTAX_MESSAGES on class CL_SATC_CM_CHECK_MODULE has no exception.

Method CREATE_CHECKMAN_PLUGIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_CRM_OBJECT_CHECKER 20130523
# Exception Resumable Description Created on
1 CX_SATC_AC_MODULE 20130523

Method INIT_CHECK_MESSAGES Signature

Method INIT_CHECK_MESSAGES on class CL_SATC_CM_CHECK_MODULE has no parameter.
Method INIT_CHECK_MESSAGES on class CL_SATC_CM_CHECK_MODULE has no exception.

Method POPULATE_TEXT_HANDLE_COMMON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKMAN_VALUES Call by reference Type reference (TYPE) CRM_CHECK_VALUES 20130523
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_AC_TEXT_HANDLE 20130523

Method POPULATE_TEXT_HANDLE_COMMON on class CL_SATC_CM_CHECK_MODULE has no exception.

Method POPULATE_TEXT_HANDLE_SYNTAX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKMAN_VALUES Call by reference Type reference (TYPE) CRM_CHECK_VALUES 20130523
2 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_AC_TEXT_HANDLE 20130523

Method POPULATE_TEXT_HANDLE_SYNTAX on class CL_SATC_CM_CHECK_MODULE has no exception.

Method PROCESS_CHECKMAN_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKMAN_RESULT Call by reference Type reference (TYPE) CRM_CHECK_RESULT 20130523

Method PROCESS_CHECKMAN_RESULT on class CL_SATC_CM_CHECK_MODULE has no exception.

Method RUN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R3TR_KEYS Call by reference Type reference (TYPE) SATC_T_R3TR_KEYS 20130523
# Exception Resumable Description Created on
1 CX_SATC_AC_CHECK 20130523

Method RUN_WITHOUT_OBJLOG Signature

Method RUN_WITHOUT_OBJLOG on class CL_SATC_CM_CHECK_MODULE has no parameter.
# Exception Resumable Description Created on
1 CX_SATC_AC_CHECK 20130523

Method RUN_WITH_OBJLOG Signature

Method RUN_WITH_OBJLOG on class CL_SATC_CM_CHECK_MODULE has no parameter.
# Exception Resumable Description Created on
1 CX_SATC_AC_CHECK 20130523

Method SET_CHECK_MODULE_FAILURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MESSAGE_KEY Call by reference Type reference (TYPE) IF_SATC_AC_PLNERR_DOMAIN_TYPES=>TY_D_MESSAGE_KEY 20130523
2 Importing I_R3TR_KEY Call by reference Type reference (TYPE) SATC_S_R3TR_KEY 20130523

Method SET_CHECK_MODULE_FAILURE on class CL_SATC_CM_CHECK_MODULE has no exception.

Method SET_CHECK_MODULE_FAILURE_XPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_FAILURE Call by reference Object reference (TYPE REF TO) CX_ROOT 20130523
2 Importing I_R3TR_KEY Call by reference Type reference (TYPE) SATC_S_R3TR_KEY 20130523

Method SET_CHECK_MODULE_FAILURE_XPT on class CL_SATC_CM_CHECK_MODULE has no exception.

Method SET_PREREQUISITE_NOT_MET Signature

Method SET_PREREQUISITE_NOT_MET on class CL_SATC_CM_CHECK_MODULE has no parameter.
Method SET_PREREQUISITE_NOT_MET on class CL_SATC_CM_CHECK_MODULE has no exception.

Method WRITE_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R3TR_KEY Call by reference Type reference (TYPE) SATC_S_R3TR_KEY 20130523
2 Importing I_XPT_TO_ANALYSE Call by reference Object reference (TYPE REF TO) CX_ROOT 20130523

Method WRITE_LOG on class CL_SATC_CM_CHECK_MODULE has no exception.

Method _FILTER_R3TR_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_R3TR_KEYS Call by reference Type reference (TYPE) SATC_T_R3TR_KEYS 20080503

Method _FILTER_R3TR_KEYS on class CL_SATC_CM_CHECK_MODULE has no exception.

Method _GET_CRC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKMAN_MESSAGE Call by reference Type reference (TYPE) CRMCHKRSLT Check Results Management: Check Results (Check Interface) 20080128
2 Returning RESULT Value transfer Type reference (TYPE) I CRC32 20080128

Method _GET_CRC on class CL_SATC_CM_CHECK_MODULE has no exception.

Method _GET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKMAN_MESSAGE Call by reference Type reference (TYPE) CRMCHKRSLT Check Results Management: Check Results (Check Interface) 20080325
2 Importing I_R3TR_KEY Call by reference Type reference (TYPE) SATC_S_R3TR_KEY ATC: R3TR Key 20080325
3 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_AC_TEXT_HANDLE 20080325

Method _GET_DESCRIPTION on class CL_SATC_CM_CHECK_MODULE has no exception.

Method _GET_DYNPRO_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DYNPRO_AREA Call by reference Type reference (TYPE) INT1 Dynpro Part - e.g. logic 20080417
2 Exporting E_DYNPRO_NR Value transfer Type reference (TYPE) SYDYNNR Current Screen Number 20080417
3 Importing I_CHECK_RESULT Call by reference Type reference (TYPE) CRMCHKRSLT Check Results Management: Check Result (Check Interface) 20080417

Method _GET_DYNPRO_DETAILS on class CL_SATC_CM_CHECK_MODULE has no exception.

Method _GET_INCLUDE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_RESULT Call by reference Type reference (TYPE) CRMCHKRSLT Check Results Management: Check Result (Check Interface) 20061218
2 Returning RESULT Value transfer Type reference (TYPE) STRING 20061218

Method _GET_INCLUDE_NAME on class CL_SATC_CM_CHECK_MODULE has no exception.

Method _GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_S_INFO ATC: Information of Checkman Checks 20061218

Method _GET_INFO on class CL_SATC_CM_CHECK_MODULE has no exception.

Method _GET_LINE_NUMBER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_RESULT Call by reference Type reference (TYPE) CRMCHKRSLT Check Results Management: Check Result (Check Interface) 20061218
2 Returning RESULT Value transfer Type reference (TYPE) SYLINNO Current Line in List 20061218

Method _GET_LINE_NUMBER on class CL_SATC_CM_CHECK_MODULE has no exception.

Method _GET_MESSAGE_PRIORITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MESSAGE_KEY Call by reference Type reference (TYPE) IF_SATC_AC_VERDCT_DOMAIN_TYPES=>TY_D_MODULE_MESSAGE_KEY 20080325
2 Returning RESULT Value transfer Type reference (TYPE) IF_SATC_AC_VERDCT_DOMAIN_TYPES=>TY_D_PRIORITY 20080325

Method _GET_MESSAGE_PRIORITY on class CL_SATC_CM_CHECK_MODULE has no exception.

Method _GET_NAVIGATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKMAN_MESSAGE Call by reference Type reference (TYPE) CRMCHKRSLT Check Results Management: Check Results (Check Interface) 20061218
2 Importing I_R3TR_KEY Call by reference Type reference (TYPE) SATC_S_R3TR_KEY ATC: R3TR Key 20061218
3 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_SATC_AC_NAVIGATOR ATC: Navigation To Object 20061223

Method _GET_NAVIGATOR on class CL_SATC_CM_CHECK_MODULE has no exception.
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /BOBF/CL_TOOL_CHK_ATC_ADAPT ATC adapter for BOPF checkman checks 20081212
2 Inheritance (c INHERITING FROM c_ref)  CL_ARCH_STANDARD_CHECKS_ATC Adapter CM => ATC 20121022
3 Inheritance (c INHERITING FROM c_ref)  CL_ATC_ADP_LT_CDOC_CHECK ATC Adapter for LT Document Change Check 20101007
4 Inheritance (c INHERITING FROM c_ref)  CL_ATC_ADP_LT_FIELD_CHECK ATC Adapter for LT field check 20101007
5 Inheritance (c INHERITING FROM c_ref)  CL_ATC_ATTRIB Class to integrate ECA_DOLOOP with ATC 20101029
6 Inheritance (c INHERITING FROM c_ref)  CL_ATC_BAPICOMMIT Class to integrate ECA_COMMIT with ATC 20101014
7 Inheritance (c INHERITING FROM c_ref)  CL_ATC_CHK_DBPROC_PROXY ATC Check for Database Procedure Proxies 20120719
8 Inheritance (c INHERITING FROM c_ref)  CL_ATC_CHK_FOR_ALL_ENTRIES FOR ALL ENTRIES: Locate possibly flawed statements (ATC) 20110427
9 Inheritance (c INHERITING FROM c_ref)  CL_ATC_CHK_SCAN_TOKENS Scan Tokens - CM to ATC adapter 20110513
10 Inheritance (c INHERITING FROM c_ref)  CL_ATC_CODE_COMMENT Class to integrate ECA_DOLOOP with ATC 20101029
11 Inheritance (c INHERITING FROM c_ref)  CL_ATC_COMMND Class to integrate ECA_DOLOOP with ATC 20101029
12 Inheritance (c INHERITING FROM c_ref)  CL_ATC_DATATY Class to integrate ECA_DOLOOP with ATC 20101029
13 Inheritance (c INHERITING FROM c_ref)  CL_ATC_DOLOOP Class to integrate ECA_DOLOOP with ATC 20101018
14 Inheritance (c INHERITING FROM c_ref)  CL_ATC_MODULR Class to integrate ECA_DOLOOP with ATC 20101029
15 Inheritance (c INHERITING FROM c_ref)  CL_ATC_MSG Class to integrate ECA_DOLOOP with ATC 20101029
16 Inheritance (c INHERITING FROM c_ref)  CL_ATC_NAMCNV Class to integrate ECA_DOLOOP with ATC 20101029
17 Inheritance (c INHERITING FROM c_ref)  CL_ATC_PKG Class to integrate ECA_DOLOOP with ATC 20101029
18 Inheritance (c INHERITING FROM c_ref)  CL_ATC_PREF Class to integrate ECA_DOLOOP with ATC 20101029
19 Inheritance (c INHERITING FROM c_ref)  CL_ATC_RECURING Class to integrate ECA_DOLOOP with ATC 20101029
20 Inheritance (c INHERITING FROM c_ref)  CL_ATC_STERM Class to integrate ECA_DOLOOP with ATC 20101029
21 Inheritance (c INHERITING FROM c_ref)  CL_ATC_SYSVAR Class to integrate ECA_DOLOOP with ATC 20101029
22 Inheritance (c INHERITING FROM c_ref)  CL_ATC_UNUSED Class to integrate ECA_DOLOOP with ATC 20101029
23 Inheritance (c INHERITING FROM c_ref)  CL_ATC_UNUSED_PARCMD Class to integrate ECA_DOLOOP with ATC 20101029
24 Inheritance (c INHERITING FROM c_ref)  CL_ATC_VAR_DESC Class to integrate ECA_DOLOOP with ATC 20101029
25 Inheritance (c INHERITING FROM c_ref)  CL_ATC_VERINF Class to integrate ECA_DOLOOP with ATC 20101029
26 Inheritance (c INHERITING FROM c_ref)  CL_ATC_VERNAM Class to integrate ECA_DOLOOP with ATC 20101029
27 Inheritance (c INHERITING FROM c_ref)  CL_BS_SOA_CHK_BS_SOA_CH_ATC ATC adapter of BS_SOA_CH Checkman checks 20091203
28 Inheritance (c INHERITING FROM c_ref)  CL_BS_SOA_CHK_BS_SOA_XI_ATC ATC adapter of BS_SOA_XI Checkman checks 20091203
29 Inheritance (c INHERITING FROM c_ref)  CL_CHK_PROXY_OBJECTS_ATC ATC check adapter for Proxy-Objects 20080514
30 Inheritance (c INHERITING FROM c_ref)  CL_CHK_SEARCH_FOR_FUNC_CALLATC ATC adapter for Check: Use of ws_upload/ws_download 20090923
31 Inheritance (c INHERITING FROM c_ref)  CL_CHK_SFPF_LAYOUT_ATC ATC Adapter for SFP templates 20080514
32 Inheritance (c INHERITING FROM c_ref)  CL_CHK_SU22_ATC 20100120
33 Inheritance (c INHERITING FROM c_ref)  CL_FDT_CHECKMAN_ATC FDT adapter CheckMan to ATC 20080514
34 Inheritance (c INHERITING FROM c_ref)  CL_GENIL_ENHANCEMENT_CHECK ATC/Checkman check plugin for GenIL Enhancements 20100907
35 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_ACC_PCLASS Use of Problematic GUI Controls 20070108
36 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_ACC_RCLASS Use of Restricted GUI controls 20070108
37 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BAPI_CONS Check Template 20070108
38 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_ACC2COV CheckMan Adapter Accessibilty Classification 20070825
39 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_AC_PKG Check Consistent Assignment of ACH to Package 20090312
40 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_AUNIT ABAP Unit: CheckMan Adapter 20120311
41 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_AUNIT_L ABAP Unit: CheckMan Adapter 20120309
42 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_AUNIT_M ABAP Unit: CheckMan Adapter 20120309
43 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_BSP_SYN CheckMan Adapter for BSP Applications 20070108
44 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_CCMPLX SAP Guidlines: Check Naming Conventions 20090223
45 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_CHKMN_T Consistency Check for CheckMan Plug-In Customizing 20090130
46 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_CRM_CHK Consistency Check for CheckMan Plug-In 20090130
47 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_DD_PCHK CheckMan Adapter: Package Check DDIC 20071217
48 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_ENH Apdapter BC_ENH CheckMan => ATC 20090714
49 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_EWCIAP Early Watch Does Not Suit Enhancement Classification 20070108
50 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_FA_ECAT VERI Conversion 20111018
51 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_FA_SVET VERI Conversion 20101221
52 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_ICF_CHK Check Template 20070108
53 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_MU_LANG Mulitple Appearance of Language IDs 20070108
54 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_SCI In Service of Check Manager/Performance Checks 20070108
55 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_SCI_ADD In Service of Check Manager/Performance Checks 20111206
56 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_SCI_SEC In Service of Check Manager/Security Checks 20080325
57 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_SCI_TAB In Service of Check Manager/Table Attributes Checks 20080905
58 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_SG_NAME SAP Guidlines: Check Naming Conventions 20070617
59 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_WDY_CNV Code Inspector -> CheckMan: Wed Dynpro Conventions 20070108
60 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_WDY_SYN Check Manager Interface for Web Dynpro Components 20070108
61 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_WFM_DEF Checks the workflow templates 20070108
62 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_BC_WRCIAP Inconsistencies in the Enhancement Classification 20070108
63 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_CHK_TSTC Default Authorization Values 20080514
64 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_CONS_GUI Check Template 20070108
65 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_CONS_SCR Screen Consistency Check for ToDo 20070108
66 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_CONS_TCODE Check for Transaction Codes 20070108
67 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_DDIC_AC DDIC: Check-Activation 20070108
68 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_DDIC_DB DDIC: Consistency Check Between ABAP/4 Dictionary and DB 20070108
69 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_DDIC_NE DDIC: New, Non-Active Objects 20070108
70 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_DDIC_NT DDIC: Consistency Check for ABAP/4 Dict. and Runtime Objects 20070108
71 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_DDIC_TA DDIC: Search for Partially-Active DD Objects 20070108
72 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_DEVCOMPHIR Package: Assignment to Application Component 20070108
73 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_IMG_CONS ATC Adapter IMG Checks for CheckMan 20070108
74 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_MCC_APPL Multi-Client Check 20070108
75 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_MCC_CUST Multi-Client Check 20070108
76 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_MESSWOLTXT Messages Without Long Text 20070108
77 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_RELDEVCOMP Package: Assignment to Software Component 20070108
78 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_AUTH Authorization check 20070108
79 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_BREAK Check for Superflous Statements 20070108
80 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_CALFB Call Function Interfaces 20070108
81 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_CONTR Problematic statements 20070108
82 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_EXTEN Structure Enhancements 20070108
83 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_EXTER External Program Interfaces 20070108
84 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_FELD Field Attributes 20070108
85 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_GESET SET/GET Parameter IDs 20070108
86 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_HELIO Guidelines in SLIN 20070801
87 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_LOAD Check Load Size 20070108
88 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_MESSG Message 20070108
89 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_NLS Internationalization 20070108
90 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_PAC Package check 20090831
91 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_PERF PERFORM/FORM interfaces 20070108
92 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_PUT 20070108
93 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_SEC Security Check 20110204
94 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_STATU GUI Status and TITLEBAR 20070108
95 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_SYWRN Syntax Check Warnings 20070108
96 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_TEXT Character Strings 20070108
97 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_UMFLD SLIN Test Environment/Prerequisites 20070108
98 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SLIN_WRITE Output CURR/QUAN fields 20070108
99 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_SYNX_GUI Check Template 20070108
100 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_TABCONTCNR Package: Assignment to Software Component 20070108
101 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_TADIR_CONS TADIR Consistency Check (Owner, Package, Existence) 20070108
102 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_TEXTPOOL Textpool check 20090923
103 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_TRESCCOMPL Package: Assignment to Software Component 20070108
104 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_TRESCFALSE Table with Incorrect Customer Namespace Definition 20070108
105 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_UCCHECK ToDo Interface for SLIN 20070108
106 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_USAB_ACC Usability Check for ToDo 20070108
107 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_USAB_GUI Check Template 20070108
108 Inheritance (c INHERITING FROM c_ref)  CL_SATC_ACM_CHK_USAB_SCR Usability Check for ToDo 20070108
109 Inheritance (c INHERITING FROM c_ref)  CL_SATC_CI_CHECK_DB_ORDER NO ORDER BY: assuming sort order afterwards 20130410
110 Inheritance (c INHERITING FROM c_ref)  CL_SATC_CM_ESR_CHECK ATC Impl for ESR F7 Check 20090803
111 Inheritance (c INHERITING FROM c_ref)  CL_SATC_CM_PIC_CHECK ATC Impl for ESR PIC Checks 20090803
History
Last changed by/on SAP  20140121 
SAP Release Created in 710