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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CNV_MBT_ME_CWBI_CONTROLLER | ME CWB Interface Controller | 20101216 | ||
5 | ![]() |
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 | ![]() |
Instance method | Public | Method | Add Tremplate and DB line to transport | 20110503 |
2 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20101216 |
3 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20101217 |
4 | ![]() |
Static method | Public | Method | Returns the context of the given CWB package | 20110420 |
5 | ![]() |
Static method | Public | Method | Returns context of the CWB package of the given PCL package | 20110303 |
6 | ![]() |
Static method | Public | Method | Returns the RFC dest. of the exec. sys. for the PCL package | 20110310 |
7 | ![]() |
Static method | Public | Method | Returns the Singleton instance | 20101216 |
8 | ![]() |
Instance method | Private | Method | Loads the pair of Template and Mapping | 20101216 |
9 | ![]() |
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 | ![]() |
EV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20110509 | ||
2 | ![]() |
IR_TEMPLATE | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ME_TEMPLATE | Mapping Template | 20110503 | ||
3 | ![]() |
IS_CNV_00300_MAPS_LINE | Call by reference | Type reference (TYPE) | CNV_00300_MAPS | CWB-ME Interface - Mappings associated with Packages | 20110503 | ||
4 | ![]() |
IV_TRANSPORT_REQUEST | Call by reference | Type reference (TYPE) | TRKORR | Request/Task | 20110509 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Canceled by user | 20110510 | |
2 | ![]() |
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 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20110420 | ||
2 | ![]() |
RV_CONTEXT_ID | Value transfer | Type reference (TYPE) | CNV_MBT_COT_OBJECT_GUID | SLO COT Object GUID | 20110420 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SLO COT Object not found | 20110420 | |
2 | ![]() |
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 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_MBT_PACKID | Package Number to Specify CMIS and TDMS Packages | 20110303 | ||
2 | ![]() |
RV_CONTEXT_ID | Value transfer | Type reference (TYPE) | CNV_MBT_COT_OBJECT_GUID | SLO COT Object GUID | 20110303 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SLO COT Object not found | 20110322 | |
2 | ![]() |
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 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_MBT_PACKID | Package Number to Specify CMIS and TDMS Packages | 20110310 | ||
2 | ![]() |
RV_RFC_DEST | Value transfer | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20110310 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CWB Exception occurred | 20110701 |
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
IV_MAPPING_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_MAPPING_ID | Unique identifier for a mapping | 20101216 | ||
2 | ![]() |
IV_TEMPLATE_ID | Call by reference | Type reference (TYPE) | CNV_MBT_ME_TEMPLATE_ID | ID of a Mapping Template | 20110225 | ||
3 | ![]() |
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 | ![]() |
Inconsistent data found | 20110215 | |
2 | ![]() |
Exception that occurs when mapping could not be found | 20101216 | |
3 | ![]() |
Template not found | 20110225 | |
4 | ![]() |
LTR: Repository Model Exception | 20110103 | |
5 | ![]() |
LTR: Locking exception | 20110103 |
Method SYNC_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_PACKID | Call by reference | Type reference (TYPE) | CNV_PACK | Conversion: Conversion package number | 20140506 | ||
2 | ![]() |
IV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20140506 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
SLO COT Invalid Parameters | 20140506 | |
2 | ![]() |
SLO COT Object not found | 20140506 | |
3 | ![]() |
Inconsistent data found | 20140506 | |
4 | ![]() |
Template not found | 20140506 | |
5 | ![]() |
RFC Communication Failure | 20140506 | |
6 | ![]() |
Data not found in DB | 20140506 | |
7 | ![]() |
Could not write to DB | 20140506 | |
8 | ![]() |
Missing permission | 20140506 | |
9 | ![]() |
RFC System Failure | 20140506 | |
10 | ![]() |
LTR: Repository Model Exception | 20140506 | |
11 | ![]() |
LTR: Access Denied | 20140506 |
History
Last changed by/on | SAP | 20141030 |
SAP Release Created in | 2010_1_620 |