SAP ABAP Class CL_UCON_HELPER (Helper Class for Unified Connectivity)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-ICF (Application Component) Internet Communication Framework
     S_UNIFIED_CON_DDIC (Package) DDIC elements for S_UNIFIED_CON and subpackages
Properties
Class CL_UCON_HELPER  
Short Description Helper Class for Unified Connectivity    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_UNIFIED_CON_DDIC   DDIC elements for S_UNIFIED_CON and subpackages 
Created 20120921   SAP 
Last change 20141121    
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_UCON_HELPER has no interface implemented.
Friends
Class CL_UCON_HELPER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_EVALUATION_SYSLOG Constant Public Type reference (TYPE) STRING 'RS_UCON_SETUP_DATA_COLLECTOR' 20130305
2 CO_GET_SYSLOG Constant Public Type reference (TYPE) UCON_MON_SCENARIO 'GET_SYSLOG' Unified Connectivity Scenario 20130305
3 CO_LAST_RTM_RECORDS Constant Public Type reference (TYPE) UCON_MON_SCENARIO 'RTM_RECS' UCON RFC based on RTM data records 20131015
4 CO_LAST_STAT_RECORDS Constant Public Type reference (TYPE) UCON_MON_SCENARIO 'STAT_RECS' Unified Connectivity Scenario 20130717
5 CO_MTE_CHANGE Constant Public Type reference (TYPE) UCON_MON_SCENARIO 'MTE_CHANGE' Unified Connectivity Scenario 20130718
6 CO_MTE_TS Constant Public Type reference (TYPE) UCON_MON_TS_CHAR '20130916120000' Unified Connectivity Monitoring Time Stamp in CHAR 22 20130801
7 CO_REPAIR_RT_DT_INCONSISTENCY Constant Public Type reference (TYPE) UCON_MON_SCENARIO 'REPAIR_INC' Unified Connectivity Scenario 20121216
8 CO_STAT_RFCRECS Constant Public Type reference (TYPE) I 20 20130808
9 CO_UCON_CHANGE_DOCUMENTS Constant Public Type reference (TYPE) STRING 'RS_UCON_CHANGE_DOCUMENTS' Program for Change Documents 20121216
10 CO_UCON_RTM_RECORDS Constant Public Type reference (TYPE) STRING 'RS_UCON_RFC_RECORDS' Program for RTM data records 20131015
11 CO_UCON_STAT_RECORDS Constant Public Type reference (TYPE) STRING 'UCON_STATISTIC_RECORDS' Program for statistical data records 20130717
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_UCON_CONFIG Static method Private Method Check if the UCON RFC is configured in an SAP client 20130620
2 GET_COMPONENTS_BY_TADIR_KEY Static method Public Method Gets Software + Application Comp. + Package for a TADIR KEY 20120921
3 GET_FM_WITHIN_FUGR Static method Public Method Get Function Modules within Function Group 20120921
4 GET_PROFILE_PARAM_VALUE Static method Public Method Gets the value of a profile parameter via kernel call 20121024
5 GET_VHOST_BY_IP_PORT_SNC Static method Public Method Get virtual Host name by IP-Address, Port and SNC Flag 20130327
6 IS_UCON_RFC_ACTIVE Static method Public Method Is the UCON RFC active in ABAP system? 20130614
7 WRITE_WHOLE_WORDS_IN_SYMSGV Static method Public Method Split Text (with Whole Word) into sy-msgvn Fields 20121024
Events
Class CL_UCON_HELPER has no event.
Types
Class CL_UCON_HELPER has no local type.
Method Signatures

Method CHECK_UCON_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_UCON_ACTIVE Value transfer Type reference (TYPE) CHAR1 X = ucon rfc is active; space not 20130620

Method CHECK_UCON_CONFIG on class CL_UCON_HELPER has no exception.

Method GET_COMPONENTS_BY_TADIR_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_APPL_COMP Call by reference Type reference (TYPE) UFPS_POSID Application component ID 20120921
2 Exporting EV_DEV_LAYER Call by reference Type reference (TYPE) DEVLAYER Transport Layer in ABAP Workbench 20120921
3 Exporting EV_PACKAGE Call by reference Type reference (TYPE) DEVCLASS Package 20120921
4 Exporting EV_SW_COMP Call by reference Type reference (TYPE) DLVUNIT Software Component 20120921
5 Importing IV_OBJECT Call by reference Type reference (TYPE) TADIR-OBJECT 'FUGR' Object Type 20120921
6 Importing IV_OBJ_NAME Call by reference Type reference (TYPE) TADIR-OBJ_NAME Object Name in Object Directory 20120921
# Exception Resumable Description Created on
1 CX_UCON_HELPER Exception Class for UCON Helper 20120921

Method GET_FM_WITHIN_FUGR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FUNCTAB Call by reference Type reference (TYPE) UCON_RS38L_INCL_TT Table Type for Function Module Name - Include 20120921
2 Importing IV_FUGR Call by reference Type reference (TYPE) RS38L_AREA Function Group Name 20120921
# Exception Resumable Description Created on
1 CX_UCON_HELPER Exception Class for UCON Helper 20120921

Method GET_PROFILE_PARAM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) CHAR255 Char255 20121024
2 Returning RV_VALUE Value transfer Type reference (TYPE) CHAR255 Char255 20121024

Method GET_PROFILE_PARAM_VALUE on class CL_UCON_HELPER has no exception.

Method GET_VHOST_BY_IP_PORT_SNC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLIENT Call by reference Type reference (TYPE) SYMANDT Client ID 20130327
2 Importing IV_IPADDRESS Call by reference Type reference (TYPE) UCON_IP_ADDR IP Address 20130327
3 Importing IV_PORT Call by reference Type reference (TYPE) NI_SERVNAME Port Number 20130327
4 Importing IV_SNC_FLAG Call by reference Type reference (TYPE) UCON_SNC_FLAG SNC Flag 20130327
5 Returning RV_VHOST Value transfer Type reference (TYPE) UCONVIRTHOSTNAME Name of virt. hosts 20130327

Method GET_VHOST_BY_IP_PORT_SNC on class CL_UCON_HELPER has no exception.

Method IS_UCON_RFC_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHECK_CURRENT_PARAM_VALUE Call by reference Type reference (TYPE) CHAR1 X = Current Parameter value; space not 20130620
2 Importing IV_CHECK_DEFAULT_PARAMETER Call by reference Type reference (TYPE) CHAR1 X = Default Parameter of /ucon/rfc/active 20130620
3 Importing IV_CHECK_UCON_CFG Call by reference Type reference (TYPE) CHAR1 X = Check UCON capability in at least one SAP client 20130620
4 Importing IV_OPERATOR Call by reference Type reference (TYPE) CHAR1 A = "logical AND"; O = "logical OR"; space =UCON config only 20130620
5 Returning RV_UCON_ACTIVE Value transfer Type reference (TYPE) CHAR1 X = ucon rfc is active; space not 20130614

Method IS_UCON_RFC_ACTIVE on class CL_UCON_HELPER has no exception.

Method WRITE_WHOLE_WORDS_IN_SYMSGV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_PART1 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20121024
2 Exporting EV_PART2 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20121024
3 Exporting EV_PART3 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20121024
4 Exporting EV_PART4 Call by reference Type reference (TYPE) SY-MSGV1 Message Variable 20121024
5 Importing IV_IN Call by reference Type reference (TYPE) STRING 20121024

Method WRITE_WHOLE_WORDS_IN_SYMSGV on class CL_UCON_HELPER has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740