SAP ABAP Class CL_CNV_INDX_ROW_CHECK (Check for a single row of INDX RELID)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-GTF-BS (Application Component) Business Application Support
     CNV_INDX (Package) Conversion of INDX-like cluster tables
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_INDX_SELECT_CALLBACK Callback for INDX selection 20101025
Properties
Class CL_CNV_INDX_ROW_CHECK  
Short Description Check for a single row of INDX RELID    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_INDX   Conversion of INDX-like cluster tables 
Created 20101025   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CNV_INDX_ROW_CHECK has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_CNV_INDX_SELECT_CALLBACK Callback for INDX selection 20101025
Friends
Class CL_CNV_INDX_ROW_CHECK has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHECK Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_INDX_DATA_CHECK Check 20110620
2 CHECKID Instance attribute Public Type reference (TYPE) CNV_INDX_CHECKID Check id 20101123
3 HAS_RELEVANT_DATA Instance attribute Public Type reference (TYPE) FLAG Whether conv.-relev. data has already been found for the rel 20101026
4 INDX Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_INDX INDX helper class 20110620
5 LOGGER Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV logger 20101026
6 LOG_HIER_LEVEL Instance attribute Protected Type reference (TYPE) BALLEVEL Application Log: Level of detail 20101026
7 PACKID Instance attribute Protected Type reference (TYPE) CNV_PACK Conversion: Conversion package number 20101124
8 PREVIOUS_CHECK Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_INDX_DATA_CHECK Previous check run representation 20101126
9 RELID Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_INDX_RELID Representation of INDX RELID 20101026
10 RESOLVED_ERRORS Instance attribute Protected Type reference (TYPE) CNV_INDX_HT_CHCKRES Hashed map of check results 20110620
11 TABLE Instance attribute Protected Object reference (TYPE REF TO) CL_CNV_INDX_TABLE INDX table representation 20101026
12 UNRESOLVED_ERRORS Instance attribute Public Type reference (TYPE) CNV_INDX_T_CL_ERROR List of errors 20110620
13 USED_KNOWN_VERSIONS Instance attribute Public Type reference (TYPE) CNV_INDX_T_VERSION List of known RELID versions 20101026
14 USED_UNKNOWN_VERSIONS Instance attribute Public Type reference (TYPE) CNV_INDX_T_VERSION List of unknown RELID versions 20101026
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ERROR_TYPE Instance method Protected Method Adds an error type 20110620
2 CHECK_VERSION Instance method Protected Method Checks the version 20101026
3 CONSTRUCTOR Instance method Public Constructor Creates the check object 20101026
4 GET_USED_KNOWN_VERSIONS_STR Instance method Public Method Returns the list of used known versions as string 20101129
5 GET_USED_UNKNOWN_VERSIONS_STR Instance method Public Method Returns the list of used unknown versions as string 20101129
6 REPORT_ERROR Instance method Protected Method Reports an error in DB 20110620
Events
Class CL_CNV_INDX_ROW_CHECK has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_HT_RELEV Protected See coding 20101026
2 TY_RELEV Protected See coding 20101026
Method Signatures

Method ADD_ERROR_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ERROR Call by reference Object reference (TYPE REF TO) CL_CNV_INDX_ERROR INDX data error methods 20110620

Method ADD_ERROR_TYPE on class CL_CNV_INDX_ROW_CHECK has no exception.

Method CHECK_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VERSION Value transfer Object reference (TYPE REF TO) CL_CNV_INDX_RELID_STR_VERSION Representation of RELID version 20101026
2 Importing VERSN Call by reference Type reference (TYPE) CNV_INDX_VERSION Externally defined version of the RELID structure 20101026

Method CHECK_VERSION on class CL_CNV_INDX_ROW_CHECK has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDX Call by reference Object reference (TYPE REF TO) CL_CNV_INDX INDX helper class 20110620
2 Importing LOAD_PREVIOUS_CHECK Call by reference Type reference (TYPE) FLAG 'X' General Flag 20101126
3 Importing LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV logger 20101026
4 Importing LOG_HIER_LEVEL Call by reference Type reference (TYPE) BALLEVEL Application Log: Level of detail 20101026

Method CONSTRUCTOR on class CL_CNV_INDX_ROW_CHECK has no exception.

Method GET_USED_KNOWN_VERSIONS_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RES Value transfer Type reference (TYPE) STRING 20101129

Method GET_USED_KNOWN_VERSIONS_STR on class CL_CNV_INDX_ROW_CHECK has no exception.

Method GET_USED_UNKNOWN_VERSIONS_STR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RES Value transfer Type reference (TYPE) STRING 20101129

Method GET_USED_UNKNOWN_VERSIONS_STR on class CL_CNV_INDX_ROW_CHECK has no exception.

Method REPORT_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ALREADY_RESOLVED Value transfer Type reference (TYPE) FLAG Whether the error was already resolved 20110620
2 Importing ERRORID Call by reference Type reference (TYPE) CNV_INDX_ERRORID ID of an error type 20110620
3 Importing KEY Call by reference Type reference (TYPE) ANY INDX key 20110620

Method REPORT_ERROR on class CL_CNV_INDX_ROW_CHECK has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620