SAP ABAP Class CL_ESH_SE_RUNTIME_DATA (Runtime Data)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_SEARCH (Package) Search (internal)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_SE_RUNTIME_DATA | ESH Search Runtime Data | 20091103 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ESH_SE_RUNTIME_DATA_UPDATE | ESH Search Runtime Data Update | 20091103 |
Properties
| Class | CL_ESH_SE_RUNTIME_DATA | |
| Short Description | Runtime Data | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_SEARCH | Search (internal) |
| Created | 20080809 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ESH_SE_RUNTIME_DATA | ESH Search Runtime Data | 20091103 | ||
| 2 | IF_ESH_SE_RUNTIME_DATA_UPDATE | ESH Search Runtime Data Update | 20091103 |
Friends
Class CL_ESH_SE_RUNTIME_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA | ESH search runtime data | 20091104 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA | ESH search runtime data | 20091105 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA | ESH search runtime data | 20091104 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ESH_SE_RUNTIME_DATA_ITAB | ESH search runtime data | 20091104 | |||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA_UPDATE | ESH search runtime data update | 20091103 | |||
| 6 | Constant | Public | Type reference (TYPE) | L_RUNTIME_DATA_AREA | 'A' | Area: automatic determination | 20131120 | ||
| 7 | Constant | Public | Type reference (TYPE) | L_RUNTIME_DATA_AREA | 'N' | Area: automatic determination | 20131120 | ||
| 8 | Constant | Public | Type reference (TYPE) | L_RUNTIME_DATA_AREA | 'S' | Area: automatic determination | 20131120 | ||
| 9 | Static Attribute | Protected | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA | ESH search runtime data | 20080809 | |||
| 10 | Static Attribute | Protected | Type reference (TYPE) | ABAP_BOOL | ABAP_UNDEFINED | 20131122 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Constructor | Constructor | 20091103 | |
| 2 | Static method | Public | Method | Get instance | 20080810 | |
| 3 | Static method | Public | Method | Get instance for buffer update | 20080810 | |
| 4 | Static method | Public | Method | Set connector status | 20080809 | |
| 5 | Static method | Public | Method | Update runtime data | 20080810 |
Events
Class CL_ESH_SE_RUNTIME_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | L_RUNTIME_DATA_AREA | Public | Type reference (TYPE) | CHAR01 | Runtime Data Area | 20131120 | |
Method Signatures
Method CONSTRUCTOR 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 | 20091103 | |||
| 2 | IV_IF_ESH_SE_RUNTIME_DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091103 | ||||
| 3 | IV_IF_ESH_SE_RUNTIME_DATA_UPD | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091103 |
Method CONSTRUCTOR on class CL_ESH_SE_RUNTIME_DATA has no exception.
Method GET_BUFFER_INSTANCE 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 | 20080811 | |||
| 2 | IV_AREA | Call by reference | Type reference (TYPE) | L_RUNTIME_DATA_AREA | SC_AREA_AUTOMATIC | Runtime Data Area | 20131120 | ||
| 3 | IV_UPDATE_INVALID_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | Bool: Update buffer if it is considered to be invalid | 20090127 | ||
| 4 | RO_RUNTIME_DATA | Value transfer | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA | ESH Search Runtime Data | 20080810 |
Method GET_BUFFER_INSTANCE on class CL_ESH_SE_RUNTIME_DATA has no exception.
Method GET_BUFFER_INSTANCE_FOR_UPDATE 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 | 20080811 | |||
| 2 | RO_RUNTIME_DATA_UPDATE | Value transfer | Object reference (TYPE REF TO) | IF_ESH_SE_RUNTIME_DATA_UPDATE | ESH Search Runtime Data Update | 20080810 |
Method GET_BUFFER_INSTANCE_FOR_UPDATE on class CL_ESH_SE_RUNTIME_DATA has no exception.
Method SET_CONNECTOR_STATUS 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 | 20080813 | |||
| 2 | IT_CONNECTORS_STATUS | Call by reference | Type reference (TYPE) | ESH_T_SE_CONNECTORS_STATUS | Connectors Status | 20080811 | |||
| 3 | IV_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Commit | 20080811 | ||
| 4 | IV_CONNECTOR_ID | Call by reference | Type reference (TYPE) | ESH_E_IF_SEARCH_CONNECTOR_ID | Search Connector ID | 20080810 | |||
| 5 | IV_RAISE_EXCEPTION_ON_ERROR | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Raise an exception on error | 20080810 | ||
| 6 | IV_STATUS | Call by reference | Type reference (TYPE) | ESH_E_ADM_SC_STATUS | Status of a Search Connector | 20080810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Common ESH Engine Exception | 20080810 |
Method UPDATE_BUFFER 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 | 20080813 | |||
| 2 | IV_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Commit | 20080811 | ||
| 3 | IV_CONNECTION_GUID | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20080810 | |||
| 4 | IV_CONNECTION_GUID_CLEAR | Call by reference | Type reference (TYPE) | ESH_E_ADM_CONNECTION_GUID | Connection GUID | 20131014 | |||
| 5 | IV_FULL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Full update | 20080810 | ||
| 6 | IV_SOFTWARE_COMPONENT | Call by reference | Type reference (TYPE) | ESH_E_OM_SYSREL | System/Release | 20080810 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Common ESH Engine Exception | 20080810 |
History
| Last changed by/on | SAP | 20141121 |
| SAP Release Created in | 712 |