SAP ABAP Class CL_SATC_CI_CHECK_MAPPING (Shared storage for Check Mapping)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
     SATC_CI_MISC (Package) INTERNAL: - *NO* REUSE - Miscellaneous services
Properties
Class CL_SATC_CI_CHECK_MAPPING  
Short Description Shared storage for Check Mapping    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SATC_CI_MISC   INTERNAL: - *NO* REUSE - Miscellaneous services 
Created 20120215   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SATC_CI_CHECK_MAPPING has no forward declaration.
Interfaces
Class CL_SATC_CI_CHECK_MAPPING has no interface implemented.
Friends
Class CL_SATC_CI_CHECK_MAPPING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 F_DIRECTORY Instance attribute Private Type reference (TYPE) TY_CHECK_DIRECTORY 20120514
2 F_INVALID_ATC_IDS Instance attribute Private See coding 20120514
3 F_LAST_INVALID_ID_LOGGED_AT Instance attribute Private Type reference (TYPE) D 20120514
Methods
# Method Level Visibility Method type Description Created on
1 GET_CHECK_DIRECTORY Instance method Public Method 20120215
2 IS_INVALID_ATC_ID Instance method Public Method 20120514
3 LOG_INVALID_ATC_ID Instance method Public Method 20120514
4 SET_CHECK_DIRECTORY Instance method Public Method 20120215
Events
Class CL_SATC_CI_CHECK_MAPPING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_CHECK_DIRECTORY Public See coding 20120215 ty_check_directory type hashed table of ty_check_directory_entry with unique key atc_check_id with unique hashed key ci components ci_test_id
2 TY_CHECK_DIRECTORY_ENTRY Public See coding 20120215 begin of ty_check_directory_entry, atc_check_id type satc_d_id, " RAW 16 -> 16 Bytes ci_check_class_name type seoclsname, " CHAR 30 -> 60 Bytes ci_test_id type seoclsname, " CHAR 30 -> 60 Bytes end of ty_check_directory_entry
Method Signatures

Method GET_CHECK_DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHECK_DIRECTORY Call by reference Type reference (TYPE) TY_CHECK_DIRECTORY 20120215

Method GET_CHECK_DIRECTORY on class CL_SATC_CI_CHECK_MAPPING has no exception.

Method IS_INVALID_ATC_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATC_CHECK_ID Call by reference Type reference (TYPE) SATC_D_ID 20120514
2 Returning R_IS_INVALID_ATC_ID Value transfer Type reference (TYPE) ABAP_BOOL 20120514

Method IS_INVALID_ATC_ID on class CL_SATC_CI_CHECK_MAPPING has no exception.

Method LOG_INVALID_ATC_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ATC_CHECK_ID Call by reference Type reference (TYPE) SATC_D_ID 20120514

Method LOG_INVALID_ATC_ID on class CL_SATC_CI_CHECK_MAPPING has no exception.

Method SET_CHECK_DIRECTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_DIRECTORY Call by reference Type reference (TYPE) TY_CHECK_DIRECTORY 20120215

Method SET_CHECK_DIRECTORY on class CL_SATC_CI_CHECK_MAPPING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732