SAP ABAP Class CL_CNV_MBT_PIFD_VARIANT (PIFD concrete Variant of an Interface)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_PIFD_CORE (Package) PIFD Core Functionality and Types
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LTR_ANY . 20101125
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CNV_MBT_PIFD_OPERAND PIFD object that can be used as an operand 20120813
Properties
Class CL_CNV_MBT_PIFD_VARIANT  
Short Description PIFD concrete Variant of an Interface    
Super Class CL_LTR_ANY
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_PIFD_CORE   PIFD Core Functionality and Types 
Created 20101125   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
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 Abstract Final Description Created on
1 IF_CNV_MBT_PIFD_OPERAND PIFD object that can be used as an operand 20120813
Friends
# Friend Modeled only Created on Description
1 CL_CNV_MBT_PIFD_INTERFACE 20101130 PIFD Parameter Container Class
2 CL_LTR_ANY 20110715 .
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PR_INTERFACE Instance attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_INTERFACE PIFD Parameter Container Class 20101125
2 PS_VARIANT Instance attribute Private Type reference (TYPE) CNVMBTVARIANT PIFD Variant Descriptions 20101125
3 PT_PARAMETER_DATA_LIST Instance attribute Private Type reference (TYPE) CNV_MBT_PIFD_CPARAM_MAP Map of Concrete Parameter IDs to object references 20101125
4 PT_VARIANTT Instance attribute Private See coding Variant Texts 20101125
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TO_TRANSPORT Instance method Public Method Adds this variant to a transport 20110615
2 CHECK_EDIT_MODE Instance method Public Method Checks whether the Variant is in edit mode 20101222
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20101125
4 COPY_PARAMETER_DATA Instance method Private Method Copy the Parameter Data objects of the Variant 20110204
5 EXPORT_TO_EXCEL Instance method Public Method Export Variant to file 20110418
6 GET_EXISTING_VARIANT Static method Public Method Returns an existing Variant 20101125
7 GET_ID Instance method Public Method Returns the Variant's ID 20101201
8 GET_INIT_SAPGUI_CLASS Instance method Public Method Returns the class name of the SAPGUI initializer 20110222
9 GET_INIT_WD_COMPONENT Instance method Public Method Returns the component name of the Web Dynpro initializer 20110222
10 GET_INTERFACE Instance method Public Method Returns the Interface from which this Variant was created 20110113
11 GET_PARAMETER_DATA Instance method Public Method Returns a list of the ParameterData objects 20101130
12 GET_PARAMETER_DATA_BY_ID Instance method Public Method Returns the ParameterData object with the given ID 20110309
13 GET_PARAMETER_DATA_BY_NAME Instance method Public Method Returns the ParameterData object with the given name 20101210
14 GET_PARAMETER_DATA_BY_PARAM_ID Instance method Public Method Returns the ParameterData object with the given parameter ID 20110721
15 GET_VALID_SAPGUI_CLASS Instance method Public Method Returns the class name of the SAPGUI validator 20110510
16 GET_VALID_WD_COMPONENT Instance method Public Method Returns the component name of the Web Dynpro validator 20110510
17 GET_VISIBILITY Instance method Public Method Returns the visibility flag of the Variant 20111026
18 IMPORT_FROM_EXCEL Instance method Public Method Import Variant from file 20110418
19 INITIALIZE_LOCAL Instance method Public Method Initializes the Variant in the current system 20110201
20 MAKE_FINAL Instance method Public Method Locks the variant agains all further editing 20110408
21 MASS_DATABASE_COPY Static method Public Method Copy a list of variants on a low technical level 20130103
22 PUSH_TO_SYSTEM Static method Public Method Push variants to remote system 20140217
23 REMOVE_ORPHANED_DATA Instance method Public Method Remove entries in table data that does not appear in parent 20130918
24 SAVE Instance method Public Method Save only this Variant 20110617
25 SET_VISIBILITY Instance method Public Method Sets the visibility flag of the Variant 20111026
26 VALIDATE Instance method Public Method Validate the variant in the system specified by RFC dest 20101125
27 VALIDATE_LOCAL Instance method Public Method Validate the variant in the current system 20110124
28 VALIDATE_REMOTE Instance method Protected Method Validate the variant in a remote system 20110412
29 VARIANT_COPY Instance method Public Method Copies the Variant's information into a new Variant 20110414
Events
Class CL_CNV_MBT_PIFD_VARIANT has no event.
Types
Class CL_CNV_MBT_PIFD_VARIANT 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 20110615
2 Importing IV_TRANSPORT_REQUEST Call by reference Type reference (TYPE) TRKORR Request/Task 20110615
# Exception Resumable Description Created on
1 CX_LTR_CM 20110615
2 CX_LTR_CM_BUILD CX_LTR_CM_BUILD 20120813
3 CX_LTR_CM_BUILD_TRREQ_ENQUEUE CX_LTR_CM_BUILD_TRREQ_ENQUEUE 20120813
4 CX_LTR_CM_VOB_NOT_EXIST 20120813

Method CHECK_EDIT_MODE Signature

Method CHECK_EDIT_MODE on class CL_CNV_MBT_PIFD_VARIANT has no parameter.
# Exception Resumable Description Created on
1 CX_LTR_MODEL_LOCKED LTR: Locking exception 20101222

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_INTERFACE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_INTERFACE PIFD Parameter Container Class 20101125
2 Importing IV_NAME Call by reference Type reference (TYPE) LTR_OBJECT_NAME LTR Object Name 20101125
3 Importing IV_SCENARIO Call by reference Type reference (TYPE) CNV_MBT_SCENARIO MBT PCL: Scenario 20110118
# Exception Resumable Description Created on
1 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110103
2 CX_LTR_MODEL_LOCKED LTR: Locking exception 20110118

Method COPY_PARAMETER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_NEW_VARIANT Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VARIANT PIFD concrete Variant of an Interface 20110204
2 Returning RT_PARAMETER_DATA_LIST Value transfer Type reference (TYPE) CNV_MBT_PIFD_CPARAM_MAP List of ParameterData objects 20110204

Method COPY_PARAMETER_DATA on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method EXPORT_TO_EXCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILE_NAME Call by reference Type reference (TYPE) STRING 20110418
# Exception Resumable Description Created on
1 CX_CNV_MBT_EXCEL_EDIT_ERROR Excel manipulation error 20110426
2 CX_CNV_MBT_EXCEL_INVALID_PARAM Invalid Parameter 20110510
3 CX_CNV_MBT_EXCEL_LOAD_ERROR Excel load error 20110426
4 CX_CNV_MBT_EXCEL_SAVE_ERROR Excel save error 20110426

Method GET_EXISTING_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARIANT_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_VARIANT_ID Variant ID 20101125
2 Returning RR_VARIANT Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VARIANT PIFD concrete Variant of an Interface 20101125
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20101125

Method GET_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VARIANT_ID Value transfer Type reference (TYPE) CNV_MBT_PIFD_VARIANT_ID PIFD Variant ID 20101201

Method GET_ID on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method GET_INIT_SAPGUI_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SAPGUI_INIT_CLASS Value transfer Type reference (TYPE) CNV_MBT_PIFD_INITIALIZER_CLASS Initializer class name 20110222

Method GET_INIT_SAPGUI_CLASS on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method GET_INIT_WD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WD_INIT_COMPONENT Value transfer Type reference (TYPE) CNV_MBT_COMPONENT Web Dynpro Component Name 20110222

Method GET_INIT_WD_COMPONENT on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method GET_INTERFACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_INTERFACE Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_INTERFACE PIFD Parameter Container Class 20110113

Method GET_INTERFACE on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method GET_PARAMETER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_PARAMETER_DATA Value transfer Type reference (TYPE) CNV_MBT_PIFD_PARAM_DATA_LIST List of ParameterData objects 20101130

Method GET_PARAMETER_DATA on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method GET_PARAMETER_DATA_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAM_DATA_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_PARAM_DATA_ID Parameter Data ID 20110309
2 Returning RR_PARAM_DATA Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20110309
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20110309

Method GET_PARAMETER_DATA_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAM_NAME Call by reference Type reference (TYPE) LTR_OBJECT_NAME LTR Object Name 20101210
2 Returning RR_PARAM_DATA Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20101210
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20110203

Method GET_PARAMETER_DATA_BY_PARAM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARAM_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_PARAM_ID PIFD Parameter ID 20110721
2 Returning RR_PARAM_DATA Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_PARAMETER_DATA PIFD Parameter Data 20110721
# Exception Resumable Description Created on
1 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20110721

Method GET_VALID_SAPGUI_CLASS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SAPGUI_VALID_CLASS Value transfer Type reference (TYPE) CNV_MBT_PIFD_VALIDATOR_CLASS Validator class name 20110510

Method GET_VALID_SAPGUI_CLASS on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method GET_VALID_WD_COMPONENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WD_VALID_COMPONENT Value transfer Type reference (TYPE) CNV_MBT_COMPONENT Web Dynpro Component Name 20110510

Method GET_VALID_WD_COMPONENT on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method GET_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_VISIBILITY Value transfer Type reference (TYPE) CNV_MBT_PIFD_VISIBILITY Visibility Setting 20111026

Method GET_VISIBILITY on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method IMPORT_FROM_EXCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FILE_URL Call by reference Type reference (TYPE) STRING 20110419
2 Importing IV_SHOW_PROGRESS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110714
# Exception Resumable Description Created on
1 CX_CNV_MBT_EXCEL_INVALID_PARAM Invalid Parameter 20110510
2 CX_CNV_MBT_EXCEL_LOAD_ERROR Excel load error 20110426
3 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110419

Method INITIALIZE_LOCAL 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 20110606

Method INITIALIZE_LOCAL on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method MAKE_FINAL Signature

Method MAKE_FINAL on class CL_CNV_MBT_PIFD_VARIANT has no parameter.
# Exception Resumable Description Created on
1 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110408

Method MASS_DATABASE_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SOURCE_VARIANT_IDS Call by reference Type reference (TYPE) CNV_MBT_PIFD_T_VARIANT_IDS List of Variant IDs 20130103
2 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20130103
3 Returning RT_COPIED_VARIANT_IDS Value transfer Type reference (TYPE) CNV_MBT_PIFD_T_ID_MAP Old and new variant IDs of copied variants 20130103

Method MASS_DATABASE_COPY on class CL_CNV_MBT_PIFD_VARIANT has no exception.

Method PUSH_TO_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_VARIANTS Call by reference Type reference (TYPE) CNV_MBT_PIFD_T_VARIANT_REFS List of Variant objects 20140217
2 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140217
# Exception Resumable Description Created on
1 CX_CNV_MBT_COT_INVALID_PARAM SLO COT Invalid Parameters 20140217
2 CX_CNV_MBT_COT_NOT_FOUND SLO COT Object not found 20140217
3 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20140217
4 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20140217
5 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20140217
6 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20140217
7 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20140217

Method REMOVE_ORPHANED_DATA Signature

Method REMOVE_ORPHANED_DATA on class CL_CNV_MBT_PIFD_VARIANT has no parameter.
# Exception Resumable Description Created on
1 CX_LTR_MODEL_LOCKED LTR: Access Denied 20130918

Method SAVE Signature

Method SAVE on class CL_CNV_MBT_PIFD_VARIANT has no parameter.
# Exception Resumable Description Created on
1 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110617

Method SET_VISIBILITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VISIBILITY Call by reference Type reference (TYPE) CNV_MBT_PIFD_VISIBILITY Visibility Setting 20111026
# Exception Resumable Description Created on
1 CX_LTR_MODEL_LOCKED LTR: Access Denied 20111026

Method VALIDATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXEC_GUID Call by reference Type reference (TYPE) CNV_MBT_CHECK_EXEC_GUID Check Framework: Execution GUID 20110421
2 Exporting EV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Messages, message type 20110421
3 Exporting EV_STATUS Call by reference Type reference (TYPE) CNV_MBT_CHECK_STATUS Check Framework: Technical Check Status 20110124
4 Importing IT_PARENT_KEY Call by reference Type reference (TYPE) CNV_MBT_PIFD_T_PARENT_KEY Parent key for filtering PIFD table data 20110607
5 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110412
6 Importing IV_EXECUTION_SYSTEM Call by reference Type reference (TYPE) RFCDEST 'NONE' Logical Destination (Specified in Function Call) 20110124
7 Importing IV_EXEC_GUID Call by reference Type reference (TYPE) CNV_MBT_CHECK_EXEC_GUID Check Framework: Execution GUID 20110421
8 Importing IV_LOG_EXECUTION Call by reference Type reference (TYPE) CNV_MBT_CHECK_LOG_EXECUTION ABAP_FALSE Check Framework: Log Execution into Application Log 20110511
9 Importing IV_PARAM_TO_CHECK Call by reference Type reference (TYPE) LTR_OBJECT_NAME Only check this parameter if supplied 20110413
10 Changing XR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20110413
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20110124
2 CX_CNV_MBT_COT_INVALID_PARAM SLO COT Invalid Parameters 20110413
3 CX_CNV_MBT_COT_NOT_FOUND SLO COT Object not found 20110413
4 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20110413
5 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20110413
6 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20110413
7 CX_CNV_MBT_PIFD_LOG_CREATION Log creation failed 20110413
8 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20110413
9 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20110413
10 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110429
11 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110413

Method VALIDATE_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXEC_GUID Call by reference Type reference (TYPE) CNV_MBT_CHECK_EXEC_GUID Check Framework: Execution GUID 20110421
2 Exporting EV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Messages, message type 20110421
3 Exporting EV_STATUS Call by reference Type reference (TYPE) CNV_MBT_CHECK_STATUS Check Framework: Technical Check Status 20110124
4 Importing IR_VALIDATOR Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VALIDATOR PIFD Variant Validator Superclass 20110412
5 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110412
6 Importing IV_EXEC_GUID Call by reference Type reference (TYPE) CNV_MBT_CHECK_EXEC_GUID Check Framework: Execution GUID 20110421
7 Importing IV_LOG_EXECUTION Call by reference Type reference (TYPE) CNV_MBT_CHECK_LOG_EXECUTION Check Framework: Log Execution into Application Log 20110511
8 Importing IV_PARAM_TO_CHECK Call by reference Type reference (TYPE) LTR_OBJECT_NAME Only check this parameter if supplied 20110413
9 Importing IV_VALIDATE_PARAMETERS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Check all Parameter Data objects individually? 20110413
10 Changing XR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20110413
11 Changing XT_PARAM Call by reference Type reference (TYPE) CNV_MBT_CHECK_T_PARAM Check Framework: List of Parameter Name-Value Pairs 20110412
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20110124
2 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20110413

Method VALIDATE_REMOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXEC_GUID Call by reference Type reference (TYPE) CNV_MBT_CHECK_EXEC_GUID Check Framework: Execution GUID 20110421
2 Exporting EV_MSGTY Call by reference Type reference (TYPE) SYMSGTY Messages, message type 20110421
3 Exporting EV_STATUS Call by reference Type reference (TYPE) CNV_MBT_CHECK_STATUS Check Framework: Technical Check Status 20110412
4 Importing IV_CONTEXT Call by reference Type reference (TYPE) CNV_MBT_COT_OBJECT_GUID SLO COT Object GUID 20110412
5 Importing IV_EXEC_GUID Call by reference Type reference (TYPE) CNV_MBT_CHECK_EXEC_GUID Check Framework: Execution GUID 20110421
6 Importing IV_LOCAL_VARIANT_ID Call by reference Type reference (TYPE) CNV_MBT_PIFD_VARIANT_ID GUID of original local variant in case of remote validation 20111208
7 Importing IV_LOG_EXECUTION Call by reference Type reference (TYPE) CNV_MBT_CHECK_LOG_EXECUTION Check Framework: Log Execution into Application Log 20110511
8 Importing IV_PARAM_TO_CHECK Call by reference Type reference (TYPE) LTR_OBJECT_NAME Only check this parameter if supplied 20110413
9 Importing IV_RFCDEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110412
10 Changing XR_LOGGER Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_ULV_LOGGER ULV Logger 20110413
11 Changing XT_PARAM Call by reference Type reference (TYPE) CNV_MBT_CHECK_T_PARAM Check Framework: List of Parameter Name-Value Pairs 20110412
# Exception Resumable Description Created on
1 CX_CNV_MBT_CHECK_CH_FAILED Check Framework: Check Execution Failed 20110412
2 CX_CNV_MBT_COT_INVALID_PARAM SLO COT Invalid Parameters 20110413
3 CX_CNV_MBT_COT_NOT_FOUND SLO COT Object not found 20110413
4 CX_CNV_MBT_PIFD_COMM_FAILURE RFC Communication Failure 20110413
5 CX_CNV_MBT_PIFD_DATA_NOT_FOUND Data not found in DB 20110413
6 CX_CNV_MBT_PIFD_DB_WRITE_FAIL Could not write to DB 20110413
7 CX_CNV_MBT_PIFD_LOG_CREATION Log creation failed 20110413
8 CX_CNV_MBT_PIFD_NO_PERMISSION Missing permission 20110413
9 CX_CNV_MBT_PIFD_SYSTEM_FAILURE RFC System Failure 20110413
10 CX_LTR_MODEL_CHECK LTR: Repository Model Exception 20110429
11 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110413

Method VARIANT_COPY 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 20110414
2 Returning RR_NEW_VARIANT Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_PIFD_VARIANT PIFD concrete Variant of an Interface 20110414
# Exception Resumable Description Created on
1 CX_LTR_MODEL_LOCKED LTR: Access Denied 20110414
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620