SAP ABAP Class CL_ESH_ADM_CRT_SCT_CONTROLLER (Search Connector Type Controller for Common Runtime)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_ADMIN_COMMON_RUNTIME (Package) Monitoring and Admin for the Common Runtime Component
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ESH_ADM_ABSTRACT_SCT_CTRL | Abstract Base Class for SCT Controllers | 20080109 |
Properties
| Class | CL_ESH_ADM_CRT_SCT_CONTROLLER | |
| Short Description | Search Connector Type Controller for Common Runtime | |
| Super Class | CL_ESH_ADM_ABSTRACT_SCT_CTRL | Abstract Base Class for SCT Controllers |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_ADMIN_COMMON_RUNTIME | Monitoring and Admin for the Common Runtime Component |
| Created | 20080109 | SAP |
| Last change | 20130531 | SAP |
| 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_ESH_ADM_CRT_SCT_CONTROLLER has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_ESH_MONITORING_ADMIN_TOOL | 20080109 | Monitoring and Admin Component |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | ESH_E_OM_REQUEST | 'ODP' | ODP prefix | 20111128 | ||
| 2 | Constant | Private | Type reference (TYPE) | ESH_E_OM_REQUEST | '%BWA%ODP%' | Artificial BWA ODP request | 20101129 | ||
| 3 | Constant | Private | Type reference (TYPE) | ESH_E_OM_REQUEST | '%BWA%' | Artificial BWA ODP request prefix (to build ...~ |
20111017 | ||
| 4 | Constant | Private | Type reference (TYPE) | BTCSDATE | ' ' | Planned start date for background job | 20080201 | ||
| 5 | Constant | Private | Type reference (TYPE) | BTCSTIME | ' ' | Planned start time for background job | 20080201 | ||
| 6 | Constant | Private | Type reference (TYPE) | ESH_E_ADM_ROW_TYPE | 'NODE' | Type of the entity that is contained in one row | 20080114 | ||
| 7 | Constant | Private | Type reference (TYPE) | ESH_E_ADM_ROW_TYPE | 'REQUEST' | Type of the entity that is contained in one row | 20080114 | ||
| 8 | Static Attribute | Private | Type reference (TYPE) | LTY_T_FU_PRC_STATUS_TEXT_TYPE | Descriptive texts for fast delta update process status | 20090123 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | ESH_T_OM_TRANS_DELTA_NODES | List of nodes for reset function | 20080109 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | ESH_T_OM_TRANS_DELTA_REQUESTS | List of requests for reset function | 20080109 | |||
| 11 | Static Attribute | Private | Type reference (TYPE) | STRING | Dummy message field | 20080109 | |||
| 12 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ESH_TREX_AUTHINDEX_COMPILER | Authorization Index Compiler | 20120629 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Append BADI messages to log | 20111020 | |
| 2 | Instance method | Private | Method | Check if the specified obj. type is real-time indxg enabled | 20090121 | |
| 3 | Static method | Public | Constructor | Class constructor | 20090123 | |
| 4 | Static method | Protected | Method | Compose Logical ODP Request ID | 20111017 | |
| 5 | Instance method | Private | Method | CRT_INDEX: Append ODP Indices | 20111017 | |
| 6 | Static method | Protected | Method | Decompose Logical ODP Request ID | 20111017 | |
| 7 | Instance method | Private | Method | Delete ODP indices (Case: ODP deleted, Node not deleted) | 20111017 | |
| 8 | Static method | Private | Method | Get system data for the specified connection GUID | 20090127 | |
| 9 | Instance method | Private | Method | Get data from TREX about all specified indices | 20080114 | |
| 10 | Instance method | Public | Method | Get all nodes and requests for a BO search object connector | 20080114 | |
| 11 | Instance method | Public | Method | Get all nodes and requests for a BO search object connector | 20090403 | |
| 12 | Instance method | Private | Method | Get all technical objects for the specified business object | 20080122 | |
| 13 | Static method | Public | Method | Get data for transporting all search object connectors | 20080801 | |
| 14 | Instance method | Private | Method | Instantiate all handlers for connector preparation/deletion | 20130828 | |
| 15 | Instance method | Private | Method | Node Status: Get Auth-Update Status | 20130712 | |
| 16 | Static method | Private | Method | Get the status descriptive texts | 20090123 | |
| 17 | Instance method | Private | Method | Update the status of the search object connector | 20080407 |
Events
Class CL_ESH_ADM_CRT_SCT_CONTROLLER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LTY_SC_NODES_REQUESTS_TYPE | Public | See coding | 20090403 | BEGIN OF lty_sc_nodes_requests_type,
sc_id TYPE esh_e_if_search_connector_id,
object_type TYPE esh_e_om_object_type,
connection_guid TYPE esh_e_adm_connection_guid,
connection_type TYPE esh_e_adm_connection_type,
logsys TYPE logsys,
devclass TYPE devclass,
appl_comp TYPE ufps_posid,
sw_comp_id TYPE esh_e_om_sysrel,
ref_sc_id TYPE esh_e_if_search_connector_id,
nodes TYPE esh_t_om_aotypn_ext,
node_mappings TYPE esh_t_om_aotypnp_ext,
requests TYPE esh_t_om_aotypnq_ext,
node_texts TYPE esh_t_om_aotypnt, "_ext,
request_texts TYPE esh_t_om_aotypnqt, "_ext,
END OF lty_sc_nodes_requests_type
|
||
| 2 | LTY_T_SC_NODES_REQUESTS_TYPE | Public | See coding | 20090403 | lty_t_sc_nodes_requests_type TYPE STANDARD TABLE OF lty_sc_nodes_requests_type WITH DEFAULT KEY
|
Method Signatures
Method APPEND_BADI_MESSAGES_TO_LOG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20111020 | |||
| 2 | IT_MESSAGES | Call by reference | Type reference (TYPE) | BAPIRETTAB | Table with BAPI Return Information | 20111020 | |||
| 3 | IV_APPEND_GEN_EXC_MSG | Call by reference | Type reference (TYPE) | CHAR01 | Append generic exception message | 20111020 | |||
| 4 | IX_EXCEPTION | Call by reference | Object reference (TYPE REF TO) | CX_ESH_IF_ENGINE | ESH Interface Exception | 20111020 |
Method APPEND_BADI_MESSAGES_TO_LOG on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method CHECK_IS_REALTIME_INDX_ENABLED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_BACKEND_NAME | Call by reference | Type reference (TYPE) | ESH_E_OM_BACKEND_NAME | Backend Name | 20090121 | |||
| 2 | IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20090121 | |||
| 3 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20090121 | |||
| 4 | IV_OBJECT_TYPE_ALIAS | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE_ALIAS | Object Type Alias Name | 20090121 | |||
| 5 | IV_PROVIDER_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_PROVIDER_ID | Provider ID | 20090121 | |||
| 6 | IV_SW_COMP_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20090210 | |||
| 7 | RV_IS_REALTIME_INDX_ENABLED | Value transfer | Type reference (TYPE) | ESH_E_REALTIME_INDEX_ENABLED | Flag: Realtime indexing enabled | 20090121 |
Method CHECK_IS_REALTIME_INDX_ENABLED on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method COMPOSE_LOGICAL_ODP_REQ_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ODP_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_ODP_ID | Operational Data Provider ID | 20111017 | |||
| 2 | IV_SEMANTICS | Call by reference | Type reference (TYPE) | ESH_E_OM_ODP_SEMANTICS | Semantics of an ODP | 20111017 | |||
| 3 | RV_LOGICAL_REQUEST_ID | Value transfer | Type reference (TYPE) | ESH_E_OM_REQUEST | Logical Request ID for ODP | 20111017 |
Method COMPOSE_LOGICAL_ODP_REQ_ID on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method CRT_INDEX_APPEND_ODP_INDICES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CRT_INDEX | Call by reference | Type reference (TYPE) | ESH_T_CRT_INDEX | Table type for ESH_CRT_INDEX | 20111017 | |||
| 2 | IR_MODEL_METADATA_A | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_MODEL_METADATA | Model Metadata (Area A) | 20111017 | |||
| 3 | IR_MODEL_METADATA_I | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_MODEL_METADATA | Model Metadata (Area I) | 20111017 | |||
| 4 | IT_ODP_INDICES | Call by reference | Type reference (TYPE) | ESH_T_ADM_ODP_NODE_INDEX | ODP Index ID for Node and ODP | 20111017 | |||
| 5 | IV_LOGSYS | Call by reference | Type reference (TYPE) | LOGSYS | Logsys | 20111017 |
Method CRT_INDEX_APPEND_ODP_INDICES on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method DECOMPOSE_LOGICAL_ODP_REQ_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_ODP_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_ODP_ID | Operational Data Provider ID | 20111017 | |||
| 2 | EV_SEMANTICS | Call by reference | Type reference (TYPE) | ESH_E_OM_ODP_SEMANTICS | Semantics of an ODP | 20111017 | |||
| 3 | IV_LOGICAL_REQUEST_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_REQUEST | Logical Request ID for ODP | 20111017 |
Method DECOMPOSE_LOGICAL_ODP_REQ_ID on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method DELETE_ODP_INDICES_ON_ODP_DEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CRT_INDEX_DEL | Call by reference | Type reference (TYPE) | ESH_T_CRT_INDEX | Table type for data base table ESH_CRT_INDEX | 20111017 | |||
| 2 | IR_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20111017 | |||
| 3 | IR_MODEL_METADATA_A | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_MODEL_METADATA | Model Metadata (Area A) | 20111017 | |||
| 4 | IR_MODEL_METADATA_I | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_MODEL_METADATA | Model Metadata (Area I) | 20111017 | |||
| 5 | IR_SCENARIO_ANALYZER | Call by reference | Object reference (TYPE REF TO) | CL_ESH_HANA_SCENARIO_ANALYZER | ESH-on-HANA Scenario Analyzer | 20120525 | |||
| 6 | IT_SC_NODES | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANS_DELTA_NODES | Delta details for nodes | 20111017 | |||
| 7 | IT_SC_ODPS | Call by reference | Type reference (TYPE) | ESH_T_OM_TRANS_DELTA_ODPS | Delta details of ODP entries | 20111017 | |||
| 8 | IV_LOGSYS | Call by reference | Type reference (TYPE) | LOGSYS | Logsys | 20111017 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Static exception superclass for ESH-TREX | 20111017 |
Method GET_CONNECTION_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20090127 | |||
| 2 | IV_TEMPLATE_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_TEMPLATE_TYPE | Template Type | 20090127 | |||
| 3 | RV_CONNECTION | Value transfer | Type reference (TYPE) | CL_ESH_ADM_CONNECTIVITY=>GTY_S_CONNECTION_TYPE | Connection data | 20090127 |
Method GET_CONNECTION_DATA on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method GET_INDEX_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20130402 | |||
| 2 | IT_INDEX_ID | Call by reference | Type reference (TYPE) | ESH_T_HDB_DBTAB | List of index IDs | 20080114 | |||
| 3 | RT_INDEX_INFO | Value transfer | Type reference (TYPE) | ESH_T_HDB_DBTAB_INFORMATION | Details relevant for physical and logical indexes in TREX | 20080114 |
Method GET_INDEX_DATA on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method GET_NODES_AND_REQUESTS_FOR_SC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODES | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPN_EXT | List of nodes | 20080114 | |||
| 2 | ET_NODE_MAPPINGS | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNP_EXT | Node mappings for merged nodes | 20081218 | |||
| 3 | ET_NODE_TEXTS | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNT_EXT | Node texts | 20080114 | |||
| 4 | ET_REQUESTS | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQ_EXT | List of requests | 20080114 | |||
| 5 | ET_REQUEST_TEXTS | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPNQT_EXT | Request texts | 20080114 | |||
| 6 | EV_REF_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Referenced Search Connector ID | 20090310 | |||
| 7 | EV_SW_COMP_ID | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | Software Component | 20090202 | |||
| 8 | IR_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20080114 | |||
| 9 | IV_AREA | Call by reference | Type reference (TYPE) | ESH_E_OM_AREA | CL_ESH_OM_CONSTANTS=>GC_AREA_ACTIVE | Area | 20080131 | ||
| 10 | IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20080114 | |||
| 11 | IV_INCL_TEXTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Flag: Including texts | 20080114 | ||
| 12 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20080114 | |||
| 13 | IV_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20080114 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Errors in Monitoring/Admin Component | 20080114 |
Method GET_NODES_AND_REQUESTS_FOR_SCS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_SC_NODES_REQUESTS | Call by reference | Type reference (TYPE) | LTY_T_SC_NODES_REQUESTS_TYPE | 20090403 | ||||
| 2 | IR_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090403 | |||
| 3 | IV_ALL_OBJECTS_RELEVANT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: Potentially all objects of model relevant | 20090409 | |||
| 4 | IV_AREA | Call by reference | Type reference (TYPE) | ESH_E_OM_AREA | CL_ESH_OM_CONSTANTS=>GC_AREA_ACTIVE | Area | 20090403 | ||
| 5 | IV_INCL_TEXTS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Flag: Including texts | 20090403 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Errors in Monitoring/Admin Component | 20090403 |
Method GET_TECHNICAL_OBJECTS_FOR_BO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODES | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYPN_EXT | List of nodes | 20090706 | |||
| 2 | ET_OBJECT_TYPES | Call by reference | Type reference (TYPE) | ESH_T_OM_AOTYP_EXT | List of technical objects | 20090706 | |||
| 3 | IR_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20080122 | |||
| 4 | IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20080122 | |||
| 5 | IV_OBJECT_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_OBJECT_TYPE | Object Type | 20080122 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Errors in Monitoring/Admin Component | 20080122 |
Method GET_TRANSPORT_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RS_CONNECTOR_DATA | Value transfer | Type reference (TYPE) | ESH_S_CRT_CONNECTOR_DATA | Container for Search Connector data | 20080801 |
Method GET_TRANSPORT_DATA on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method INSTANTIATE_ALL_HANDLERS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_AUTH_INDEX_COMPILER | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_AUTHINDEX_COMPILER | Authorization Index Compiler | 20130828 | |||
| 2 | ER_CALC_ATTR_COMPILER | Call by reference | Object reference (TYPE REF TO) | CL_ESH_HANA_CALCATTR_COMPILER | Calculated-Attribute Compiler | 20130917 | |||
| 3 | ER_DB_TRIGGER_COMPILER | Call by reference | Object reference (TYPE REF TO) | CL_ESH_DBT_COMPILER | Database Trigger Compiler | 20130828 | |||
| 4 | ER_FULLTEXT_INDEX_COMPILER | Call by reference | Object reference (TYPE REF TO) | CL_ESH_HANA_FULLTEXTINDEX | Fulltext Index Compiler | 20130828 | |||
| 5 | ER_INDEX_CHECKER | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_INDEX_CHECKER | Index Checker | 20130828 | |||
| 6 | ER_INDEX_COMPILER | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_INDEX_COMPILER | Index Compiler | 20130828 | |||
| 7 | ER_INDEX_METADATA_A | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_INDEX_METADATA | Index_Metadata Provider (Active Model) | 20130828 | |||
| 8 | ER_INDEX_METADATA_I | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_INDEX_METADATA | Index_Metadata Provider (Inactive Model) | 20130828 | |||
| 9 | IR_APPLICATION_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20130828 | |||
| 10 | IR_MODEL_METADATA_A | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_MODEL_METADATA | Model Metadata (Active Model) | 20130828 | |||
| 11 | IR_MODEL_METADATA_I | Call by reference | Object reference (TYPE REF TO) | CL_ESH_TREX_MODEL_METADATA | Model Metadata (Inactive Model) | 20130828 | |||
| 12 | IR_SCENARIO_ANALYZER | Call by reference | Object reference (TYPE REF TO) | CL_ESH_HANA_SCENARIO_ANALYZER | Scenario Analyzer | 20130828 | |||
| 13 | IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20130828 | |||
| 14 | IV_EXT_SYS_ID | Call by reference | Type reference (TYPE) | ESH_E_ADM_EXTERNAL_SYSTEM_ID | External System ID | 20130828 | |||
| 15 | IV_LOGSYS | Call by reference | Type reference (TYPE) | LOGSYS | Logical system | 20130828 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Errors in Monitoring/Admin Component | 20130828 |
Method NODE_STATUS_GET_AUTH_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODE_AUTH_STATUS | Call by reference | Type reference (TYPE) | ESH_T_CRT_NODE_AUTH_STATUS | Node Authorization Status | 20130712 | |||
| 2 | IT_NODE_STATUS | Call by reference | Type reference (TYPE) | ESH_T_CRT_STATUS | Node Status | 20130712 |
Method NODE_STATUS_GET_AUTH_STATUS on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method READ_FU_STATUS_DESCRIPTIONS Signature
Method READ_FU_STATUS_DESCRIPTIONS on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no parameter.
Method READ_FU_STATUS_DESCRIPTIONS on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
Method UPDATE_SEARCH_CONNECTOR_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NODE_STATUS | Call by reference | Type reference (TYPE) | ESH_T_CRT_STATUS | Status of nodes | 20080407 | |||
| 2 | IV_IGNORING_JOB_STATUS | Call by reference | Type reference (TYPE) | CHAR01 | ABAP_FALSE | Calculate status ignoring "create connector" job status | 20131016 | ||
| 3 | IV_REF_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Referenced Search Connector ID | 20090312 | |||
| 4 | IV_SC_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20080407 | |||
| 5 | IV_TEMPLATE_TYPE | Call by reference | Type reference (TYPE) | ESH_E_OM_TEMPLATE_TYPE | Template Type | 20090227 |
Method UPDATE_SEARCH_CONNECTOR_STATUS on class CL_ESH_ADM_CRT_SCT_CONTROLLER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 711 |