SAP ABAP Class CL_CNV_MBT_EXECUTION_TARGET (Execution Target)
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_EXECUTION_TARGET  
Short Description Execution Target    
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 20101026   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
Class CL_CNV_MBT_EXECUTION_TARGET has no interface implemented.
Friends
Class CL_CNV_MBT_EXECUTION_TARGET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DESTINATION_ID Instance attribute Private Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110217
2 IO_TECH_DEST Instance attribute Public Object reference (TYPE REF TO) CL_CNV_MBT_TECH_DEST Technical Destination 20110217
3 PR_PACKAGE Instance attribute Private Object reference (TYPE REF TO) CL_CNV_MBT_PACKAGE Package 20101102
4 PS_DEST_VERSION Instance attribute Private Type reference (TYPE) CNVMBTDESTVERS MBT: RFC destination versions and settings 20110228
5 PS_SYSTEM_DATA Instance attribute Private Type reference (TYPE) CNVMBTDESTVERS MBT: RFC destination versions and settings 20110201
6 PV_EXECUTION_TARGET Instance attribute Private Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20101026
7 PV_PACKID Instance attribute Private Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20101026
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20101026
2 GET_CLIENT Instance method Public Method Return client 20110128
3 GET_DESTINATION_ID Static method Public Method get destination id 20110218
4 GET_DESTINATION_VERSION Instance method Public Method 20110228
5 GET_EXECUTION_TARGET Instance method Public Method Return execution target 20101026
6 GET_MAX_JOBS Instance method Public Method Get defined maximum number of jobs 20101102
7 GET_OBJECT Static method Public Method Creates and returns an instance of this class 20110228
8 GET_RFCDEST Instance method Public Method Return RFC destination 20101026
9 GET_STATUS_ICON_ID Instance method Public Method Get ID of the status icon 20110311
10 GET_SYSTEM_DATA Instance method Private Method Determine system data 20110201
11 GET_SYSTEM_ID Instance method Public Method Return System ID 20110128
12 GET_SYSTEM_PARAMETERS Instance method Public Method Get system parameters 20110311
13 GET_TARGET_DESCRIPTION Instance method Public Method Return execution target description 20101026
14 GET_TARGET_DESCRIPTION_STATIC Static method Public Method Return target description (static) 20110418
15 SET_MAX_JOBS Instance method Public Method Return max jobs for target(s) 20101102
Events
Class CL_CNV_MBT_EXECUTION_TARGET has no event.
Types
Class CL_CNV_MBT_EXECUTION_TARGET has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_PACKAGE Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_PACKAGE Package 20101102
2 Importing IV_EXECUTION_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20101026
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20101026

Method CONSTRUCTOR on class CL_CNV_MBT_EXECUTION_TARGET has no exception.

Method GET_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CLIENT Value transfer Type reference (TYPE) CHAR3 3-Byte field 20110201
# Exception Resumable Description Created on
1 CX_CNV_MBT_PROCESS_CONTROL Issues related to State Management 20110201

Method GET_DESTINATION_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_DESTINATION_ID Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20110218
2 Importing IP_EXEC_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110218
3 Importing IP_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110218
# Exception Resumable Description Created on
1 DESTINATION_ID_NOT_FOUND Destination id could not determined 20110218
2 PARAMETER_MISSING At least one of the required import parameters missing 20110218

Method GET_DESTINATION_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EP_DEST_VERSION Call by reference Type reference (TYPE) CNVMBTDESTVERS MBT: RFC destination versions and settings 20110228
# Exception Resumable Description Created on
1 NO_VERSION_FOUND No version for the given destination found 20110228

Method GET_EXECUTION_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_EXEC_TARGET Value transfer Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20101026

Method GET_EXECUTION_TARGET on class CL_CNV_MBT_EXECUTION_TARGET has no exception.

Method GET_MAX_JOBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_INHERITED_PACKAGE Call by reference Type reference (TYPE) CNV_MBT_FLAG Flag (X = yes, initial = no) 20101102
2 Exporting EV_MAXJOB Call by reference Type reference (TYPE) CNV_MBT_PMAX Maximum Number of Simultaneous Programs 20101102

Method GET_MAX_JOBS on class CL_CNV_MBT_EXECUTION_TARGET has no exception.

Method GET_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_EXECUTION_TARGET Call by reference Object reference (TYPE REF TO) CL_CNV_MBT_EXECUTION_TARGET Execution Target 20110228
2 Importing IP_EXEC_TARGET Call by reference Type reference (TYPE) CNV_MBT_EXEC_TARGET Specifies The Target System the Activity is Executed in 20110228
3 Importing IP_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number to Specify CMIS and TDMS Packages 20110228
# Exception Resumable Description Created on
1 DESTINATION_NOT_EXIST There is no entry in the table cnvmbtdest. 20110228
2 IMPORT_PARAM_VALUE_MISSING Not all mandatory import parameters are supplied with values 20110228

Method GET_RFCDEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_IGNORE_CONNECTION_PROBLEMS Call by reference Type reference (TYPE) ABAP_BOOL 20110128
2 Returning RV_RFCDEST Value transfer Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20101026
# Exception Resumable Description Created on
1 CX_CNV_MBT_PROCESS_CONTROL Issues related to State Management 20101026

Method GET_STATUS_ICON_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATUS Value transfer Type reference (TYPE) SYST-MSGTY Typ der Meldung 20110311
2 Returning RT_ICON_ID Value transfer Type reference (TYPE) ICON_D ID of the concerning status icon 20110311

Method GET_STATUS_ICON_ID on class CL_CNV_MBT_EXECUTION_TARGET has no exception.

Method GET_SYSTEM_DATA Signature

Method GET_SYSTEM_DATA on class CL_CNV_MBT_EXECUTION_TARGET has no parameter.
# Exception Resumable Description Created on
1 CX_CNV_MBT_PROCESS_CONTROL Issues related to State Management 20110201

Method GET_SYSTEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SYSTEM_ID Value transfer Type reference (TYPE) RFCSYSID System ID 20110128
# Exception Resumable Description Created on
1 CX_CNV_MBT_PROCESS_CONTROL Issues related to State Management 20110128

Method GET_SYSTEM_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CNVMBTPARAMCATEGORY Value transfer Type reference (TYPE) CNV_MBT_T_PARAM_CATEGORY Table of categories 20110311
2 Exporting ET_CNVMBTPARAMWITHSTATUS Value transfer Type reference (TYPE) CNV_MBT_T_PARAM_WITH_STATUS Table of parameter with status 20110311
# Exception Resumable Description Created on
1 CX_CNV_MBT_PROCESS_CONTROL Issues related to State Management 20110311

Method GET_TARGET_DESCRIPTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TARGET_DESCRIPT Value transfer Type reference (TYPE) CNV_MBT_DESCRIPT Description Field 20101026

Method GET_TARGET_DESCRIPTION on class CL_CNV_MBT_EXECUTION_TARGET has no exception.

Method GET_TARGET_DESCRIPTION_STATIC Signature

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

Method GET_TARGET_DESCRIPTION_STATIC on class CL_CNV_MBT_EXECUTION_TARGET has no exception.

Method SET_MAX_JOBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_JOBS Call by reference Type reference (TYPE) CNV_MBT_PMAX Maximum Number of Simultaneous Programs 20101102
2 Importing IV_USE_DEFAULT Call by reference Type reference (TYPE) ABAP_BOOL 20101102

Method SET_MAX_JOBS on class CL_CNV_MBT_EXECUTION_TARGET has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 2010_1_620