Hierarchy
⤷
⤷
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 | 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 | Constant | Public | Type reference (TYPE) | TROBJTYPE | 'TABL' | Object type | 20080730 | ||
| 2 | Constant | Public | Type reference (TYPE) | TROBJTYPE | 'TTYP' | Object type | 20080730 | ||
| 3 | Constant | Public | Type reference (TYPE) | SYMSGID | 'ESH_INTEGRATION' | Message class | 20080730 | ||
| 4 | Constant | Public | Type reference (TYPE) | DDOBJNAME | 'MODEL_DATA' | Name of ABAP Dictionary object | 20080730 | ||
| 5 | Constant | Public | Type reference (TYPE) | DDOBJNAME | 'TRANSFER_PARAMETERS' | Name of ABAP Dictionary object | 20090318 | ||
| 6 | Static Attribute | Public | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application log | 20080730 | |||
| 7 | Static Attribute | Private | Type reference (TYPE) | T_TREX_DESTINATION | 20090122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Connect back-end system to hub | 20080730 | |
| 2 | Static method | Public | Method | Delete connector in back-end system | 20080730 | |
| 3 | Static method | Public | Method | Connect back-end system from hub | 20081002 | |
| 4 | Static method | Public | Method | Export content of the specified TREX indices | 20081015 | |
| 5 | Static method | Public | Method | Get complete configuration data from back-end system | 20080730 | |
| 6 | Static method | Public | Method | Get DDIC domain data | 20080801 | |
| 7 | Static method | Public | Method | 20080826 | ||
| 8 | Static method | Public | Method | Get DDIC table/structure/view data | 20080801 | |
| 9 | Static method | Public | Method | Get DDIC table/structure/view data | 20080826 | |
| 10 | Static method | Public | Method | Get IDs of dependent nodes | 20090814 | |
| 11 | Static method | Public | Method | Get IDs of dependent nodes | 20090814 | |
| 12 | Static method | Public | Method | Get internal data type | 20090825 | |
| 13 | Static method | Public | Method | Get complete model data from back-end system | 20080730 | |
| 14 | Static method | Public | Method | Get runtime buffer from foreign system (from hub) | 20080813 | |
| 15 | Static method | Public | Method | Get software component list from back-end system | 20080730 | |
| 16 | Static method | Public | Method | Gert active switches | 20081121 | |
| 17 | Static method | Public | Method | Get template list from back-end system | 20080730 | |
| 18 | Static method | Public | Method | Get TREX machine destination | 20090122 | |
| 19 | Static method | Public | Method | Check for existing connectors | 20081024 | |
| 20 | Static method | Public | Method | Register hub for software components | 20080929 | |
| 21 | Static method | Public | Method | Report updated back-end system models | 20081021 | |
| 22 | Static method | Private | Method | 20090204 | ||
| 23 | Static method | Public | Method | Set connector status on updates | 20080929 | |
| 24 | Static method | Public | Method | Set complete model data from remote system | 20090806 | |
| 25 | Static method | Public | Method | Set runtime buffer in back-end system | 20080730 | |
| 26 | Static method | Public | Method | Set runtime buffer in back-end system | 20130924 | |
| 27 | 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 | ET_RETURN_CODES | Value transfer | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20130830 | |||
| 2 | EV_DB_SCHEMA | Call by reference | Type reference (TYPE) | ESH_E_ADM_HDB_DBSCHEMA | Database Schema | 20130830 | |||
| 3 | IV_APPLSERVER | Call by reference | Type reference (TYPE) | RFCHOST | Name of target host | 20080730 | |||
| 4 | IV_CLIENT | Call by reference | Type reference (TYPE) | MANDT | Client | 20080730 | |||
| 5 | IV_LANGU | Call by reference | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20080730 | |||
| 6 | IV_LOGSYS | Call by reference | Type reference (TYPE) | LOGSYS | Logical System | 20080730 | |||
| 7 | IV_MODE | Call by reference | Type reference (TYPE) | CHAR30 | 'HUB' | 30 Characters | 20130814 | ||
| 8 | IV_PASSWORD | Call by reference | Type reference (TYPE) | XUNCODE | New password | 20080730 | |||
| 9 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080730 | |||
| 10 | IV_STEXT | Call by reference | Type reference (TYPE) | RFCDOC_D | Description of RFC connection | 20080730 | |||
| 11 | IV_SYSTEMID | Call by reference | Type reference (TYPE) | SYSYSID | Name of the SAP System | 20080730 | |||
| 12 | IV_SYSTEMNO | Call by reference | Type reference (TYPE) | RSTSPREFIX | Transfer structure prefix for a source system | 20080730 | |||
| 13 | 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 | IT_SYSREL | Call by reference | Type reference (TYPE) | ESH_T_OM_SYSREL_ID | Software component | 20080731 | |||
| 2 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080730 | |||
| 3 | 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 | IV_DELETE_CONNECTORS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090724 | |||
| 2 | IV_FORCE_DISCONNECT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20110107 | |||
| 3 | IV_LOGSYS | Call by reference | Type reference (TYPE) | LOGSYS | Logical System | 20081002 | |||
| 4 | IV_MODE | Call by reference | Type reference (TYPE) | CHAR30 | 'HUB' | 30 Characters | 20130814 | ||
| 5 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20081002 | |||
| 6 | 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 | ET_INDEX_STATUS | Call by reference | Type reference (TYPE) | TREXT_INDEX_STATUS | Status of indexes | 20081015 | |||
| 2 | EV_RETURN_CODE | Call by reference | Type reference (TYPE) | TREX_RFC-RETURN_CODE | Return Code | 20081015 | |||
| 3 | EV_RETURN_TEXT | Call by reference | Type reference (TYPE) | TREX_RFC-RETURN_TEXT | Return Text | 20081015 | |||
| 4 | IT_INDICES | Call by reference | Type reference (TYPE) | TREXT_INDEX_IDS | Indexes | 20081015 | |||
| 5 | IV_EXPORT_PATH | Call by reference | Type reference (TYPE) | TREX_RFC-PATH | Target Directory | 20081015 | |||
| 6 | 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 | ES_CONNECTOR_DATA | Call by reference | Type reference (TYPE) | ESH_S_CRT_CONNECTOR_DATA | Container for Search Connector data | 20080801 | |||
| 2 | ET_MODEL_DATA_ACTIVE | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANSPORT_DATA1 | Transport Data | 20080730 | |||
| 3 | ET_MODEL_DATA_ACTIVE_ENH | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANSPORT_DATA1 | Transport Data | 20100203 | |||
| 4 | ET_MODEL_DATA_INACTIVE | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANSPORT_DATA1 | Transport Data | 20080730 | |||
| 5 | ET_MODEL_DATA_INACTIVE_ENH | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANSPORT_DATA1 | Transport Data | 20100203 | |||
| 6 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080730 | |||
| 7 | IT_SYSREL | Call by reference | Type reference (TYPE) | ESH_T_OM_SYSREL_ID | Software component | 20080730 | |||
| 8 | 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 | ET_DD01V | Call by reference | Type reference (TYPE) | ESH_T_MU_DD01V | DD: Domain header with text | 20080801 | |||
| 2 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080801 | |||
| 3 | EV_HAS_VALUE_TEXTS | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20080801 | |||
| 4 | IV_DOMAIN_NAME | Call by reference | Type reference (TYPE) | DOMNAME | Domain name | 20080801 | |||
| 5 | 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 | ET_DD01V | Call by reference | Type reference (TYPE) | ESH_T_MU_DD01V | 20080826 | ||||
| 2 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | 20080826 | ||||
| 3 | EV_HAS_VALUE_TEXTS | Call by reference | Type reference (TYPE) | CHAR1 | 20080826 | ||||
| 4 | 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 | ET_DD02V | Call by reference | Type reference (TYPE) | ESH_T_INT_DD02V | ABAP/4 Dictionary: Header of tables with short text | 20080801 | |||
| 2 | ET_DD03P | Call by reference | Type reference (TYPE) | DDDD03PTAB | Table Fields | 20080801 | |||
| 3 | ET_DD12V | Call by reference | Type reference (TYPE) | DD12VTAB | DD: Index Header of a Table | 20130222 | |||
| 4 | ET_DD17V | Call by reference | Type reference (TYPE) | DD17VTAB | DD: Index Fields of a Table | 20130222 | |||
| 5 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080801 | |||
| 6 | IV_DDIC_NAME | Call by reference | Type reference (TYPE) | DDOBJNAME | Name of ABAP Dictionary Object | 20080801 | |||
| 7 | 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 | ET_DD02V | Call by reference | Type reference (TYPE) | ESH_T_INT_DD02V | ABAP/4 Dictionary: Header of tables with short text | 20080826 | |||
| 2 | ET_DD03P | Call by reference | Type reference (TYPE) | DDDD03PTAB | Table Fields | 20080826 | |||
| 3 | ET_DD12V | Call by reference | Type reference (TYPE) | DD12VTAB | DD: Index Header of a Table | 20130222 | |||
| 4 | ET_DD17V | Call by reference | Type reference (TYPE) | DD17VTAB | DD: Index Fields of a Table | 20130222 | |||
| 5 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080826 | |||
| 6 | 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 | ET_DATA_PRVD_ID | Call by reference | Type reference (TYPE) | DCOBJNAMES | Type for Managing Names of DDIC Objects | 20090814 | |||
| 2 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | 20090814 | ||||
| 3 | IV_CARRIER_DATA_PRVD | Call by reference | Type reference (TYPE) | ESH_E_OM_DATA_PROVIDER | 20090814 | ||||
| 4 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20090814 | |||
| 5 | 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 | ET_DATA_PRVD_ID | Call by reference | Type reference (TYPE) | DCOBJNAMES | Type for Managing Names of DDIC Objects | 20090814 | |||
| 2 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20090814 | |||
| 3 | IV_CARRIER_DATA_PRVD | Call by reference | Type reference (TYPE) | ESH_E_OM_DATA_PROVIDER | Data Provider | 20090814 | |||
| 4 | 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 | IV_DATATYPE | Call by reference | Type reference (TYPE) | DATATYPE_D | Data Type in ABAP Dictionary | 20090825 | |||
| 2 | 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 | ET_MODEL_DATA | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANSPORT_DATA1 | Transport Data | 20080730 | |||
| 2 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080730 | |||
| 3 | IT_SYSREL | Call by reference | Type reference (TYPE) | ESH_T_OM_SYSREL_ID | Software component | 20080730 | |||
| 4 | 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 | IV_MODE | Call by reference | Type reference (TYPE) | CHAR30 | 'HUB' | 30 Characters | 20130819 | ||
| 2 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080813 | |||
| 3 | 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 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080730 | |||
| 2 | ET_SWC_LIST | Call by reference | Type reference (TYPE) | ESH_T_INT_SYSREL | Software Component Interface | 20080730 | |||
| 3 | ET_SWC_STACK | Call by reference | Type reference (TYPE) | ESH_T_INT_SYSRELD | Software Component Stack Interface | 20080730 | |||
| 4 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20080730 | |||
| 5 | 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 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | 20081121 | ||||
| 2 | ET_SWITCHES | Call by reference | Type reference (TYPE) | ESH_T_OM_SWITCH_SETTING | Switch IDs | 20081121 | |||
| 3 | IV_ACTIVE_SWITCHES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20081121 | ||||
| 4 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20081121 | |||
| 5 | 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 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20080730 | |||
| 2 | ET_TEMPLATE_LIST | Call by reference | Type reference (TYPE) | ESH_T_INT_TEMPLATE_LIST | Template List Interface | 20080730 | |||
| 3 | IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYLANGU | Language Key of Current Text Environment | 20080730 | |||
| 4 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080730 | |||
| 5 | 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 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | 20090122 | ||||
| 2 | EV_TREX_DESTINATION | Call by reference | Type reference (TYPE) | TREXD_RFCDEST | RFC destination to TREX | 20090122 | |||
| 3 | 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 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | 20081024 | ||||
| 2 | EV_CONNECTORS_FOUND | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20081121 | |||
| 3 | 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 | IT_SWC_LIST | Call by reference | Type reference (TYPE) | ESH_T_INT_SYSREL | Software Component Interface | 20080929 | |||
| 2 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080929 | |||
| 3 | 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 | IR_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20081021 | |||
| 2 | IR_THIS | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20081021 | ||||
| 3 | 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 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20090204 | |||
| 2 | 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 | IT_CONNECTORS_STATUS | Call by reference | Type reference (TYPE) | ESH_T_SE_CONNECTORS_STATUS | Connectors Status | 20080929 | |||
| 2 | IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20080929 | |||
| 3 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080929 | |||
| 4 | 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 | IT_MODEL_DATA_ACTIVE | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANSPORT_DATA1 | 20090806 | ||||
| 2 | IT_MODEL_DATA_INACTIVE | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANSPORT_DATA1 | 20090806 | ||||
| 3 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20090806 | |||
| 4 | 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 | IO_APPLOG | Value transfer | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20081128 | |||
| 2 | IT_RFC_DESTINATIONS | Call by reference | Type reference (TYPE) | T_RFC_DESTINATIONS | RFC Destinations (sorted) | 20080813 | |||
| 3 | IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20080813 | |||
| 4 | IV_MODE | Call by reference | Type reference (TYPE) | CHAR30 | 'HUB' | 30 Characters | 20130819 | ||
| 5 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20080730 | |||
| 6 | IV_SYSTEM_CLIENT | Call by reference | Type reference (TYPE) | SYST-MANDT | Client ID of Current User | 20110517 | |||
| 7 | IV_SYSTEM_ID | Call by reference | Type reference (TYPE) | SYST-SYSID | Name of the SAP System | 20110517 | |||
| 8 | 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 | IO_APPLOG | Value transfer | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20130924 | |||
| 2 | IT_RFC_DESTINATIONS | Call by reference | Type reference (TYPE) | T_RFC_DESTINATIONS | RFC Destinations (sorted) | 20130924 | |||
| 3 | IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20130924 | |||
| 4 | IV_MODE | Call by reference | Type reference (TYPE) | CHAR30 | 'HUB' | 30 Characters | 20130924 | ||
| 5 | IV_RFC_DESTINATION | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20130924 | |||
| 6 | IV_SYSTEM_CLIENT | Call by reference | Type reference (TYPE) | SYST-MANDT | Client ID of Current User | 20130924 | |||
| 7 | IV_SYSTEM_ID | Call by reference | Type reference (TYPE) | SYST-SYSID | Name of the SAP System | 20130924 | |||
| 8 | 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 | ET_RETURN_CODES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20090318 | |||
| 2 | IS_TRANSFER_PARAMETERS | Call by reference | Type reference (TYPE) | ESH_S_INT_INDEX_TRANSFER | Trex index transfer parameters | 20090318 | |||
| 3 | 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 |