SAP ABAP Class CL_CNV_MBT_DEST (PCL Destination)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_PCL_CL (Package) PCL Class Layer
Properties
Class CL_CNV_MBT_DEST  
Short Description PCL Destination    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_PCL_CL   PCL Class Layer 
Created 20110225   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CNV_MBT_DEST has no forward declaration.
Interfaces
Class CL_CNV_MBT_DEST has no interface implemented.
Friends
Class CL_CNV_MBT_DEST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONNECTION_OK Instance attribute Public Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110318
2 CURRENT_VERSION Instance attribute Public Type reference (TYPE) CNVMBTDESTVERS Structure to display the rfc destination versions 20110225
3 DEFINITION_OK Instance attribute Public Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110318
4 DESTINATION_ID Instance attribute Public Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110225
5 EXEC_TARGET Instance attribute Public Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110401
6 IO_TECH_DEST Instance attribute Public Object reference (TYPE REF TO) CL_CNV_MBT_TECH_DEST Technical Destination 20110317
7 IPS_CNVMBTDEST Instance attribute Private Type reference (TYPE) CNVMBTDEST info.about dest. of sender/receiver/central system 20110317
8 IPS_CNVMBTDESTSTATE Instance attribute Private Type reference (TYPE) CNVMBTDESTSTATE Connection state of a RFC Destination 20130411
9 LOCK_STATE Instance attribute Public Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110318
10 NONE Instance attribute Private Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110427
11 NO_CONNECTION_CHECK Instance attribute Private Type reference (TYPE) CNV_MBT_FLAG X = no connection check 20130128
12 O_PACKAGE Static Attribute Public Object reference (TYPE REF TO) CL_CNV_MBT_PACKAGE Package 20110429
13 SYNCHRONIZATION_OK Instance attribute Public Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110318
14 T_DEST_SPEC Instance attribute Private Type reference (TYPE) CNVMBTDESTSPEC_T Special settings for a execution target Destination 20110411
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVATE_DESTINATION Instance method Public Method Activate destination and enable connection check 20130311
2 CHECK_ALREADY_SYNC Static method Public Method Check if it is required to sync/overwrite destination 20130123
3 CHECK_DESTID_NONE Static method Public Method Check if the destination points to local system 20110531
4 CHECK_DESTINATION_CHANGED Static method Public Method Compare before/after (SM59) of a destination 20110401
5 CHECK_EXISTENCE Static method Public Method Check if already a version and destination exist 20110322
6 CHECK_EXIST_VERSION Instance method Public Method Based on rfc data check if already a version exist 20110407
7 CHECK_FOR_NONE Static method Public Method Check whether the destionation points to local system 20130121
8 CHECK_IF_HOST_OR_IP Static method Public Method Check if the parameter is a host name or an ip number 20110321
9 CHECK_NAMESPACE Static method Public Method Checks if a destination id is in our namespace or not 20110314
10 CHECK_PASSWORD Static method Public Method Check password for formal correctness 20121212
11 CHECK_SYNC Static method Public Method Check synchronization 20110324
12 CHECK_SYNCHRONIZATION Instance method Public Method Check if a destination is already successful synchronized 20110318
13 CHECK_VERSION_STATIC Static method Public Method Check existence of a destination version 20110413
14 COMPARE_DEST_EQUAL Static method Public Method Checking whether two Destinations pointing to the same syste 20130123
15 CONSTRUCTOR Instance method Public Constructor 20110225
16 CREATE_DESTINATION Static method Public Method Create a pcl rfc destination 20110318
17 CREATE_DESTINATION_ID Static method Public Method Create a destination id that fulfil our naming rule 20110404
18 CREATE_OBJECT Static method Public Method 20110225
19 CREATE_VERSION_FOR_SPEC Instance method Public Method Create a version for destination with special settings 20110408
20 CREATE_VERSION_STATIC Static method Public Method Create initial entry of destination version 20110413
21 DEACTIVATE_DESTINATION Instance method Public Method Deactivate destination (no connection check) 20130311
22 GET_ALL_DEST_INFO Instance method Public Method Get all information about the destination 20110317
23 GET_CNVMBTDEST Instance method Public Method Get table entry from table cnvmbtdest 20110405
24 GET_CONNECTION_CHECK Instance method Public Method Get information if no connection check should be done 20130311
25 GET_CURRENT_VERSION Static method Public Method Get current version of the destination 20110317
26 GET_DEACTIVATION_STATE Instance method Public Method Get information if destination is deactivated 20130311
27 GET_DEST_FROM_REMOTE Static method Public Method Get destination as rfcdes and rfcdisplay from remote 20110413
28 GET_DEST_SPEC Instance method Public Method Get special settings for the execution target to be distribu 20110411
29 GET_DEST_SPEC_VERSION Static method Public Method Get RFC version of the destination with special settings 20130318
30 GET_EXEC_TARGET_SUFFIX Static method Public Method Gets the execution target suffix for the destination id 20110314
31 GET_MODIFIED_RFCDES Instance method Public Method Get rfcdes with modified settings for synchronization 20110407
32 GET_SPECIAL_SETTINGS Instance method Public Method Get all special settings for the receiving system 20110414
33 GET_SYSTEM_ROLE_NAME Static method Public Method Get system role name of an execution target 20110318
34 LOCK_DESTINATION Instance method Public Method Lock Destination and set rfc check on 20110331
35 MODIFY_DESTDIST Instance method Public Method Modify table cnvmbtdestdist 20110413
36 REFRESH Instance method Public Method Get latest information of the destination 20110401
37 SEARCH_DESTINATIONS Static method Public Method Search for destinations 20110404
38 SET_CONNECTION_CHECK Instance method Public Method Set if connection check should be done or not 20130311
39 SET_DEST_SPEC Instance method Public Method Create or modify entry for special rfc destination settings 20110411
40 SET_FOR_OTHER_DESTINATION Instance method Public Method Prepare tables for using other destination id in receiver 20110414
41 SET_VERSION Instance method Public Method calls fuba cnv_mbt_rfc_versions 20110225
42 UNLOCK_DESTINATION Instance method Public Method Unlock Destination and set rfc check off 20110331
43 USE_FOREIGN_DESTINATION_ID Static method Public Method Use destination id that is not in our namespace 20110404
Events
Class CL_CNV_MBT_DEST has no event.
Types
Class CL_CNV_MBT_DEST has no local type.
Method Signatures

Method ACTIVATE_DESTINATION Signature

Method ACTIVATE_DESTINATION on class CL_CNV_MBT_DEST has no parameter.
Method ACTIVATE_DESTINATION on class CL_CNV_MBT_DEST has no exception.

Method CHECK_ALREADY_SYNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_IS_SYNCHRONIZED Value transfer Type reference (TYPE) CNV_MBT_FLAG X = destination already synchronized 20130123
2 Importing IP_RFCDES_NEW Value transfer Type reference (TYPE) RFCDES Destination table for Remote Function Call 20130123
3 Importing NO_CONNECTION_CHECK Value transfer Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20130312
# Exception Resumable Description Created on
1 CX_CNV_MBT_DEST Destination and RFC related 20130123

Method CHECK_DESTID_NONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110531
2 Exporting NONE Call by reference Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110531
# Exception Resumable Description Created on
1 CONNETION_FAILURE No connection possible with the destination 20110531
2 DESTID_NOT_EXIST Destination id does not exist local 20110531
3 SYSTEM_INFO_FAILED Reading system info from local dest failed 20110531

Method CHECK_DESTINATION_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EPT_CHANGED_FIELDS Call by reference Type reference (TYPE) CNVMBTDIFFDESTFIELDS_T return values of different destination fields 20110401
2 Importing PS_AFTER_RFCDISPLAY Call by reference Type reference (TYPE) RFCDISPLAY Display structure for RFCDES maintenance 20110401
3 Importing PS_AFTER_RFCDISPLAZ Call by reference Type reference (TYPE) RFCDISPLAZ Supplement for RFCDISPLAY structure (for docu) 20110401
4 Importing PS_BEFORE_RFCDISPLAY Call by reference Type reference (TYPE) RFCDISPLAY Display structure for RFCDES maintenance 20110401
5 Importing PS_BEFORE_RFCDISPLAZ Call by reference Type reference (TYPE) RFCDISPLAZ Supplement for RFCDISPLAY structure (for docu) 20110401

Method CHECK_DESTINATION_CHANGED on class CL_CNV_MBT_DEST has no exception.

Method CHECK_EXISTENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110322
# Exception Resumable Description Created on
1 CHECK_EXIST_FAILED Trying to get the technical RFC destination failed 20110322
2 NOT_EXIST Destination does not exist 20110322
3 NO_RFC_VERSION Could not get a RFC version 20110322

Method CHECK_EXIST_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110407
2 Exporting EPS_CNVMBTDESTVERS Call by reference Type reference (TYPE) CNVMBTDESTVERS MBT: RFC destination versions and settings 20110407
3 Importing INSTNUM Call by reference Type reference (TYPE) CNV_MBT_INSTNUM Installation Number of RFC Target 20110407
4 Importing LOADBALANCING Call by reference Type reference (TYPE) RFCLBFLAG RFC via load distribution procedure (Load Balancing) 20110407
5 Importing LOGON_GROUP Call by reference Type reference (TYPE) RFCLOAD_D Logon group for load distribution mode 20110407
6 Importing LOGON_LANGU Call by reference Type reference (TYPE) RFCLANG Explicit language 20110407
7 Importing RFC_CLIENT Call by reference Type reference (TYPE) RFCCLIENT Explicit logon client 20110407
8 Importing SERVER Call by reference Type reference (TYPE) RFCDISPLAY-RFCHOST Name of target host 20110407
9 Importing SYSTEM_ID Call by reference Type reference (TYPE) RFCSYSID System ID 20110407
10 Importing SYSTEM_NR Call by reference Type reference (TYPE) RFCSERVICE Service used (TCP service, SAP System number) 20110407

Method CHECK_EXIST_VERSION on class CL_CNV_MBT_DEST has no exception.

Method CHECK_FOR_NONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20130121
2 Importing EXEC_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20130121
3 Exporting NONE Call by reference Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20130121
4 Importing PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20130121
# Exception Resumable Description Created on
1 CONNETION_FAILURE No connection possible with the destination 20130121
2 DESTID_NOT_EXIST Destination id does not exist local 20130121
3 SYSTEM_INFO_FAILED Reading system info from local dest failed 20130121

Method CHECK_IF_HOST_OR_IP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_HOST Call by reference Type reference (TYPE) RFCDISPLAY-RFCHOST Host name 20110321
2 Exporting EP_IP Call by reference Type reference (TYPE) RFCDISPLAY-RFCHOST IP number 20110321
3 Importing IP_HOST_OR_IP Call by reference Type reference (TYPE) RFCDISPLAY-RFCHOST Host name or IP number 20110321
# Exception Resumable Description Created on
1 HOST_TO_IP_CONVERSION_FAILED Determination of IP number from Host name failed 20110321
2 IP_TO_HOST_CONVERSION_FAILED Determination of host name from the IP number failed 20110321

Method CHECK_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_OLD_NAMESPACE Call by reference Type reference (TYPE) CNV_MBT_FLAG With subproject name in destination id 20110322
2 Exporting EP_OUR_NAMESPACE Call by reference Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110314
3 Importing IP_DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110314
4 Importing IP_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110523

Method CHECK_NAMESPACE on class CL_CNV_MBT_DEST has no exception.

Method CHECK_PASSWORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_PASSWORD Call by reference Type reference (TYPE) BAPIPWD SAP user password 20121212
# Exception Resumable Description Created on
1 CX_CNV_MBT_DEST Destination and RFC related 20121212

Method CHECK_SYNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_LOCK Call by reference Type reference (TYPE) CNV_MBT_FLAG 'X' Flag (X = yes, initial = no) 20110713
2 Returning EP_SYNC_OK Value transfer Type reference (TYPE) CNV_MBT_FLAG X = synchronization ok 20110324
3 Importing IP_CALLED_DESTINATION Call by reference Type reference (TYPE) CNVMBTDEST Logical Destination (Specified in Function Call) 20110324
4 Importing IP_CHECKED_DESTINATION Call by reference Type reference (TYPE) CNVMBTDEST Logical Destination (Specified in Function Call) 20110324
5 Importing IP_DESTDIST Call by reference Type reference (TYPE) CNVMBTDESTDIST Control table for the distribution of destinations 20110412
6 Importing IP_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110324
7 Importing NO_CONNECTION_CHECK Call by reference Type reference (TYPE) CNV_MBT_FLAG X = no connection check 20130128

Method CHECK_SYNC on class CL_CNV_MBT_DEST has no exception.

Method CHECK_SYNCHRONIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_LOCK Call by reference Type reference (TYPE) CNV_MBT_FLAG 'X' Flag (X = yes, initial = no) 20110712
2 Returning EP_SYNC_OK Value transfer Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110318
# Exception Resumable Description Created on
1 CONNECTION_FAILED Connection to destination not possible 20110527
2 NOT_SYNCHRONIZED Destination not synchronized or not possible to determine 20110318

Method CHECK_VERSION_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION_ID Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110413
2 Exporting EPS_CNVMBTDESTVERS Value transfer Type reference (TYPE) CNVMBTDESTVERS MBT: RFC destination versions and settings 20110413
3 Importing INSTNUM Value transfer Type reference (TYPE) CNV_MBT_INSTNUM Installation Number of RFC Target 20110413
4 Importing LOADBALANCING Value transfer Type reference (TYPE) RFCLBFLAG RFC via load distribution procedure (Load Balancing) 20110413
5 Importing LOGON_GROUP Value transfer Type reference (TYPE) RFCDISPLAY-RFCEXEC Logon group for load distribution mode 20110413
6 Importing LOGON_LANGU Value transfer Type reference (TYPE) RFCLANG Explicit language 20110413
7 Importing RFC_CLIENT Value transfer Type reference (TYPE) RFCCLIENT Explicit logon client 20110413
8 Importing SERVER Value transfer Type reference (TYPE) RFCDISPLAY-RFCHOST Name of target host 20110413
9 Importing SYSTEM_ID Value transfer Type reference (TYPE) RFCSYSID System ID 20110413
10 Importing SYSTEM_NR Value transfer Type reference (TYPE) RFCSERVICE Service used (TCP service, SAP System number) 20110413

Method CHECK_VERSION_STATIC on class CL_CNV_MBT_DEST has no exception.

Method COMPARE_DEST_EQUAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EX_EQUAL Value transfer Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20130123
2 Importing IP_EXEC_TARGET01 Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20130123
3 Importing IP_EXEC_TARGET02 Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20130123
4 Importing IP_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20130123
# Exception Resumable Description Created on
1 CX_CNV_MBT_DEST Destination and RFC related 20130123

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_LOCK Call by reference Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110712
2 Importing DESTINATION_ID Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110225
3 Importing EXEC_TARGET Value transfer Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110401
4 Importing NO_CONNECTION_CHECK Value transfer Type reference (TYPE) CNV_MBT_FLAG X = no connection check 20130123
5 Importing PACKID Value transfer Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110329
# Exception Resumable Description Created on
1 DESTINATION_ID_NOT_EXIST Destination Id does not exist 20110225
2 NONE_NOT_ALLOWED For the execution target it is not allowed to use NONE 20110427
3 NO_VERSION Could not determine a version of the destination 20110225
4 UNKNOWN_ERROR Unknown error 20110225

Method CREATE_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110318
2 Importing IP_EXEC_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110321
3 Importing IP_KEEP_PASSWORD Call by reference Type reference (TYPE) CHAR1 20110321
4 Importing IP_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110318
5 Importing IP_RFCRAW02 Call by reference Type reference (TYPE) RFCRAW02 20110321
6 Importing IP_RFCRAW04 Call by reference Type reference (TYPE) RFCRAW04 20110321
7 Importing IS_DESTINATION Call by reference Type reference (TYPE) RFCDISPLAY Display structure for RFCDES maintenance 20110321
8 Importing IS_RFCCHECK Call by reference Type reference (TYPE) RFCCHECK 20110321
9 Importing IS_RFCDISPLAZ Call by reference Type reference (TYPE) RFCDISPLAZ Supplement for RFCDISPLAY structure (for docu) 20110321
10 Importing IS_RFCDOC Call by reference Type reference (TYPE) RFCDOC RFC options 20110321
11 Importing IS_RFCOPT Call by reference Type reference (TYPE) RFCOPT 20110321
12 Importing IS_RFCSNCPARA Call by reference Type reference (TYPE) RFCSNCPARA 20110321
# Exception Resumable Description Created on
1 ALREADY_EXIST Destination already exist 20110321
2 CREATE_DESTINATION_FAILED Creation of RFC Destination failed 20110321
3 CREATE_VERSION_FAILED Create RFC version failed 20110526
4 MISSING_AUTHORIZATION No authorization to read rfc destinations 20110321
5 NOT_OUR_NAMESPACE Destination id not in our namespace 20110318
6 READ_DESTINATION_FAILED Reading the RFC destination failed 20110321
7 UNKNOWN_ERROR Calling method returns with an unknown error 20110321

Method CREATE_DESTINATION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CREATE_WITH_SUBPROJECT_NAME Call by reference Type reference (TYPE) CNV_MBT_FLAG Subproject name will be part of the destination id 20110404
2 Exporting DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110404
3 Importing EXECUTION_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed inSubpr 20110404
4 Importing PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110404

Method CREATE_DESTINATION_ID on class CL_CNV_MBT_DEST has no exception.

Method CREATE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_LOCK Call by reference Type reference (TYPE) CNV_MBT_FLAG 'X' Flag (X = yes, initial = no) 20110712
2 Importing DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110225
3 Returning DEST_OBJECT Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_DEST PCL Destination 20110225
4 Importing EXEC_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110401
5 Importing NO_CONNECTION_CHECK Value transfer Type reference (TYPE) CNV_MBT_FLAG X = no connection check 20130123
6 Importing PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110329
# Exception Resumable Description Created on
1 CREATE_OBJECT_FAILED Create object failed 20110225

Method CREATE_VERSION_FOR_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IPT_DEST Value transfer Type reference (TYPE) CNVMBTDEST_T info.about dest. of sender/receiver/central system 20110408
2 Changing IPT_DESTVERS Value transfer Type reference (TYPE) CNVMBTDESTVERS_T Version of a RFC destinaton used in DMIS 20110408
3 Changing IP_DESTDIST Value transfer Type reference (TYPE) CNVMBTDESTDIST Control table for the distribution of destinations 20110408
4 Changing IP_RFCDISPLAY Value transfer Type reference (TYPE) RFCDISPLAY Data for the new version 20110408

Method CREATE_VERSION_FOR_SPEC on class CL_CNV_MBT_DEST has no exception.

Method CREATE_VERSION_STATIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_DESTVERS Call by reference Type reference (TYPE) CNVMBTDESTVERS MBT: RFC destination versions and settings 20110414
2 Importing IP_DESTVERS Call by reference Type reference (TYPE) CNVMBTDESTVERS MBT: RFC destination versions and settings 20110415
3 Importing IP_RFCDISPLAY Call by reference Type reference (TYPE) RFCDISPLAY Display structure for RFCDES maintenance 20110413

Method CREATE_VERSION_STATIC on class CL_CNV_MBT_DEST has no exception.

Method DEACTIVATE_DESTINATION Signature

Method DEACTIVATE_DESTINATION on class CL_CNV_MBT_DEST has no parameter.
Method DEACTIVATE_DESTINATION on class CL_CNV_MBT_DEST has no exception.

Method GET_ALL_DEST_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECK_LOCK Value transfer Type reference (TYPE) CNV_MBT_FLAG 'X' Flag (X = yes, initial = no) 20110713
2 Returning EP_DESTINATION_DETAILS Value transfer Type reference (TYPE) CNVMBTDESTDETAILS RFC destination details 20110317

Method GET_ALL_DEST_INFO on class CL_CNV_MBT_DEST has no exception.

Method GET_CNVMBTDEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PT_CNVMBTDEST Value transfer Type reference (TYPE) CNVMBTDEST Table for all used destinations 20110405

Method GET_CNVMBTDEST on class CL_CNV_MBT_DEST has no exception.

Method GET_CONNECTION_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_CHECK_ALLOWED Call by reference Type reference (TYPE) CNV_MBT_FLAG If 'X' then connection check is allowed 20130311

Method GET_CONNECTION_CHECK on class CL_CNV_MBT_DEST has no exception.

Method GET_CURRENT_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EP_CNVMBTDESTVERS Value transfer Type reference (TYPE) CNVMBTDESTVERS MBT: RFC destination versions and settings 20110317
2 Importing IP_DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Destination table for Remote Function Call 20110317
# Exception Resumable Description Created on
1 NO_VERSION No version for the given destination id found 20110317

Method GET_DEACTIVATION_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_DEACTIVATED Value transfer Type reference (TYPE) CNV_MBT_FLAG 'X' means that destination is deactivated 20130311

Method GET_DEACTIVATION_STATE on class CL_CNV_MBT_DEST has no exception.

Method GET_DEST_FROM_REMOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_DIALOG_USER_TYPE Call by reference Type reference (TYPE) ANSWER Alternative reply for dialog query 20110415
2 Exporting EP_RFCDES Call by reference Type reference (TYPE) RFCDES Destination table for Remote Function Call 20110413
3 Exporting EP_RFCDISPLAY Call by reference Type reference (TYPE) RFCDISPLAY Display structure for RFCDES maintenance 20110413
4 Exporting EP_RFCSI Call by reference Type reference (TYPE) RFCSI RFC system info (see RFC_SYSTEM_INFO_functionmodule) 20110415
5 Exporting EP_RFC_LOGIN_COMPLETE Call by reference Type reference (TYPE) ANSWER Alternative reply for dialog query 20110415
6 Exporting EP_SYSTEM_INFO Call by reference Type reference (TYPE) CNVMBTDESTVERS MBT: RFC destination versions and settings 20110415
7 Exporting EP_UNICODE Call by reference Type reference (TYPE) CNV_MBT_UNICODE Unicode flag 20110415
8 Importing IP_DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110413
9 Importing IP_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110413
10 Importing IP_RCV_EXEC_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110413
# Exception Resumable Description Created on
1 CONNECTION_FAILED Problems with connection to the remote system 20110413
2 DESTINATION_NO_EXIST Destination does not exist in table cnvmbtdest 20110413
3 GET_DESTINATION_FAILED Reading Destination from remote system failed 20110413
4 GET_RFCDISPLAY_FAILED Converting rfcdes to rfcdisplay failed 20110415
5 READING_INFO_FAILED Reading system information from remote system failed 20110415

Method GET_DEST_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning T_DEST_SPEC Value transfer Type reference (TYPE) CNVMBTDESTSPEC_T Table for special rfc destination settings in a exec system 20110411

Method GET_DEST_SPEC on class CL_CNV_MBT_DEST has no exception.

Method GET_DEST_SPEC_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_VERSION Call by reference Type reference (TYPE) CNV_MBT_RFC_VERSION Version of RFC Destination Setting 20130318
2 Importing IPS_DESTSPEC Call by reference Type reference (TYPE) CNVMBTDESTSPEC Special settings for a execution target Destination 20130318
3 Importing IP_DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Destination table for Remote Function Call 20130318

Method GET_DEST_SPEC_VERSION on class CL_CNV_MBT_DEST has no exception.

Method GET_EXEC_TARGET_SUFFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_SUFFIX Call by reference Type reference (TYPE) CHAR3 Execution target suffix 20110314
2 Importing IP_EXEC_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110314

Method GET_EXEC_TARGET_SUFFIX on class CL_CNV_MBT_DEST has no exception.

Method GET_MODIFIED_RFCDES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DIST_EXEC_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110407
2 Changing EP_CHANGED Value transfer Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110407
3 Changing EP_RFCDES Value transfer Type reference (TYPE) RFCDES Destination table for Remote Function Call 20110407
4 Changing EP_RFCDISPLAY_MODIFIED Value transfer Type reference (TYPE) RFCDISPLAY Modified display structure for RFCDES maintenance 20110408

Method GET_MODIFIED_RFCDES on class CL_CNV_MBT_DEST has no exception.

Method GET_SPECIAL_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EPT_DESTDIST Call by reference Type reference (TYPE) CNVMBTDESTDIST_T Table type for cnvmbtdestdist 20110414
2 Exporting EPT_DESTSPEC Call by reference Type reference (TYPE) CNVMBTDESTSPEC_T Table for special rfc destination settings in a exec system 20110414
3 Exporting EP_SPECIAL_SETTINGS Call by reference Type reference (TYPE) CNV_MBT_FLAG X = special settings for rfcdes available 20110414
4 Exporting EP_USE_OTHER_DEST_ID Call by reference Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110414

Method GET_SPECIAL_SETTINGS on class CL_CNV_MBT_DEST has no exception.

Method GET_SYSTEM_ROLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EP_SYSTEM_ROLE_NAME Value transfer Type reference (TYPE) CNV_MBT_DESCRIPT Description Field 20110318
2 Importing IP_EXEC_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110322

Method GET_SYSTEM_ROLE_NAME on class CL_CNV_MBT_DEST has no exception.

Method LOCK_DESTINATION Signature

Method LOCK_DESTINATION on class CL_CNV_MBT_DEST has no parameter.
# Exception Resumable Description Created on
1 LOCK_FAILED Could not lock rfc destination 20110331
2 SET_RFC_CHECK_OFF_FAILED Could not turn on rfc check 20110331

Method MODIFY_DESTDIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_DESTDIST Call by reference Type reference (TYPE) CNVMBTDESTDIST Control table for the distribution of destinations 20110413

Method MODIFY_DESTDIST on class CL_CNV_MBT_DEST has no exception.

Method REFRESH Signature

Method REFRESH on class CL_CNV_MBT_DEST has no parameter.
Method REFRESH on class CL_CNV_MBT_DEST has no exception.

Method SEARCH_DESTINATIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CLIENT Call by reference Type reference (TYPE) RFCCLIENT Explicit logon client 20110404
2 Importing DEST_ID_PREFIX Call by reference Type reference (TYPE) EDPLINE EDIC: Program editor line 20110404
3 Importing NO_SYSTEM_ID Call by reference Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110404
4 Importing RESTRICT_DMIS_DEST Call by reference Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20110404
5 Importing SERVER Call by reference Type reference (TYPE) RFCDISPLAY-RFCHOST Name of target host 20110404
6 Importing SYSTEM_ID Call by reference Type reference (TYPE) RFCSYSID System ID 20110404
7 Importing SYSTEM_NO Call by reference Type reference (TYPE) RFCSERVICE Service used (TCP service, SAP System number) 20110404
8 Exporting TP_DEST_INFO Call by reference Type reference (TYPE) CNVMBTRFCDISPLAY_T List of destinations in the format of rfcdisplay 20110404
9 Exporting TP_DEST_RESULT Call by reference Type reference (TYPE) CNVMBTSEARCHDESTRESULT_T Result of searching for destinations 20110404
10 Importing USER Call by reference Type reference (TYPE) SY-UNAME SAP System, User Logon Name 20110404
# Exception Resumable Description Created on
1 SEARCH_DESTINATION_ERROR RFC Destination search returns with an error 20110404

Method SET_CONNECTION_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CONNECTION_CHECK Call by reference Type reference (TYPE) CNV_MBT_FLAG Set if connection check should be done or not 20130311

Method SET_CONNECTION_CHECK on class CL_CNV_MBT_DEST has no exception.

Method SET_DEST_SPEC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing T_DEST_SPEC Value transfer Type reference (TYPE) CNVMBTDESTSPEC_T Table for special rfc destination settings in a exec system 20110411
# Exception Resumable Description Created on
1 MODIFY_DESTSPEC_FAILED Special destination settings couldn´t be modified 20110411

Method SET_FOR_OTHER_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing IPT_DEST Value transfer Type reference (TYPE) CNVMBTDEST_T Table for all used destinations 20110414
2 Changing IPT_DESTVERS Value transfer Type reference (TYPE) CNVMBTDESTVERS_T Version of a RFC destinaton used in DMIS 20110414
3 Changing IP_DESTDIST Value transfer Type reference (TYPE) CNVMBTDESTDIST Control table for the distribution of destinations 20110414
# Exception Resumable Description Created on
1 DEST_ID_NOT_EXIST Destinaiton ID does not exist 20110414

Method SET_VERSION Signature

Method SET_VERSION on class CL_CNV_MBT_DEST has no parameter.
Method SET_VERSION on class CL_CNV_MBT_DEST has no exception.

Method UNLOCK_DESTINATION Signature

Method UNLOCK_DESTINATION on class CL_CNV_MBT_DEST has no parameter.
# Exception Resumable Description Created on
1 SET_RFC_CHECK_OFF_FAILED Could not turn off rfc check for that destination 20110331
2 UNLOCK_FAILED Could not unlock RFC destination 20110331

Method USE_FOREIGN_DESTINATION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Destination 20110404
2 Importing EXEC_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110404
3 Importing PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110404
# Exception Resumable Description Created on
1 CONNECTION_FAILED There is no connection to the destination 20110405
2 CREATE_DESTINATION_OBJ_FAILED Error when creating destination object for package and exec 20110405
3 CREATE_RFC_VERSION_FAILED The creation of a RFC version for the destination id failed 20110511
4 CREATE_TECH_DEST_OBJ_FAILED Error when creating tech. dest. object for destination id 20110405
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620