SAP ABAP Class CL_CNV_MBT_RFCDIAG_PACKAGE (Package 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_PACKAGE  
Short Description Package 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 20140403   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)
2 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_CNV_MBT_RFCDIAG_PACKAGE has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_CNV_MBT_RFCDIAG_LANDSCAPE 20140507 Model class for RFC Diagnostic Tool
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_RFC_ACT Constant Public Type reference (TYPE) CNV_MBT_ACTIVITY 'PC001_RFC_MANAGEMENT' Unique ID for all activities to be executed 20140507
2 GT_CONN_STATUS Instance attribute Private Type reference (TYPE) CNVMBTCONNINFO_T Table type for CNVMBTCONNINFO_S 20140507
3 GT_DEST Instance attribute Private Type reference (TYPE) CNVMBTDEST_T info.about dest. of sender/receiver/central system 20140507
4 GT_DESTDIST Instance attribute Private Type reference (TYPE) CNVMBTDESTDIST_T Table type for cnvmbtdestdist 20140507
5 GT_DEST_INFO Instance attribute Private Type reference (TYPE) CNVMBTDESTINFO_T Table type for CNVMBTDESTINFO_S 20140507
6 GT_DEST_STATE Instance attribute Private Type reference (TYPE) CNVMBTDESTSTATE_T Table type for CNVMBTDESTSTATE_S 20140507
7 GT_RFCDES Instance attribute Private Type reference (TYPE) CNVMBTRFCDEST_T Table type for CNVMBTRFCDEST_S 20140507
8 GT_SYSTEMS Instance attribute Private Type reference (TYPE) CNVMBTSYSTYP2TRG_T Table type for CNVMBTSYSTYP2TRG 20140507
9 GT_UNICODE Instance attribute Private Type reference (TYPE) CNVMBTUNICODE_T Table type for CNVMBTUSRAUTH 20140507
10 GT_USER_AUTH Instance attribute Private Type reference (TYPE) CNVMBTUSRAUTH_T Table type for CNVMBTUSRAUTH 20140507
11 ICON_CHECKED Constant Public Type reference (TYPE) ICON_D '@01@' Icon in text fields (substitute display, alias) 20140507
12 ICON_DISCONNECT Constant Public Type reference (TYPE) ICON_D '@GC@' Icon in text fields (substitute display, alias) 20140507
13 ICON_ERROR Constant Public Type reference (TYPE) ICON_D '@5C@' Icon in text fields (substitute display, alias) 20140507
14 ICON_FAILURE Constant Public Type reference (TYPE) ICON_D '@03@' Icon in text fields (substitute display, alias) 20140507
15 ICON_INCOMPLETE Constant Public Type reference (TYPE) ICON_D '@02@' Icon in text fields (substitute display, alias) 20140507
16 ICON_SPACE Constant Public Type reference (TYPE) ICON_D '@5F@' Icon in text fields (substitute display, alias) 20140507
17 ICON_SUCCESS Constant Public Type reference (TYPE) ICON_D '@5B@' Icon in text fields (substitute display, alias) 20140507
18 ICON_TRANSPORT Constant Public Type reference (TYPE) ICON_D '@4A@' Icon in text fields (substitute display, alias) 20140507
19 ICON_WARNING Constant Public Type reference (TYPE) ICON_D '@5D@' Icon in text fields (substitute display, alias) 20140507
20 PACKID Instance attribute Private Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20140507
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_PK_USER_AUTH Instance method Public Method Check the user authorizations 20140507
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20140507
3 GET_LANDSCAPE_REFERENCE Instance method Public Method Get landscape reference 20140507
4 GET_LS_GUID_FROM_PACK Instance method Public Method Get landscape GUID from package ID 20140507
5 GET_LS_STEPGUID_FROM_PACK Instance method Public Method Get landscape stepGUID 20140508
6 GET_PK_CONN_STATUS Instance method Public Method Get connection status of destinations 20140507
7 GET_PK_DESTSTATE Instance method Public Method Get CNVMBTDESTSTATE entries 20140507
8 GET_PK_DEST_INFO Instance method Public Method Get destination information 20140507
9 GET_PK_HEADER_DET Instance method Public Method Get package header details 20140507
10 GET_PK_LOGS Instance method Public Method Get logs of RFC 20140507
11 GET_PK_RFCDES_INFO Instance method Public Method Get RFCDES information 20140507
12 GET_PK_SP_LEVELS Instance method Public Method Get SP levels 20140507
13 GET_PK_SYSTEMS Instance method Public Method Get package system information 20140507
14 GET_PK_UNICODE_SETTINGS Instance method Public Method Get unicode settings 20140507
15 IDENTIFY_SAME_SYSTEMS Instance method Private Method Is the control and central system same? 20140507
16 IS_LANDSCAPE_AVAILABLE Instance method Public Method Is landscape available? 20140507
Events
Class CL_CNV_MBT_RFCDIAG_PACKAGE has no event.
Types
Class CL_CNV_MBT_RFCDIAG_PACKAGE has no local type.
Method Signatures

Method CHECK_PK_USER_AUTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USER_AUTH Call by reference Type reference (TYPE) CNVMBTUSRAUTH_T Table type for CNVMBTUSRAUTH 20140507
2 Exporting ET_USER_AUTH_ERR Call by reference Type reference (TYPE) CNVMBTUSRAUTH_T Table type for CNVMBTUSRAUTH 20140507

Method CHECK_PK_USER_AUTH on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method CONSTRUCTOR 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
# Exception Resumable Description Created on
1 CX_RFC_DIAGNOSE 20140507

Method GET_LANDSCAPE_REFERENCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_LANDSCAPE Value transfer Object reference (TYPE REF TO) CL_CNV_MBT_RFCDIAG_LANDSCAPE Model class for RFC Diagnostic Tool 20140507
# Exception Resumable Description Created on
1 CX_RFC_DIAGNOSE 20140507

Method GET_LS_GUID_FROM_PACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_GUID Value transfer Type reference (TYPE) BTP_DL_GUID BTP GUID 20140507

Method GET_LS_GUID_FROM_PACK on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method GET_LS_STEPGUID_FROM_PACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STEPGUID Value transfer Type reference (TYPE) BTP_DL_GUID BTP GUID 20140508

Method GET_LS_STEPGUID_FROM_PACK on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method GET_PK_CONN_STATUS Signature

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

Method GET_PK_CONN_STATUS on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method GET_PK_DESTSTATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DESTSTATE Call by reference Type reference (TYPE) CNVMBTDESTSTATE_T Table type for CNVMBTDESTSTATE_S 20140507

Method GET_PK_DESTSTATE on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method GET_PK_DEST_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEST_INFO Call by reference Type reference (TYPE) CNVMBTDESTINFO_T Table type for CNVMBTDESTINFO_S 20140507
2 Exporting ET_DEST_INFO_ERR Call by reference Type reference (TYPE) CNVMBTDESTINFO_T Table type for CNVMBTDESTINFO_S 20140507
# Exception Resumable Description Created on
1 CX_RFC_DIAGNOSE 20140507

Method GET_PK_HEADER_DET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PACKID Call by reference Type reference (TYPE) CNV_MBT_PACKID Package Number of Transformation / Analysis Package 20140507
2 Exporting EV_PACK_STATUS Call by reference Type reference (TYPE) CHAR10 Character Field Length = 10 20140507
3 Exporting EV_PACK_TEXT Call by reference Type reference (TYPE) CNV_MBT_DESCRIPT Description Field 20140507
4 Exporting EV_RFC_ACTIVITY_STATUS Call by reference Type reference (TYPE) ICON_D Icon in text fields (substitute display, alias) 20140507

Method GET_PK_HEADER_DET on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method GET_PK_LOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGES Call by reference Type reference (TYPE) CNV_MBT_T_BAL_S_MSG List of BAL_S_MSG messages 20140507

Method GET_PK_LOGS on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method GET_PK_RFCDES_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RFCDES_ERR Call by reference Type reference (TYPE) CNVMBTRFCDEST_T Table type for CNVMBTRFCDEST_S 20140507
2 Exporting ET_RFCDES_FOUND Call by reference Type reference (TYPE) CNVMBTRFCDEST_T Table type for CNVMBTRFCDEST_S 20140507
3 Importing IT_DESTDIST Call by reference Type reference (TYPE) CNVMBTDESTDIST_T Logical Destination (Specified in Function Call) 20140507

Method GET_PK_RFCDES_INFO on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method GET_PK_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

Method GET_PK_SP_LEVELS on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method GET_PK_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SYS_INFO Call by reference Type reference (TYPE) CNVMBTLSCPSYSTEM_T Table type for CNVMBTLSCPSYSTEM 20140507

Method GET_PK_SYSTEMS on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method GET_PK_UNICODE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_UNICODE Call by reference Type reference (TYPE) CNVMBTUNICODE_T Table type for CNVMBTUNICODE_S 20140507

Method GET_PK_UNICODE_SETTINGS on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method IDENTIFY_SAME_SYSTEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_SAME_SYS Value transfer Type reference (TYPE) CNVMBTLSCPSYSTEM_T Single-Character Indicator 20140507

Method IDENTIFY_SAME_SYSTEMS on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.

Method IS_LANDSCAPE_AVAILABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_AVAILABLE Value transfer Type reference (TYPE) CHAR1 Single-Character Indicator 20140507

Method IS_LANDSCAPE_AVAILABLE on class CL_CNV_MBT_RFCDIAG_PACKAGE has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in