SAP ABAP Class CL_CNV_20200_CHK_OBJ_ACC_CODE (OBSOLETE: Data object for mapping check)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_20200_CHECK (Package) Company code merge and rename - Check classes
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CNV_MBT_CHECK_DATAOBJECT | Check Framework: Data Object to check | 20110711 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110711 |
Properties
| Class | CL_CNV_20200_CHK_OBJ_ACC_CODE | |
| Short Description | OBSOLETE: Data object for mapping check | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CNV_20200_CHECK | Company code merge and rename - Check classes |
| Created | 20110711 | SAP |
| Last change | 20141030 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CNV_MBT_CHECK_DATAOBJECT | Check Framework: Data Object to check | 20110711 | ||
| 2 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110711 |
Friends
Class CL_CNV_20200_CHK_OBJ_ACC_CODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | CNV_MBT_CHECK_OBJKEY | 'NO_MAPPING' | Check Framework: Object Key | 20110805 | ||
| 2 | Instance attribute | Public | Type reference (TYPE) | CNV_20200_T_ACC_CODE_MAPPING | Table with mapping information | 20110711 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CNV_MBT_ME_SIM_ENGINE | Main interface for the conversion of internal tables | 20110711 | |||
| 4 | Instance attribute | Private | See coding | Output table for ANA execution | 20110711 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 'X' = started from ANA platform | 20110711 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | CNV_MBT_CHECK_OBJKEY | Check Framework: Object Key | 20110711 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Create object key of given mapping ID and target acct code | 20110711 | |
| 2 | Instance method | Public | Method | Get data from ANA output table PT_ANA_OUTTAB | 20110711 | |
| 3 | Instance method | Public | Method | Returns the engine Object ANA filled or a cwb Engine object | 20110711 | |
| 4 | Static method | Public | Method | Retrieve (all) mapping values from a given mapping ID | 20110711 | |
| 5 | Static method | Public | Method | Retrieve mapping values from given object key | 20110711 | |
| 6 | Instance method | Public | Method | Return info if object was called from ANA platform | 20110711 | |
| 7 | Instance method | Public | Method | Log given mapping into logger reference | 20110711 | |
| 8 | Instance method | Public | Method | Set PV_ANALYSIS_RUNNING to 'X' (only from ANA platform) | 20110711 | |
| 9 | Instance method | Public | Method | Set data in ANA output table PT_ANA_OUTTAB | 20110711 | |
| 10 | Instance method | Public | Method | Sets the engine Object of this instance | 20110711 | |
| 11 | Instance method | Public | Method | Set the internal object key variable | 20110711 | |
| 12 | Static method | Public | Method | Split given object key into separate values | 20110711 |
Events
Class CL_CNV_20200_CHK_OBJ_ACC_CODE has no event.
Types
Class CL_CNV_20200_CHK_OBJ_ACC_CODE has no local type.
Method Signatures
Method CREATE_OBJECT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MAP_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_MAPPING_ID | Unique identifier for a mapping | 20110711 | |||
| 2 | IV_TARGET_ACC_CODE | Call by reference | Type reference (TYPE) | CNV_20200_TPM_ACC_CODE_NEW | Target Accounting Code | 20110711 | |||
| 3 | RV_OBJECT_KEY | Value transfer | Type reference (TYPE) | CNV_MBT_CHECK_OBJKEY | Check Framework: Object Key | 20110711 |
Method CREATE_OBJECT_KEY on class CL_CNV_20200_CHK_OBJ_ACC_CODE has no exception.
Method GET_ANA_OUTTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ANA_OUTTAB | Value transfer | Type reference (TYPE) | ANY TABLE | Table with data for ANA output | 20110711 | |||
| 2 | EV_ANA_OUTTAB_TYPE | Value transfer | Type reference (TYPE) | STRING | Type name of ET_ANA_OUTTAB | 20110711 | |||
| 3 | IV_NUMBER | Call by reference | Type reference (TYPE) | I | 1 | Number of the table which shall be returned | 20110711 |
Method GET_ANA_OUTTAB on class CL_CNV_20200_CHK_OBJ_ACC_CODE has no exception.
Method GET_ENGINE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_ENGINEOBJECT | Value transfer | Object reference (TYPE REF TO) | IF_CNV_MBT_ME_SIM_ENGINE | Main interface for the conversion of internal tables | 20110711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Check Framework: Data Object Failed | 20110711 |
Method GET_MAPPING_FROM_MAPID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MAP_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_MAPPING_ID | Mapping ID | 20110711 | |||
| 2 | RT_MAPPING | Value transfer | Type reference (TYPE) | CNV_20200_T_ACC_CODE_MAPPING | Table with mapping information | 20110711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Check Framework: Data Object Failed | 20110711 |
Method GET_TARGET_MAPPING_FROM_OBJKEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_KEY | Call by reference | Type reference (TYPE) | CNV_MBT_CHECK_OBJKEY | Check Framework: Object Key | 20110711 | |||
| 2 | RT_MAPPING | Value transfer | Type reference (TYPE) | CNV_20200_T_ACC_CODE_MAPPING | Table with mapping information | 20110711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Check Framework: Data Object Failed | 20110711 |
Method IS_ANALYSIS_RUNNING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ANALYSIS_RUNNING | Value transfer | Type reference (TYPE) | ABAP_BOOL | 'X' = analysis (ANA platform) is running | 20110711 |
Method IS_ANALYSIS_RUNNING on class CL_CNV_20200_CHK_OBJ_ACC_CODE has no exception.
Method LOG_INVOLVED_ACC_CODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20110711 | |||
| 2 | IT_MAPPING | Value transfer | Type reference (TYPE) | CNV_20200_T_ACC_CODE_MAPPING | Table with mapping information | 20110711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Check Framework: Check Execution Failed | 20110711 |
Method SET_ANALYSIS_IS_RUNNING Signature
Method SET_ANALYSIS_IS_RUNNING on class CL_CNV_20200_CHK_OBJ_ACC_CODE has no parameter.
Method SET_ANALYSIS_IS_RUNNING on class CL_CNV_20200_CHK_OBJ_ACC_CODE has no exception.
Method SET_ANA_OUTTAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ANA_OUTTAB | Call by reference | Type reference (TYPE) | ANY TABLE | Table with data for ANA output | 20110711 | |||
| 2 | IV_NUMBER | Call by reference | Type reference (TYPE) | I | 1 | The Number of the Outtab if you want to store multiple | 20110711 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Check Framework: Check Execution Failed | 20110711 |
Method SET_ENGINE_OBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_CNV_MBT_ME_SIM_ENGINE | Main interface for the conversion of internal tables | 20110711 |
Method SET_ENGINE_OBJECT on class CL_CNV_20200_CHK_OBJ_ACC_CODE has no exception.
Method SET_OBJECT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_OBJECT_KEY | Call by reference | Type reference (TYPE) | CNV_MBT_CHECK_OBJKEY | Check Framework: Object Key | 20110711 |
Method SET_OBJECT_KEY on class CL_CNV_20200_CHK_OBJ_ACC_CODE has no exception.
Method SPLIT_OBJECT_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MAP_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_MAPPING_ID | Unique identifier for a mapping | 20110711 | |||
| 2 | EV_TARGET_ACC_CODE | Call by reference | Type reference (TYPE) | CNV_20200_TPM_ACC_CODE_NEW | Accounting code new | 20110711 | |||
| 3 | IV_OBJECT_KEY | Call by reference | Type reference (TYPE) | CNV_MBT_CHECK_OBJKEY | Check Framework: Object Key | 20110711 |
Method SPLIT_OBJECT_KEY on class CL_CNV_20200_CHK_OBJ_ACC_CODE has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 2010_1_620 |