SAP ABAP Class CL_ESH_INT_CONFIG_INTERFACE (Integration with Back-End System ES)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_INTEGRATION (Package) Backend Integration Services
Properties
Class CL_ESH_INT_CONFIG_INTERFACE  
Short Description Integration with Back-End System ES    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_ENG_INTEGRATION   Backend Integration Services 
Created 20080730   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_ESH_INT_CONFIG_INTERFACE has no interface implemented.
Friends
Class CL_ESH_INT_CONFIG_INTERFACE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DDIC_TYPE_TABL Constant Public Type reference (TYPE) TROBJTYPE 'TABL' Object type 20080730
2 GC_DDIC_TYPE_TTYP Constant Public Type reference (TYPE) TROBJTYPE 'TTYP' Object type 20080730
3 GC_MESSAGE_ID Constant Public Type reference (TYPE) SYMSGID 'ESH_INTEGRATION' Message class 20080730
4 GC_MODEL_DATA Constant Public Type reference (TYPE) DDOBJNAME 'MODEL_DATA' Name of ABAP Dictionary object 20080730
5 GC_TRANSFER_PARAMETERS Constant Public Type reference (TYPE) DDOBJNAME 'TRANSFER_PARAMETERS' Name of ABAP Dictionary object 20090318
6 GR_APPLOG Static Attribute Public Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application log 20080730
7 GT_TREX_DESTINATION Static Attribute Private Type reference (TYPE) T_TREX_DESTINATION 20090122
Methods
# Method Level Visibility Method type Description Created on
1 CONNECT_BACKEND Static method Public Method Connect back-end system to hub 20080730
2 DELETE_CONNECTOR Static method Public Method Delete connector in back-end system 20080730
3 DISCONNECT_BACKEND Static method Public Method Connect back-end system from hub 20081002
4 EXPORT_TREX_INDICES Static method Public Method Export content of the specified TREX indices 20081015
5 GET_CONFIG_DATA Static method Public Method Get complete configuration data from back-end system 20080730
6 GET_DDIC_DOMAIN_DATA Static method Public Method Get DDIC domain data 20080801
7 GET_DDIC_DOMAIN_LOCAL Static method Public Method 20080826
8 GET_DDIC_TABLE_DATA Static method Public Method Get DDIC table/structure/view data 20080801
9 GET_DDIC_TABLE_LOCAL Static method Public Method Get DDIC table/structure/view data 20080826
10 GET_DEPENDENT_NODES Static method Public Method Get IDs of dependent nodes 20090814
11 GET_DEPENDENT_NODES_LOCAL Static method Public Method Get IDs of dependent nodes 20090814
12 GET_INTTYPE Static method Public Method Get internal data type 20090825
13 GET_MODEL_DATA Static method Public Method Get complete model data from back-end system 20080730
14 GET_RUNTIME_BUFFER Static method Public Method Get runtime buffer from foreign system (from hub) 20080813
15 GET_SWC_LIST Static method Public Method Get software component list from back-end system 20080730
16 GET_SWITCHES Static method Public Method Gert active switches 20081121
17 GET_TEMPLATE_LIST Static method Public Method Get template list from back-end system 20080730
18 GET_TREX_DESTINATION Static method Public Method Get TREX machine destination 20090122
19 HAS_CONNECTORS Static method Public Method Check for existing connectors 20081024
20 REGISTER_HUB Static method Public Method Register hub for software components 20080929
21 REPORT_UPDATES Static method Public Method Report updated back-end system models 20081021
22 RFC_PING Static method Private Method 20090204
23 SET_CONNECTOR_STATUS Static method Public Method Set connector status on updates 20080929
24 SET_MODEL_DATA Static method Public Method Set complete model data from remote system 20090806
25 SET_RUNTIME_BUFFER Static method Public Method Set runtime buffer in back-end system 20080730
26 SET_RUNTIME_BUFFER_PROXY Static method Public Method Set runtime buffer in back-end system 20130924
27 TRANSFER_TREX_INDICES Static method Public Method Transfer TREX index content from back-end system to ES hub 20090318
Events
Class CL_ESH_INT_CONFIG_INTERFACE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_RFC_DESTINATION Public See coding 20080813 BEGIN OF s_rfc_destination, rfc_destination TYPE rfcdest, system_id TYPE syst-sysid, system_client TYPE syst-mandt, connection_guid TYPE esh_e_adm_connection_guid, END OF s_rfc_destination
2 S_TREX_DESTINATION Private See coding 20090122 BEGIN OF s_trex_destination, rfc_destination TYPE rfcdest, trex_destination TYPE trexd_rfcdest, END OF s_trex_destination
3 T_RFC_DESTINATIONS Public See coding RFC Destinations (sorted) 20080813 t_rfc_destinations TYPE SORTED TABLE OF s_rfc_destination with UNIQUE KEY rfc_destination
4 T_TREX_DESTINATION Private See coding 20090122 t_trex_destination TYPE SORTED TABLE OF s_trex_destination WITH UNIQUE KEY rfc_destination
Method Signatures

Method CONNECT_BACKEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN_CODES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20130830
2 Exporting EV_DB_SCHEMA Call by reference Type reference (TYPE) ESH_E_ADM_HDB_DBSCHEMA Database Schema 20130830
3 Importing IV_APPLSERVER Call by reference Type reference (TYPE) RFCHOST Name of target host 20080730
4 Importing IV_CLIENT Call by reference Type reference (TYPE) MANDT Client 20080730
5 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20080730
6 Importing IV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical System 20080730
7 Importing IV_MODE Call by reference Type reference (TYPE) CHAR30 'HUB' 30 Characters 20130814
8 Importing IV_PASSWORD Call by reference Type reference (TYPE) XUNCODE New password 20080730
9 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080730
10 Importing IV_STEXT Call by reference Type reference (TYPE) RFCDOC_D Description of RFC connection 20080730
11 Importing IV_SYSTEMID Call by reference Type reference (TYPE) SYSYSID Name of the SAP System 20080730
12 Importing IV_SYSTEMNO Call by reference Type reference (TYPE) RSTSPREFIX Transfer structure prefix for a source system 20080730
13 Importing IV_USER_NAME Call by reference Type reference (TYPE) XUBNAME User Name in User Master Record 20080730

Method CONNECT_BACKEND on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method DELETE_CONNECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SYSREL Call by reference Type reference (TYPE) ESH_T_OM_SYSREL_ID Software component 20080731
2 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080730
3 Returning RT_RETURN_CODES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080730

Method DELETE_CONNECTOR on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method DISCONNECT_BACKEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DELETE_CONNECTORS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20090724
2 Importing IV_FORCE_DISCONNECT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20110107
3 Importing IV_LOGSYS Call by reference Type reference (TYPE) LOGSYS Logical System 20081002
4 Importing IV_MODE Call by reference Type reference (TYPE) CHAR30 'HUB' 30 Characters 20130814
5 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20081002
6 Returning RT_RETURN_CODES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20081002

Method DISCONNECT_BACKEND on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method EXPORT_TREX_INDICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_INDEX_STATUS Call by reference Type reference (TYPE) TREXT_INDEX_STATUS Status of indexes 20081015
2 Exporting EV_RETURN_CODE Call by reference Type reference (TYPE) TREX_RFC-RETURN_CODE Return Code 20081015
3 Exporting EV_RETURN_TEXT Call by reference Type reference (TYPE) TREX_RFC-RETURN_TEXT Return Text 20081015
4 Importing IT_INDICES Call by reference Type reference (TYPE) TREXT_INDEX_IDS Indexes 20081015
5 Importing IV_EXPORT_PATH Call by reference Type reference (TYPE) TREX_RFC-PATH Target Directory 20081015
6 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20081015

Method EXPORT_TREX_INDICES on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_CONFIG_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_CONNECTOR_DATA Call by reference Type reference (TYPE) ESH_S_CRT_CONNECTOR_DATA Container for Search Connector data 20080801
2 Exporting ET_MODEL_DATA_ACTIVE Call by reference Type reference (TYPE) ESH_T_OM_TRANSPORT_DATA1 Transport Data 20080730
3 Exporting ET_MODEL_DATA_ACTIVE_ENH Call by reference Type reference (TYPE) ESH_T_OM_TRANSPORT_DATA1 Transport Data 20100203
4 Exporting ET_MODEL_DATA_INACTIVE Call by reference Type reference (TYPE) ESH_T_OM_TRANSPORT_DATA1 Transport Data 20080730
5 Exporting ET_MODEL_DATA_INACTIVE_ENH Call by reference Type reference (TYPE) ESH_T_OM_TRANSPORT_DATA1 Transport Data 20100203
6 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080730
7 Importing IT_SYSREL Call by reference Type reference (TYPE) ESH_T_OM_SYSREL_ID Software component 20080730
8 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080730

Method GET_CONFIG_DATA on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_DDIC_DOMAIN_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DD01V Call by reference Type reference (TYPE) ESH_T_MU_DD01V DD: Domain header with text 20080801
2 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080801
3 Exporting EV_HAS_VALUE_TEXTS Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20080801
4 Importing IV_DOMAIN_NAME Call by reference Type reference (TYPE) DOMNAME Domain name 20080801
5 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080801

Method GET_DDIC_DOMAIN_DATA on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_DDIC_DOMAIN_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DD01V Call by reference Type reference (TYPE) ESH_T_MU_DD01V 20080826
2 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB 20080826
3 Exporting EV_HAS_VALUE_TEXTS Call by reference Type reference (TYPE) CHAR1 20080826
4 Importing IV_DOMAIN_NAME Call by reference Type reference (TYPE) DOMNAME 20080826

Method GET_DDIC_DOMAIN_LOCAL on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_DDIC_TABLE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DD02V Call by reference Type reference (TYPE) ESH_T_INT_DD02V ABAP/4 Dictionary: Header of tables with short text 20080801
2 Exporting ET_DD03P Call by reference Type reference (TYPE) DDDD03PTAB Table Fields 20080801
3 Exporting ET_DD12V Call by reference Type reference (TYPE) DD12VTAB DD: Index Header of a Table 20130222
4 Exporting ET_DD17V Call by reference Type reference (TYPE) DD17VTAB DD: Index Fields of a Table 20130222
5 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080801
6 Importing IV_DDIC_NAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20080801
7 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080801

Method GET_DDIC_TABLE_DATA on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_DDIC_TABLE_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DD02V Call by reference Type reference (TYPE) ESH_T_INT_DD02V ABAP/4 Dictionary: Header of tables with short text 20080826
2 Exporting ET_DD03P Call by reference Type reference (TYPE) DDDD03PTAB Table Fields 20080826
3 Exporting ET_DD12V Call by reference Type reference (TYPE) DD12VTAB DD: Index Header of a Table 20130222
4 Exporting ET_DD17V Call by reference Type reference (TYPE) DD17VTAB DD: Index Fields of a Table 20130222
5 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080826
6 Importing IV_DDIC_NAME Call by reference Type reference (TYPE) DDOBJNAME Name of ABAP Dictionary Object 20080826

Method GET_DDIC_TABLE_LOCAL on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_DEPENDENT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA_PRVD_ID Call by reference Type reference (TYPE) DCOBJNAMES Type for Managing Names of DDIC Objects 20090814
2 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB 20090814
3 Importing IV_CARRIER_DATA_PRVD Call by reference Type reference (TYPE) ESH_E_OM_DATA_PROVIDER 20090814
4 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20090814
5 Importing IV_TECHNOLOGY Call by reference Type reference (TYPE) ESH_E_OM_DATA_SOURCE_TECHN Technology of DataSource 20090814

Method GET_DEPENDENT_NODES on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_DEPENDENT_NODES_LOCAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DATA_PRVD_ID Call by reference Type reference (TYPE) DCOBJNAMES Type for Managing Names of DDIC Objects 20090814
2 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20090814
3 Importing IV_CARRIER_DATA_PRVD Call by reference Type reference (TYPE) ESH_E_OM_DATA_PROVIDER Data Provider 20090814
4 Importing IV_TECHNOLOGY Call by reference Type reference (TYPE) ESH_E_OM_DATA_SOURCE_TECHN Technology of DataSource 20090814

Method GET_DEPENDENT_NODES_LOCAL on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_INTTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATATYPE Call by reference Type reference (TYPE) DATATYPE_D Data Type in ABAP Dictionary 20090825
2 Returning RV_INTTYPE Value transfer Type reference (TYPE) INTTYPE 20090825

Method GET_INTTYPE on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_MODEL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MODEL_DATA Call by reference Type reference (TYPE) ESH_T_OM_TRANSPORT_DATA1 Transport Data 20080730
2 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080730
3 Importing IT_SYSREL Call by reference Type reference (TYPE) ESH_T_OM_SYSREL_ID Software component 20080730
4 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080730

Method GET_MODEL_DATA on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_RUNTIME_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODE Call by reference Type reference (TYPE) CHAR30 'HUB' 30 Characters 20130819
2 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080813
3 Returning RT_RETURN_CODES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080813

Method GET_RUNTIME_BUFFER on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_SWC_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080730
2 Exporting ET_SWC_LIST Call by reference Type reference (TYPE) ESH_T_INT_SYSREL Software Component Interface 20080730
3 Exporting ET_SWC_STACK Call by reference Type reference (TYPE) ESH_T_INT_SYSRELD Software Component Stack Interface 20080730
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20080730
5 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080730

Method GET_SWC_LIST on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_SWITCHES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB 20081121
2 Exporting ET_SWITCHES Call by reference Type reference (TYPE) ESH_T_OM_SWITCH_SETTING Switch IDs 20081121
3 Importing IV_ACTIVE_SWITCHES Call by reference Type reference (TYPE) ABAP_BOOL 20081121
4 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20081121
5 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST 20081121

Method GET_SWITCHES on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_TEMPLATE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080730
2 Exporting ET_TEMPLATE_LIST Call by reference Type reference (TYPE) ESH_T_INT_TEMPLATE_LIST Template List Interface 20080730
3 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20080730
4 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080730
5 Importing IV_SYSREL Call by reference Type reference (TYPE) ESH_E_OM_SYSREL System/Release 20080730

Method GET_TEMPLATE_LIST on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method GET_TREX_DESTINATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB 20090122
2 Exporting EV_TREX_DESTINATION Call by reference Type reference (TYPE) TREXD_RFCDEST RFC destination to TREX 20090122
3 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST 20090122

Method GET_TREX_DESTINATION on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method HAS_CONNECTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB 20081024
2 Exporting EV_CONNECTORS_FOUND Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20081121
3 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_OM_LOGSYS_GUID Logical System: GUID 20081024

Method HAS_CONNECTORS on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method REGISTER_HUB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SWC_LIST Call by reference Type reference (TYPE) ESH_T_INT_SYSREL Software Component Interface 20080929
2 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080929
3 Returning RT_RETURN_CODES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080929

Method REGISTER_HUB on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method REPORT_UPDATES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) IF_WD_CONTEXT_NODE Web Dynpro: Interface for Context Nodes 20081021
2 Importing IR_THIS Call by reference Object reference (TYPE REF TO) OBJECT 20081021
3 Importing IV_REPORT_NO_CHANGE Call by reference Type reference (TYPE) ABAP_BOOL 20090113

Method REPORT_UPDATES on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method RFC_PING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20090204
2 Returning RT_RETURN_CODES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20090204

Method RFC_PING on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method SET_CONNECTOR_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONNECTORS_STATUS Call by reference Type reference (TYPE) ESH_T_SE_CONNECTORS_STATUS Connectors Status 20080929
2 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20080929
3 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080929
4 Returning RT_RETURN_CODES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080929

Method SET_CONNECTOR_STATUS on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method SET_MODEL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MODEL_DATA_ACTIVE Call by reference Type reference (TYPE) ESH_T_OM_TRANSPORT_DATA1 20090806
2 Importing IT_MODEL_DATA_INACTIVE Call by reference Type reference (TYPE) ESH_T_OM_TRANSPORT_DATA1 20090806
3 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20090806
4 Returning RT_RETURN_CODES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20090806

Method SET_MODEL_DATA on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method SET_RUNTIME_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Value transfer Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20081128
2 Importing IT_RFC_DESTINATIONS Call by reference Type reference (TYPE) T_RFC_DESTINATIONS RFC Destinations (sorted) 20080813
3 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20080813
4 Importing IV_MODE Call by reference Type reference (TYPE) CHAR30 'HUB' 30 Characters 20130819
5 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20080730
6 Importing IV_SYSTEM_CLIENT Call by reference Type reference (TYPE) SYST-MANDT Client ID of Current User 20110517
7 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) SYST-SYSID Name of the SAP System 20110517
8 Returning RT_RETURN_CODES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20080730

Method SET_RUNTIME_BUFFER on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method SET_RUNTIME_BUFFER_PROXY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_APPLOG Value transfer Object reference (TYPE REF TO) IF_ESH_OM_APPLOG Application Log 20130924
2 Importing IT_RFC_DESTINATIONS Call by reference Type reference (TYPE) T_RFC_DESTINATIONS RFC Destinations (sorted) 20130924
3 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20130924
4 Importing IV_MODE Call by reference Type reference (TYPE) CHAR30 'HUB' 30 Characters 20130924
5 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20130924
6 Importing IV_SYSTEM_CLIENT Call by reference Type reference (TYPE) SYST-MANDT Client ID of Current User 20130924
7 Importing IV_SYSTEM_ID Call by reference Type reference (TYPE) SYST-SYSID Name of the SAP System 20130924
8 Returning RT_RETURN_CODES Value transfer Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20130924

Method SET_RUNTIME_BUFFER_PROXY on class CL_ESH_INT_CONFIG_INTERFACE has no exception.

Method TRANSFER_TREX_INDICES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RETURN_CODES Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20090318
2 Importing IS_TRANSFER_PARAMETERS Call by reference Type reference (TYPE) ESH_S_INT_INDEX_TRANSFER Trex index transfer parameters 20090318
3 Importing IV_RFC_DESTINATION Call by reference Type reference (TYPE) RFCDEST Logical Destination (Specified in Function Call) 20090318

Method TRANSFER_TREX_INDICES on class CL_ESH_INT_CONFIG_INTERFACE has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 712