SAP ABAP Class CL_ESH_ADM_CONNECTOR_MOD (Connector Modifications)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_MONITORING_ADMIN (Package) Monitoring and Admin Component
⤷
⤷
Properties
| Class | CL_ESH_ADM_CONNECTOR_MOD | |
| Short Description | Connector Modifications | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_MONITORING_ADMIN | Monitoring and Admin Component |
| Created | 20090717 | SAP |
| Last change | 20110908 | 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) |
Interfaces
Class CL_ESH_ADM_CONNECTOR_MOD has no interface implemented.
Friends
Class CL_ESH_ADM_CONNECTOR_MOD has no friend class.
Attributes
Class CL_ESH_ADM_CONNECTOR_MOD has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Check if connectors are enhanced | 20090717 | |
| 2 | Static method | Public | Method | Check if a connector is enhanced | 20090717 |
Events
Class CL_ESH_ADM_CONNECTOR_MOD has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_CONNECTOR_ENHANCED | Public | See coding | 20090717 | BEGIN OF s_connector_enhanced,
connector_id TYPE esh_e_if_search_connector_id,
enhanced TYPE abap_bool,
END OF s_connector_enhanced
|
||
| 2 | T_CONNECTORS_ENHANCED | Public | See coding | 20090717 | t_connectors_enhanced TYPE STANDARD TABLE OF s_connector_enhanced WITH KEY connector_id
|
Method Signatures
Method CHECK_CONNECTORS_ENHANCED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_CONNECTORS_ENHANCED | Call by reference | Type reference (TYPE) | T_CONNECTORS_ENHANCED | Search connector IDs with enhancement information | 20090717 | |||
| 2 | IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090717 |
Method CHECK_CONNECTORS_ENHANCED on class CL_ESH_ADM_CONNECTOR_MOD has no exception.
Method CHECK_CONNECTOR_ENHANCED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_APPLOG | Call by reference | Object reference (TYPE REF TO) | IF_ESH_OM_APPLOG | Application Log | 20090717 | |||
| 2 | IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20090717 | |||
| 3 | RV_ENHANCED | Value transfer | Type reference (TYPE) | ABAP_BOOL | Is enhanced | 20090717 |
Method CHECK_CONNECTOR_ENHANCED on class CL_ESH_ADM_CONNECTOR_MOD has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |