SAP ABAP Class CL_CNV_MBT_RFCDIAG_UTILS (Utilities class)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     CNV_MBT_PCL (Package) Components of PCL to be imported into PCL system
Properties
Class CL_CNV_MBT_RFCDIAG_UTILS  
Short Description Utilities class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CNV_MBT_PCL   Components of PCL to be imported into PCL system 
Created 20140411   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CX_RFC_DIAGNOSE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_CNV_MBT_RFCDIAG_UTILS has no interface implemented.
Friends
Class CL_CNV_MBT_RFCDIAG_UTILS has no friend class.
Attributes
Class CL_CNV_MBT_RFCDIAG_UTILS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORIZATION_CHECK Static method Public Method User authorization check 20140507
2 CONNECTION_CHECK Static method Public Method Connection check 20140507
3 GET_DESTDIST_INFO Static method Public Method Get destination distribution information 20140507
4 GET_DEST_ENTRIES Static method Public Method Get entries of CNVMBTDEST 20140507
5 GET_DEST_VERSION Static method Public Method Get destination versions 20140507
6 GET_LANDSCAPE_NAME_FROM_GUID Static method Public Method Get landscape name from GUID 20140507
7 GET_LS_GUID_FROM_STEPGUID Static method Public Method Get landscape GUID from step GUID 20140508
8 GET_PACKAGE_INFO Static method Public Method Get process type for package 20140507
9 GET_RFCDES_INFO Static method Public Method Get RFCDES information 20140507
10 GET_SP_LEVELS Static method Public Method Get service pack levels 20140507
11 GET_UNICODE_SETTINGS Static method Public Method Get unicode settings 20140507
12 GET_USER_FROM_RFCDES Static method Public Method Get user from RFCDES information 20140507
13 GET_USER_LOCNT Static method Public Method Check user lock count 20140523
14 GET_VALID_SYSTEMS Static method Public Method Get valid landscape systems 20140507
15 IS_PACKAGE_EXPORT_IMPORT Static method Public Method Is the package export or import 20140508
16 RESET_USER_LOCNT Static method Public Method Reset user lock count 20140523
Events
Class CL_CNV_MBT_RFCDIAG_UTILS has no event.
Types
Class CL_CNV_MBT_RFCDIAG_UTILS has no local type.
Method Signatures

Method AUTHORIZATION_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AUTH_MISSING Call by reference Type reference (TYPE) CNVMBTAUTH_T Boolean Variable (X=True, -=False, Space=Unknown) 20140507
2 Exporting ET_AUTH_PRESENT Call by reference Type reference (TYPE) CNVMBTAUTH_T Table Type of Table BALMI 20140507
3 Importing IV_EXEC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
4 Importing IV_RFC_USER Call by reference Type reference (TYPE) RFCUSER Explicit user ID 20140507

Method AUTHORIZATION_CHECK on class CL_CNV_MBT_RFCDIAG_UTILS has no exception.

Method CONNECTION_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CONN_STATE Call by reference Type reference (TYPE) CNV_MBT_CONN_STATE Connection state of a RFC Destination 20140527
2 Exporting EV_RFC_MESS Call by reference Type reference (TYPE) CHAR80 Char 80 20140527
3 Importing IV_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
4 Importing IV_EXEC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507

Method CONNECTION_CHECK on class CL_CNV_MBT_RFCDIAG_UTILS has no exception.

Method GET_DESTDIST_INFO 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 of Transformation / Analysis Package 20140507
2 Returning RT_DESTDIST Value transfer Type reference (TYPE) CNVMBTDESTDIST_T Table type for cnvmbtdestdist 20140507

Method GET_DESTDIST_INFO on class CL_CNV_MBT_RFCDIAG_UTILS has no exception.

Method GET_DEST_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEST Call by reference Type reference (TYPE) CNVMBTDEST_T Table for all used destinations 20140507
2 Importing IV_EXEC_TARGET Call by reference Type reference (TYPE) CNVMBTACTIVITY-EXEC_TARGET Specifies The Target System the Activity is Executed in 20140507
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20140507
# Exception Resumable Description Created on
1 CX_RFC_DIAGNOSE 20140507

Method GET_DEST_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DESTVERS Call by reference Type reference (TYPE) CNVMBTDESTVERS_T Version of a RFC destinaton used in DMIS 20140507
2 Importing IV_ALL Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20140507
3 Importing IV_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
4 Importing IV_EXEC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
5 Importing IV_VERSION Call by reference Type reference (TYPE) CNV_MBT_RFC_VERSION Version of RFC Destination Setting 20140507

Method GET_DEST_VERSION on class CL_CNV_MBT_RFCDIAG_UTILS has no exception.

Method GET_LANDSCAPE_NAME_FROM_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) BTP_DL_GUID BTP GUID 20140507
2 Returning RV_NAME Value transfer Type reference (TYPE) BTP_DL_OBJ_NAME BTP Technical Object Name 20140507

Method GET_LANDSCAPE_NAME_FROM_GUID on class CL_CNV_MBT_RFCDIAG_UTILS has no exception.

Method GET_LS_GUID_FROM_STEPGUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STEPGUID Call by reference Type reference (TYPE) BTP_DL_GUID BTP GUID 20140508
2 Returning RV_LANDSCAPE_GUID Value transfer Type reference (TYPE) BTP_DL_GUID BTP GUID 20140508

Method GET_LS_GUID_FROM_STEPGUID on class CL_CNV_MBT_RFCDIAG_UTILS has no exception.

Method GET_PACKAGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ACTIVE Call by reference Type reference (TYPE) CNVMBTRETSTR-AND_RETURN flag 20140507
2 Exporting EV_BASEPACK Call by reference Type reference (TYPE) CNVMBTPACK-PACKID Package Number of Transformation / Analysis Package 20140507
3 Exporting EV_MTID Call by reference Type reference (TYPE) CNVMBTSUBPROJECT-MTID Identification of MBT Mass Transfer 20140507
4 Exporting EV_PROCTYPE Call by reference Type reference (TYPE) CNV_MBT_PROCTYPE MBT PCL Type of MIgration Process 20140507
5 Exporting EV_PROJECT Call by reference Type reference (TYPE) CNVMBTSUBPROJECT-PROJECT Identification of MBT Project 20140507
6 Exporting EV_SCENARIO Call by reference Type reference (TYPE) CNVMBTPACK-SCENARIO MBT PCL: Scenario 20140507
7 Exporting EV_SUBPROJECT Call by reference Type reference (TYPE) CNVMBTACTIVE-SUBPROJECT Identification of MBT Subproject 20140507
8 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20140507

Method GET_PACKAGE_INFO on class CL_CNV_MBT_RFCDIAG_UTILS has no exception.

Method GET_RFCDES_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RFCDES Call by reference Type reference (TYPE) CNVMBTRFCDEST_S RFCDES information 20140507
2 Importing IV_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
3 Importing IV_EXEC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
# Exception Resumable Description Created on
1 CX_RFC_DIAGNOSE 20140507

Method GET_SP_LEVELS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SPLEVELS Call by reference Type reference (TYPE) CNVMBTSPLEVELS_T Table type for CNVMBTSPLEVELS_S 20140507
2 Importing IV_EXEC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
# Exception Resumable Description Created on
1 CX_RFC_DIAGNOSE 20140507

Method GET_UNICODE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_CORRECT Call by reference Type reference (TYPE) CHAR1 Single-Character Indicator 20140507
2 Exporting EV_UNICODE_RFCDES Call by reference Type reference (TYPE) CNV_MBT_UNICODE Unicode flag 20140507
3 Exporting EV_UNICODE_SYSTEM Call by reference Type reference (TYPE) CNV_MBT_UNICODE Unicode flag 20140507
4 Importing IV_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
5 Importing IV_EXEC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
6 Importing IV_RUNNING_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
# Exception Resumable Description Created on
1 CX_RFC_DIAGNOSE 20140507

Method GET_USER_FROM_RFCDES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
2 Importing IV_EXEC_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140507
3 Returning RV_USER Value transfer Type reference (TYPE) RFCUSER Explicit user ID 20140507

Method GET_USER_FROM_RFCDES on class CL_CNV_MBT_RFCDIAG_UTILS has no exception.

Method GET_USER_LOCNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140523
2 Importing IV_USER Call by reference Type reference (TYPE) BNAME Branching Name 20140523
3 Returning RV_LOCNT Value transfer Type reference (TYPE) XULOCNT Users with Incorrect Logon Attempts 20140523
# Exception Resumable Description Created on
1 CX_RFC_DIAGNOSE 20140523

Method GET_VALID_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SYSTEMS Value transfer Type reference (TYPE) CNVMBTSYSTYP2TRG_T Table type for CNVMBTSYSTYP2TRG 20140507

Method GET_VALID_SYSTEMS on class CL_CNV_MBT_RFCDIAG_UTILS has no exception.

Method IS_PACKAGE_EXPORT_IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_EXPORT Call by reference Type reference (TYPE) FLAG General Flag 20140508
2 Exporting EV_IMPORT Call by reference Type reference (TYPE) FLAG General Flag 20140508
3 Importing IV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20140508
# Exception Resumable Description Created on
1 CX_RFC_DIAGNOSE 20140508

Method RESET_USER_LOCNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DEST Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20140523
2 Importing IV_LOCNT Call by reference Type reference (TYPE) XULOCNT Users with Incorrect Logon Attempts 20140523
3 Importing IV_USER Call by reference Type reference (TYPE) BNAME Branching Name 20140523
# Exception Resumable Description Created on
1 CX_RFC_DIAGNOSE 20140523
History
Last changed by/on SAP  20141030 
SAP Release Created in