SAP ABAP Class CL_CNV_MBT_ME_CWBI_CONTROLLER (ME CWB Interface Controller)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_MBT_ME_CWBI_CONFIG ME CWB Interface Configuration Methods 20101216
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_MBT_ME_CWBI_MAINTENANCE ME CWB Interface Maintenance Methods 20101216
Properties
Class CL_CNV_MBT_ME_CWBI_CONTROLLER  
Short Description ME CWB Interface Controller    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_ME_CWBI   Mapping Engine CWB Interface 
Created 20101216   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_CNV_MBT_PIFD_MAINT_GUI Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_CNV_MBT_ME_CWBI_CONFIG ME CWB Interface Configuration Methods 20101216
2 IF_CNV_MBT_ME_CWBI_MAINTENANCE ME CWB Interface Maintenance Methods 20101216
Friends
Class CL_CNV_MBT_ME_CWBI_CONTROLLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NC_DISPLAY_MODE_HIDDEN Constant Public Type reference (TYPE) CNV_MBT_ME_CWBI_DISPLAY_MODE CL_CNV_MBT_PIFD_MAINT_GUI=>NC_DISPLAY_MODE_HIDDEN Controlls how a Mapping is visible in the GUI 20110606
2 NC_DISPLAY_MODE_READ Constant Public Type reference (TYPE) CNV_MBT_ME_CWBI_DISPLAY_MODE CL_CNV_MBT_PIFD_MAINT_GUI=>NC_DISPLAY_MODE_READ Controlls how a Mapping is visible in the GUI 20110606
3 NC_DISPLAY_MODE_STANDARD Constant Public Type reference (TYPE) CNV_MBT_ME_CWBI_DISPLAY_MODE CL_CNV_MBT_PIFD_MAINT_GUI=>NC_DISPLAY_MODE_STANDARD Controlls how a Mapping is visible in the GUI 20110606
4 PR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_ME_CWBI_CONTROLLER ME CWB Interface Controller 20101216
5 PR_TEMPLATE_CREATOR Instance attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_ME_TEMPLATE_CREATOR Mapping Creation Controller 20101217
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_TRANSPORT Instance method Public Method Add Tremplate and DB line to transport 20110503
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20101216
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101217
4 GET_CONTEXT_FOR_CWB_PACKAGE Static method Public Method Returns the context of the given CWB package 20110420
5 GET_CONTEXT_FOR_PACKAGE Static method Public Method Returns context of the CWB package of the given PCL package 20110303
6 GET_EXEC_SYSTEM_FOR_PACKAGE Static method Public Method Returns the RFC dest. of the exec. sys. for the PCL package 20110310
7 GET_INSTANCE Static method Public Method Returns the Singleton instance 20101216
8 LOAD_TEMPLATE_AND_MAPPING Instance method Private Method Loads the pair of Template and Mapping 20101216
9 SYNC_TEMPLATES Instance method Private Method Push templates and associations to exec. system 20140506
Events
Class CL_CNV_MBT_ME_CWBI_CONTROLLER has no event.
Types
Class CL_CNV_MBT_ME_CWBI_CONTROLLER has no local type.
Method Signatures

Method ADD_TO_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20110509
2 Importing IR_TEMPLATE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ME_TEMPLATE Mapping Template 20110503
3 Importing IS_CNV_00300_MAPS_LINE Call by reference Type reference (TYPE) CNV_00300_MAPS CWB-ME Interface - Mappings associated with Packages 20110503
4 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20110509
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_CANCELED Canceled by user 20110510
2 CX_LTR_CM 20110503

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_CNV_MBT_ME_CWBI_CONTROLLER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CNV_MBT_ME_CWBI_CONTROLLER has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_CNV_MBT_ME_CWBI_CONTROLLER has no parameter.
Method CONSTRUCTOR on class CL_CNV_MBT_ME_CWBI_CONTROLLER has no exception.

Method GET_CONTEXT_FOR_CWB_PACKAGE 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_PACK Conversion: Conversion package number 20110420
2 Returning RV_CONTEXT_ID Value transfer Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110420
# Exception Resumable Description Created on
1 CX_CNV_MBT_COT_NOT_FOUND SLO COT Object not found 20110420
2 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110701

Method GET_CONTEXT_FOR_PACKAGE 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 20110303
2 Returning RV_CONTEXT_ID Value transfer Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110303
# Exception Resumable Description Created on
1 CX_CNV_MBT_COT_NOT_FOUND SLO COT Object not found 20110322
2 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110708

Method GET_EXEC_SYSTEM_FOR_PACKAGE 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 20110310
2 Returning RV_RFC_DEST Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110310
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_CWBI_CWB CWB Exception occurred 20110701

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INSTANCE Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_ME_CWBI_CONTROLLER ME CWB Interface Controller 20101216

Method GET_INSTANCE on class CL_CNV_MBT_ME_CWBI_CONTROLLER has no exception.

Method LOAD_TEMPLATE_AND_MAPPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MAPPING_ID Call by reference Type reference (TYPE) CNV_MBT_ME_MAPPING_ID Unique identifier for a mapping 20101216
2 Importing IV_TEMPLATE_ID Call by reference Type reference (TYPE) CNV_MBT_ME_TEMPLATE_ID ID of a Mapping Template 20110225
3 Returning RS_TEMPLATE_MAPPING Value transfer Type reference (TYPE) CNV_MBT_ME_CWBI_TEMPL_MAP_PAIR Tuple of Template and Mapping of the Mapping Engine 20101216
# Exception Resumable Description Created on
1 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20110215
2 CX_CNV_MBT_ME_MAPP_NOT_FOUND Exception that occurs when mapping could not be found 20101216
3 CX_CNV_MBT_ME_TEMPL_NOT_FOUND Template not found 20110225
4 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110103
5 CX_LTR_MODEL_LOCKED LTR: Locking exception 20110103

Method SYNC_TEMPLATES 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_PACK Conversion: Conversion package number 20140506
2 Importing IV_RFC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140506
# Exception Resumable Description Created on
1 CX_CNV_MBT_COT_INVALID_PARAM SLO COT Invalid Parameters 20140506
2 CX_CNV_MBT_COT_NOT_FOUND SLO COT Object not found 20140506
3 CX_CNV_MBT_ME_INCONSISTENCY Inconsistent data found 20140506
4 CX_CNV_MBT_ME_TEMPL_NOT_FOUND Template not found 20140506
5 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20140506
6 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20140506
7 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20140506
8 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20140506
9 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20140506
10 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20140506
11 CX_LTR_MODEL_LOCKED LTR: Access Denied 20140506
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620