SAP ABAP Class CL_CNV_MBT_ME_SIM (Controller and Facade for the Merge Simulation)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
CNV_MBT_ME_SIM (Package) Simulation Engine for the Mapping Engine

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_CNV_MBT_ME_CWBI_SIM | OBSOLETE - Use CL_CNV_MBT_ME_SIM ! | 20110315 |
Properties
Class | CL_CNV_MBT_ME_SIM | |
Short Description | Controller and Facade for the Merge Simulation | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CNV_MBT_ME_SIM | Simulation Engine for the Mapping Engine |
Created | 20110308 | 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
Class CL_CNV_MBT_ME_SIM has no interface implemented.
Friends
Class CL_CNV_MBT_ME_SIM has no friend class.
Attributes
Class CL_CNV_MBT_ME_SIM has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | returns a engine object from a mapping id | 20110310 |
2 | ![]() |
Static method | Public | Method | returns true if a simulation exists for a mapping id | 20110510 |
3 | ![]() |
Static method | Public | Method | Starts a simulation for custom tabledef with. custom mapping | 20110309 |
4 | ![]() |
Static method | Public | Method | Starts a simulation for custom tabledef. with saved mapping | 20110510 |
5 | ![]() |
Static method | Public | Method | Starts a simulation for a template with custom mapping | 20110510 |
6 | ![]() |
Static method | Public | Method | Starts a simulation by loading definitions via mapping guid | 20110510 |
7 | ![]() |
Static method | Public | Method | Starts a simulation for custom tabledef with. custom mapping | 20110309 |
8 | ![]() |
Static method | Public | Method | Starts a simulation for custom tabledef. with saved mapping | 20110510 |
9 | ![]() |
Static method | Public | Method | Starts a simulation by loading definitions via mapping guid | 20111005 |
10 | ![]() |
Static method | Public | Method | Starts a simulation for a template with custom mapping | 20110308 |
11 | ![]() |
Static method | Public | Method | Starts a simulation by loading definitions via mapping guid | 20110510 |
12 | ![]() |
Static method | Public | Method | returns true if a simulation exists for a mapping | 20110510 |
Events
Class CL_CNV_MBT_ME_SIM has no event.
Types
Class CL_CNV_MBT_ME_SIM has no local type.
Method Signatures
Method GET_DATA_BY_MAPPID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_CNV_MBT_ME_SIM_ENGINE | Main Class for itab conversions | 20110310 | ||
2 | ![]() |
IV_MAPPING_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_MAPPING_ID_LIST | List of mapping IDs | 20110310 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception that occurs when mapping could not be found | 20110310 | |
2 | ![]() |
An exception occured during Simulation | 20110310 | |
3 | ![]() |
Template not found | 20110314 |
Method MAPPINGID_HAS_SIMULATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | LTR_OBJECT_NAME | '' | LTR Object Name | 20110510 | |
2 | ![]() |
IV_MAPPING_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_MAPPING_ID | Unique identifier for a mapping | 20110510 | ||
3 | ![]() |
RV_EXIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110510 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Inconsistent data found | 20110510 | |
2 | ![]() |
Exception that occurs when mapping could not be found | 20110510 | |
3 | ![]() |
Template not found | 20110510 | |
4 | ![]() |
LTR: Repository Model Exception | 20110510 | |
5 | ![]() |
LTR: Access Denied | 20110510 |
Method SIM_ITAB_BY_ENGINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | itab | 20110309 | ||
2 | ![]() |
EV_LOG_WRITTEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110610 | |||
3 | ![]() |
IR_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_CNV_MBT_ME_SIM_ENGINE | Main Class for itab conversions | 20110309 | ||
4 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20110309 | ||
5 | ![]() |
IT_ALV_FIELDCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | ALV Fieldcat to display descriptions in duplicate messages | 20110726 | ||
6 | ![]() |
IT_FIELDCAT | Call by reference | Type reference (TYPE) | CNV_MBT_ME_SIM_T_MSG_FIELDCAT | Table of fields of a structure with mapping and msg | 20110314 | ||
7 | ![]() |
IV_LOG_DUPLICATES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | 20110310 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception that occurs when mapping could not be found | 20110314 | |
2 | ![]() |
An exception occured during Simulation | 20110310 |
Method SIM_ITAB_BY_MAPPIDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_TABLE | Call by reference | Type reference (TYPE) | ANY TABLE | itab | 20110510 | ||
2 | ![]() |
EV_LOG_WRITTEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110610 | |||
3 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20110510 | ||
4 | ![]() |
IT_ALV_FIELDCAT | Call by reference | Type reference (TYPE) | LVC_T_FCAT | ALV Fieldcat to display descriptions in duplicate messages | 20110726 | ||
5 | ![]() |
IT_FIELDCAT | Call by reference | Type reference (TYPE) | CNV_MBT_ME_SIM_T_MSG_FIELDCAT | Table of fields of a structure with mapping and msg | 20110510 | ||
6 | ![]() |
IT_MAPPING_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_MAPPING_ID_LIST | List of mapping IDs | 20110531 | ||
7 | ![]() |
IV_LOG_DUPLICATES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | 20110510 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception that occurs when mapping could not be found | 20110510 | |
2 | ![]() |
An exception occured during Simulation | 20110510 | |
3 | ![]() |
Template not found | 20110510 |
Method SIM_MAPPING_BY_ENGINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LOG_WRITTEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110610 | |||
2 | ![]() |
IR_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_CNV_MBT_ME_SIM_ENGINE | Main Class for itab conversions | 20110510 | ||
3 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20110510 | ||
4 | ![]() |
IV_MAPPING_NAME | Call by reference | Type reference (TYPE) | LTR_OBJECT_NAME | Name of the Mapping in SIM_A Table | 20110510 | ||
5 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | The name of the Table if only 1 should be executed | 20110510 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception that occurs when mapping could not be found | 20110510 | |
2 | ![]() |
An exception occured during Simulation | 20110510 |
Method SIM_MAPPING_BY_MAPPIDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LOG_WRITTEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110610 | |||
2 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20110510 | ||
3 | ![]() |
IV_MAPPING_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_MAPPING_ID_LIST | List of mapping IDs | 20110510 | ||
4 | ![]() |
IV_MAPPING_NAME | Call by reference | Type reference (TYPE) | LTR_OBJECT_NAME | Name of the Mapping in SIM_A Table | 20110510 | ||
5 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | The name of the Table if only 1 should be executed | 20110510 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception that occurs when mapping could not be found | 20110510 | |
2 | ![]() |
An exception occured during Simulation | 20110510 | |
3 | ![]() |
Template not found | 20110510 |
Method SIM_TABLE_BY_ENGINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LOG_WRITTEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110610 | |||
2 | ![]() |
IR_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_CNV_MBT_ME_SIM_ENGINE | Main Class for itab conversions | 20110309 | ||
3 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20110309 | ||
4 | ![]() |
IT_FIELDCAT | Call by reference | Type reference (TYPE) | CNV_MBT_ME_SIM_T_MSG_FIELDCAT | Table of fields of a structure with mapping and msg | 20110314 | ||
5 | ![]() |
IV_LOG_DUPLICATES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | 20110310 | ||
6 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | DB Table Name | 20110309 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception that occurs when mapping could not be found | 20110314 | |
2 | ![]() |
An exception occured during Simulation | 20110310 |
Method SIM_TABLE_BY_MAPPIDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LOG_WRITTEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110610 | |||
2 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20110510 | ||
3 | ![]() |
IT_FIELDCAT | Call by reference | Type reference (TYPE) | CNV_MBT_ME_SIM_T_MSG_FIELDCAT | Table of fields of a structure with mapping and msg | 20110510 | ||
4 | ![]() |
IV_LOG_DUPLICATES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ' ' | 20110510 | ||
5 | ![]() |
IV_MAPPING_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_MAPPING_ID_LIST | List of mapping IDs | 20110510 | ||
6 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | DB Table Name | 20110510 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception that occurs when mapping could not be found | 20110510 | |
2 | ![]() |
An exception occured during Simulation | 20110510 | |
3 | ![]() |
Template not found | 20110510 |
Method SIM_TEMPLATE_BY_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LOG_WRITTEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111005 | |||
2 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20111005 | ||
3 | ![]() |
IV_CONTEXT_GUID | Call by reference | Type reference (TYPE) | CNV_MBT_COT_CONTEXT_GUID | List of mapping IDs | 20111005 | ||
4 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | CNV_MBT_ME_TABLE_HANDLE | Identifier of a Table in a Hierarchical Mapping | 20111005 | ||
5 | ![]() |
IV_NAMESPACE | Call by reference | Type reference (TYPE) | CNV_MBT_COT_NAMESPACE | SLO COT Namespace | 20111005 | ||
6 | ![]() |
IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20111005 | ||
7 | ![]() |
IV_SCENARIO | Call by reference | Type reference (TYPE) | CNV_MBT_SCENARIO | MBT PCL: Scenario | 20111005 | ||
8 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | The name of the Table if only 1 should be executed | 20111005 | ||
9 | ![]() |
IV_TEMPLATE_NAME | Call by reference | Type reference (TYPE) | LTR_OBJECT_NAME | LTR Object Name | 20111005 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Inconsistent data found | 20111005 | |
2 | ![]() |
Exception that occurs when mapping could not be found | 20111005 | |
3 | ![]() |
An exception occured during Simulation | 20111005 | |
4 | ![]() |
Template not found | 20111005 | |
5 | ![]() |
RFC Communication Failure | 20111005 | |
6 | ![]() |
RFC System Failure | 20111005 | |
7 | ![]() |
LTR: Repository Model Exception | 20111005 | |
8 | ![]() |
LTR: Access Denied | 20111005 |
Method SIM_TEMPLATE_BY_ENGINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LOG_WRITTEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110610 | |||
2 | ![]() |
IR_ENGINE | Call by reference | Object reference (TYPE REF TO) | IF_CNV_MBT_ME_SIM_ENGINE | Main Class for itab conversions | 20110309 | ||
3 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20110309 | ||
4 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | CNV_MBT_ME_TABLE_HANDLE | Identifier of a Table in a Hierarchical Mapping | 20110510 | ||
5 | ![]() |
IV_NAMESPACE | Call by reference | Type reference (TYPE) | CNV_MBT_COT_NAMESPACE | SLO COT Namespace | 20110510 | ||
6 | ![]() |
IV_SCENARIO | Call by reference | Type reference (TYPE) | CNV_MBT_SCENARIO | MBT PCL: Scenario | 20110510 | ||
7 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | The name of the Table if only 1 should be executed | 20110309 | ||
8 | ![]() |
IV_TEMPLATE_NAME | Call by reference | Type reference (TYPE) | LTR_OBJECT_NAME | Template Name | 20110309 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception that occurs when mapping could not be found | 20110314 | |
2 | ![]() |
An exception occured during Simulation | 20110310 |
Method SIM_TEMPLATE_BY_MAPPIDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_LOG_WRITTEN | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110610 | |||
2 | ![]() |
IR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20110510 | ||
3 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | CNV_MBT_ME_TABLE_HANDLE | Identifier of a Table in a Hierarchical Mapping | 20110510 | ||
4 | ![]() |
IV_MAPPING_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_MAPPING_ID_LIST | List of mapping IDs | 20110510 | ||
5 | ![]() |
IV_NAMESPACE | Call by reference | Type reference (TYPE) | CNV_MBT_COT_NAMESPACE | SLO COT Namespace | 20110510 | ||
6 | ![]() |
IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20110621 | ||
7 | ![]() |
IV_SCENARIO | Call by reference | Type reference (TYPE) | CNV_MBT_SCENARIO | MBT PCL: Scenario | 20110510 | ||
8 | ![]() |
IV_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | The name of the Table if only 1 should be executed | 20110510 | ||
9 | ![]() |
IV_TEMPLATE_NAME | Call by reference | Type reference (TYPE) | LTR_OBJECT_NAME | LTR Object Name | 20110510 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception that occurs when mapping could not be found | 20110510 | |
2 | ![]() |
An exception occured during Simulation | 20110510 | |
3 | ![]() |
Template not found | 20110510 | |
4 | ![]() |
RFC Communication Failure | 20110622 | |
5 | ![]() |
RFC System Failure | 20110622 |
Method TEMPLATE_HAS_SIMULATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | CNV_MBT_ME_TABLE_HANDLE | '' | Identifier of a Table in a Hierarchical Mapping | 20110510 | |
2 | ![]() |
IV_NAMESPACE | Call by reference | Type reference (TYPE) | CNV_MBT_COT_NAMESPACE | SLO COT Namespace | 20110510 | ||
3 | ![]() |
IV_SCENARIO | Call by reference | Type reference (TYPE) | CNV_MBT_SCENARIO | MBT PCL: Scenario | 20110510 | ||
4 | ![]() |
IV_TEMPLATE_NAME | Call by reference | Type reference (TYPE) | LTR_OBJECT_NAME | LTR Object Name | 20110510 | ||
5 | ![]() |
RV_EXIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110510 |
Method TEMPLATE_HAS_SIMULATION on class CL_CNV_MBT_ME_SIM has no exception.
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in | 2010_1_620 |