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 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CNV_INDX_DATA_CHECK | Check | 20110620 | |||
| 2 | Instance attribute | Public | Type reference (TYPE) | CNV_INDX_CHECKID | Check id | 20101123 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | FLAG | Whether conv.-relev. data has already been found for the rel | 20101026 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CNV_INDX | INDX helper class | 20110620 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV logger | 20101026 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | BALLEVEL | Application Log: Level of detail | 20101026 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20101124 | |||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CNV_INDX_DATA_CHECK | Previous check run representation | 20101126 | |||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CNV_INDX_RELID | Representation of INDX RELID | 20101026 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | CNV_INDX_HT_CHCKRES | Hashed map of check results | 20110620 | |||
| 11 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CNV_INDX_TABLE | INDX table representation | 20101026 | |||
| 12 | Instance attribute | Public | Type reference (TYPE) | CNV_INDX_T_CL_ERROR | List of errors | 20110620 | |||
| 13 | Instance attribute | Public | Type reference (TYPE) | CNV_INDX_T_VERSION | List of known RELID versions | 20101026 | |||
| 14 | 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 | Instance method | Protected | Method | Adds an error type | 20110620 | |
| 2 | Instance method | Protected | Method | Checks the version | 20101026 | |
| 3 | Instance method | Public | Constructor | Creates the check object | 20101026 | |
| 4 | Instance method | Public | Method | Returns the list of used known versions as string | 20101129 | |
| 5 | Instance method | Public | Method | Returns the list of used unknown versions as string | 20101129 | |
| 6 | 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 | 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 | VERSION | Value transfer | Object reference (TYPE REF TO) | CL_CNV_INDX_RELID_STR_VERSION | Representation of RELID version | 20101026 | |||
| 2 | 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 | INDX | Call by reference | Object reference (TYPE REF TO) | CL_CNV_INDX | INDX helper class | 20110620 | |||
| 2 | LOAD_PREVIOUS_CHECK | Call by reference | Type reference (TYPE) | FLAG | 'X' | General Flag | 20101126 | ||
| 3 | LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV logger | 20101026 | |||
| 4 | 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 | 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 | 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 | ALREADY_RESOLVED | Value transfer | Type reference (TYPE) | FLAG | Whether the error was already resolved | 20110620 | |||
| 2 | ERRORID | Call by reference | Type reference (TYPE) | CNV_INDX_ERRORID | ID of an error type | 20110620 | |||
| 3 | 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 |