SAP ABAP Interface IF_CNV_MBT_ME_CWBI_MAINTENANCE (ME CWB Interface Maintenance Methods)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_ME_CWBI (Package) Mapping Engine CWB Interface
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_CNV_MBT_ME_CWBI_CONTROLLER ME CWB Interface Controller 20101216
Properties
Interface IF_CNV_MBT_ME_CWBI_MAINTENANCE  
Short Description ME CWB Interface Maintenance Methods    
General Data
Package CNV_MBT_ME_CWBI   Mapping Engine CWB Interface 
Created 20101216   SAP 
Last changed 20141030    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_CNV_MBT_ME_CWBI_MAINTENANCE has no interface.
Friends
Interface IF_CNV_MBT_ME_CWBI_MAINTENANCE has no friend.
Attributes
Interface IF_CNV_MBT_ME_CWBI_MAINTENANCE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CWB_STATE Instance method Public Method Checks whether we are in the correct CWB state to modify 20110414
2 GET_MAPPING Instance method Public Method Returns the Template and Mapping for the Package and name 20101216
3 GET_MAPPINGS Instance method Public Method Returns all Templates and Mappings for the Package 20101216
4 HAS_ASSOCIATED_MAPPINGS Instance method Public Method Checks whether a package has associated mappings 20110228
5 INITIALIZE_MAPPING Instance method Public Method Initializes the Mapping associated with a Package and name 20101217
6 INIT_MAPPING_STEP_STATE Instance method Public Method Initializes the state of the CWB Mapping step 20110311
7 IS_ASSOCIATION_FINAL Instance method Public Method Queries whether another mapping can be selected 20110408
8 MAKE_ASSOCIATION_FINAL Instance method Public Method Disables selection of another mapping for the template 20110408
9 MARK_IGNORED Instance method Public Method Mark a Mapping Template as ignored 20110512
10 PULL_MAPPING_INFO Instance method Public Method Queries info about associated mappings from exec. sys. 20110225
11 PULL_TEMPLATE Instance method Public Method Pulls the Mapping Template from the execution system 20110303
12 PUSH_MAPPING Instance method Public Method Pushes the given Mapping and CWBI info to the exec. sys. 20110228
13 PUSH_TEMPLATE Instance method Public Method Pushes the given Mapping Template to the execution system 20110303
14 SET_DISPLAY_MODE Instance method Public Method Sets whether and how a Mapping should be displayed 20110405
15 SET_MAPPING Instance method Public Method Sets the Template and Mapping with the name for the Package 20101216
16 SET_MAPPINGS Instance method Public Method Sets all Templates and Mappings for the Package 20101216
Events
Interface IF_CNV_MBT_ME_CWBI_MAINTENANCE has no event.
Types
Interface IF_CNV_MBT_ME_CWBI_MAINTENANCE has no local type.
Method Signatures

Method CHECK_CWB_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAMESPACE Call by reference Type reference (TYPE) CNV_MBT_COT_NAMESPACE SLO COT Namespace 20110414
2 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110414
3 Importing IV_RFC_DESTINATION Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110414
4 Importing IV_TEMPLATE_NAME Call by reference Type reference (TYPE) CNV_MBT_ME_TEMPLATE_NAME Mapping Template Name 20110414
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CONNECTION Connection Error 20110609
2 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110708
3 CX_CNV_MBT_ME_CWBI_CWB_STATE Failed to Set CWB State 20110414
4 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110414
5 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110414
6 CX_CNV_MBT_ME_TEMPL_NOT_FOUND Template not found 20110414
7 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20110414
8 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20110414
9 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110414
10 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110414

Method GET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110321
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) CNV_MBT_COT_NAMESPACE SLO COT Namespace 20110225
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110225
4 Importing IV_READ_ONLY Call by reference Type reference (TYPE) SDOK_READ_ONLY_FLAG ABAP_FALSE Flag for Read-Only Mode 20110328
5 Importing IV_TEMPLATE_NAME Call by reference Type reference (TYPE) CNV_MBT_ME_TEMPLATE_NAME Mapping Template Name 20110225
6 Returning RR_MAPPING Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_ME_MAPPING ME Mapping for editing 20101217
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110225
2 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110215
3 CX_CNV_MBT_ME_MAPP_NOT_FOUND Exception that occurs when mapping could not be found 20101216
4 CX_CNV_MBT_ME_TEMPL_NOT_FOUND Template not found 20110225
5 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110103
6 CX_LTR_MODEL_LOCKED LTR: Locking exception 20110103

Method GET_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110321
2 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110225
3 Returning RT_TEMPLATES_MAPPINGS Value transfer Type reference (TYPE) CNV_MBT_ME_CWBI_TEMPL_MAP_LIST List of Tuples of Templates and Mappings of the ME 20101216
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110225
2 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110215
3 CX_CNV_MBT_ME_MAPP_NOT_FOUND Exception that occurs when mapping could not be found 20101216
4 CX_CNV_MBT_ME_TEMPL_NOT_FOUND Template not found 20110225
5 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110103
6 CX_LTR_MODEL_LOCKED LTR: Locking exception 20110103

Method HAS_ASSOCIATED_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110228
2 Returning RV_HAS_MAPPINGS Value transfer Type reference (TYPE) ABAP_BOOL 20110228

Method HAS_ASSOCIATED_MAPPINGS on Interface IF_CNV_MBT_ME_CWBI_MAINTENANCE has no exception.

Method INITIALIZE_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_CONTEXT_GUID SLO COT Context GUID 20110215
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) CNV_MBT_COT_NAMESPACE SLO COT Namespace 20110225
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110225
4 Importing IV_RFC_DESTINATION Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110225
5 Importing IV_TEMPLATE_NAME Call by reference Type reference (TYPE) CNV_MBT_ME_TEMPLATE_NAME Mapping Template Name 20110225
6 Returning RR_MAPPING Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_ME_MAPPING ME Mapping for editing 20101217
# Exception Resumable Description Created on
1 CX_CNV_MBT_COT_INVALID_PARAM SLO COT Invalid Parameters 20110215
2 CX_CNV_MBT_COT_NOT_FOUND SLO COT Object not found 20110215
3 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110708
4 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110113
5 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110215
6 CX_CNV_MBT_ME_TEMPL_NOT_FOUND Template not found 20110225
7 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20110621
8 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20110215
9 CX_CNV_MBT_PIFD_ILLEGAL_TYPE Data Type Not Supported 20110621
10 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20110215
11 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20110624
12 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110103
13 CX_LTR_MODEL_LOCKED LTR: Locking exception 20110103

Method INIT_MAPPING_STEP_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110311
2 Importing IV_PHASE Call by reference Type reference (TYPE) CNV_PHASE Conversion: Phase 20110311
3 Importing IV_PROGNAME Call by reference Type reference (TYPE) PROGRAMM ABAP Program Name 20110311
4 Importing IV_RFC_DEST Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110311
5 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20110311
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110708
2 CX_CNV_MBT_ME_CWBI_CWB_STATE Failed to Set CWB State 20110401
3 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20110622
4 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20110622

Method IS_ASSOCIATION_FINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAMESPACE Call by reference Type reference (TYPE) CNV_MBT_COT_NAMESPACE SLO COT Namespace 20110408
2 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110408
3 Importing IV_TEMPLATE_NAME Call by reference Type reference (TYPE) CNV_MBT_ME_TEMPLATE_NAME Mapping Template Name 20110408
4 Returning RV_IS_FINAL Value transfer Type reference (TYPE) CNV_MBT_PIFD_LOCKED Status of editeability 20110408
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110408
2 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110408
3 CX_CNV_MBT_ME_TEMPL_NOT_FOUND Template not found 20110408
4 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110408
5 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110408

Method MAKE_ASSOCIATION_FINAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110408
2 Importing IV_NAMESPACE Call by reference Type reference (TYPE) CNV_MBT_COT_NAMESPACE SLO COT Namespace 20110408
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110408
4 Importing IV_TEMPLATE_NAME Call by reference Type reference (TYPE) CNV_MBT_ME_TEMPLATE_NAME Mapping Template Name 20110408
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110408
2 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110408
3 CX_CNV_MBT_ME_MAPP_NOT_FOUND Exception that occurs when mapping could not be found 20110408
4 CX_CNV_MBT_ME_TEMPL_NOT_FOUND Template not found 20110408
5 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110408
6 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110408

Method MARK_IGNORED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TEMPLATE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ME_TEMPLATE Mapping Template 20110512
2 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20110512
3 Importing IV_RFC_DEST Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110512
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110708
2 CX_CNV_MBT_ME_CWBI_CWB_STATE Failed to Set CWB State 20110512
3 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110512
4 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20110622
5 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20110622

Method PULL_MAPPING_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110228
2 Importing IV_RFC_DEST Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110225
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110701
2 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20110622
3 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20140506
4 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20110622

Method PULL_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110321
2 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110303
3 Importing IV_RFC_DEST Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110303
4 Changing XR_TEMPLATE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ME_TEMPLATE Mapping Template 20110303
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110708
2 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110303
3 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20110622
4 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20110303
5 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20110303
6 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20110622
7 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110502
8 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110303

Method PUSH_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MAPPING Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ME_MAPPING Mapping 20110228
2 Importing IR_TEMPLATE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ME_TEMPLATE Mapping Template 20110610
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110228
4 Importing IV_RFC_DEST Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110301
5 Importing IV_SET_CWB_STATE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Set the CWB state 20110428
# Exception Resumable Description Created on
1 CX_CNV_MBT_COT_INVALID_PARAM SLO COT Invalid Parameters 20110304
2 CX_CNV_MBT_COT_NOT_FOUND SLO COT Object not found 20110304
3 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110701
4 CX_CNV_MBT_ME_CWBI_CWB_STATE Failed to Set CWB State 20110401
5 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110303
6 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110303
7 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20110622
8 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20110304
9 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20110304
10 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20110304
11 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20110622
12 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110303
13 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110303

Method PUSH_TEMPLATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TEMPLATE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ME_TEMPLATE Mapping Template 20110303
2 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110303
3 Importing IV_RFC_DEST Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110303
# Exception Resumable Description Created on
1 CX_CNV_MBT_COT_INVALID_PARAM SLO COT Invalid Parameters 20110304
2 CX_CNV_MBT_COT_NOT_FOUND SLO COT Object not found 20110304
3 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110708
4 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110304
5 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20110622
6 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20110304
7 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20110304
8 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20110304
9 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20110622

Method SET_DISPLAY_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CREATE_STATE Call by reference Type reference (TYPE) C 'X' = initial state entry should be created for given templ 20110519
2 Importing IV_DISPLAY_MODE Call by reference Type reference (TYPE) CNV_MBT_ME_CWBI_DISPLAY_MODE Controlls how a Mapping is visible in the GUI 20110405
3 Importing IV_NAMESPACE Call by reference Type reference (TYPE) CNV_MBT_COT_NAMESPACE SLO COT Namespace 20110405
4 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110405
5 Importing IV_TEMPLATE_NAME Call by reference Type reference (TYPE) CNV_MBT_ME_TEMPLATE_NAME Mapping Template Name 20110405
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110708
2 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110405
3 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110405
4 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110405
5 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110405

Method SET_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_MAPPING Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ME_MAPPING ME Mapping for editing 20101217
2 Importing IR_TEMPLATE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ME_TEMPLATE Mapping Template 20110610
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110225
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110225
2 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110215
3 CX_CNV_MBT_ME_TEMPL_NOT_FOUND Template not found 20110303
4 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110103
5 CX_LTR_MODEL_LOCKED LTR: Locking exception 20110103

Method SET_MAPPINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MAPPINGS Call by reference Type reference (TYPE) CNV_MBT_ME_MAPPINGS List of Mapping objects 20101217
2 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110225
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_NO_ENTRY No entry found for the specified data 20110225
2 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110215
3 CX_CNV_MBT_ME_TEMPL_NOT_FOUND Template not found 20110303
4 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110103
5 CX_LTR_MODEL_LOCKED LTR: Locking exception 20110103
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620