SAP ABAP Class CL_ESH_SE_RUNTIME_DATA_ITAB (Runtime Data from Cluster Table)
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 | 20091104 |
Properties
Class | CL_ESH_SE_RUNTIME_DATA_ITAB | |
Short Description | Runtime Data from Cluster Table | |
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 | 20091104 | 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) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ESH_SE_RUNTIME_DATA | ESH Search Runtime Data | 20091104 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_ESH_SE_RUNTIME_DATA | 20091104 | Runtime Data | |
2 | CL_ESH_SE_RUNTIME_DATA_CCL | 20091104 | Runtime Data: Cache client | |
3 | CL_ESH_SE_RUNTIME_DATA_CCL_AI1 | 20091104 | Runtime Data: Cache client |
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_OM_APPLOG | Application Log | 20091104 | ||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CATEGORIES_SORTED | Categories (sorted) | 20091104 | ||
3 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors (sorted) | 20091104 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_SEARCH_EXEC_SORTED | Connectors Execution (sorted) | 20091104 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ESH_T_SE_CONNECTORS_STATUS | Connectors Status | 20091104 | ||
6 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_KEYWORDS_SORTED | Table of language dependent Keywords (sorted) | 20091104 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | T_OBJECT_TYPES_BY_SYS | 20091104 | |||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_TEMPLATES_SORTED | Templates (sorted) | 20091104 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | Categories imported | 20091104 | ||
10 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20091104 | |||
11 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20091104 | |||
12 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20091104 | |||
13 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20091104 | |||
14 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | 20091104 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | Constructor | 20091104 |
2 | ![]() |
Instance method | Public | Method | Set categories | 20091104 |
3 | ![]() |
Instance method | Public | Method | Set connector | 20091104 |
4 | ![]() |
Instance method | Public | Method | Set connectors | 20091104 |
5 | ![]() |
Instance method | Public | Method | Set connector | 20091104 |
6 | ![]() |
Instance method | Public | Method | Set connectors | 20091104 |
7 | ![]() |
Instance method | Public | Method | Set keywords | 20091104 |
8 | ![]() |
Instance method | Public | Method | Set object type | 20091104 |
9 | ![]() |
Instance method | Public | Method | Set object types | 20091104 |
10 | ![]() |
Instance method | Public | Method | Set templates | 20091104 |
Events
Class CL_ESH_SE_RUNTIME_DATA_ITAB has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_ENTRY_METADATA | Protected | See coding | 20091104 |
|
||
2 | S_OBJECT_TYPES_BY_SYS | Public | See coding | 20091104 | BEGIN OF s_object_types_by_sys,
system_id TYPE syst-sysid,
system_client TYPE syst-mandt,
all_imported TYPE abap_bool,
object_types TYPE if_esh_se_runtime_data=>t_obj_types_sorted,
END OF s_object_types_by_sys
|
||
3 | S_OBJECT_TYPE_ID | Protected | See coding | 20091104 |
|
||
4 | S_OBJECT_TYPE_IDS_OF_SYS | Protected | See coding | 20091104 |
|
||
5 | T_CONNECTOR_IDS | Public | See coding | Connector IDs (sorted) | 20091104 | t_connector_ids TYPE SORTED TABLE OF esh_e_if_search_connector_id
WITH UNIQUE KEY table_line
|
|
6 | T_ENTRIES_METADATA_SORTED | Protected | See coding | 20091104 |
|
||
7 | T_GENERAL_IDS | Public | See coding | 20091104 | T_GENERAL_IDS TYPE sorted table of esh_se_runtime-general_id
WITH UNIQUE KEY table_line
|
||
8 | T_LANGU_SORTED | Protected | See coding | 20091104 |
|
||
9 | T_OBJECT_TYPES_BY_SYS | Public | See coding | 20091104 | t_object_types_by_sys TYPE SORTED TABLE OF s_object_types_by_sys WITH UNIQUE KEY system_id system_client
|
||
10 | T_OBJECT_TYPE_IDS | Protected | See coding | 20091104 |
|
||
11 | T_OBJECT_TYPE_IDS_OF_SYS | Protected | See coding | 20091104 |
|
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 | 20091104 | ||
2 | ![]() |
IV_UPDATE_INVALID_BUFFER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20091104 |
Method CONSTRUCTOR on class CL_ESH_SE_RUNTIME_DATA_ITAB has no exception.
Method SET_CATEGORIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CATEGORIES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CATEGORIES_SORTED | Categories (sorted) | 20091104 |
Method SET_CATEGORIES on class CL_ESH_SE_RUNTIME_DATA_ITAB has no exception.
Method SET_CONNECTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONNECTOR | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>S_CONNECTOR_SORTED | Connector (sorted) | 20091104 |
Method SET_CONNECTOR on class CL_ESH_SE_RUNTIME_DATA_ITAB has no exception.
Method SET_CONNECTORS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CONNECTORS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_CONNECTORS_SORTED | Connectors | 20091104 |
Method SET_CONNECTORS on class CL_ESH_SE_RUNTIME_DATA_ITAB has no exception.
Method SET_CONNECTOR_EXECUTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_CONNECTOR_EXECUTION | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>S_SEARCH_EXEC_SORTED | Connector Search Execution (sorted) | 20091104 |
Method SET_CONNECTOR_EXECUTION on class CL_ESH_SE_RUNTIME_DATA_ITAB has no exception.
Method SET_CONNECTOR_EXECUTIONS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_CONNECTOR_EXECUTIONS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_SEARCH_EXEC_SORTED | Connector Search Executions (sorted) | 20091104 |
Method SET_CONNECTOR_EXECUTIONS on class CL_ESH_SE_RUNTIME_DATA_ITAB has no exception.
Method SET_KEYWORDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_KEYWORDS | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_KEYWORDS_1L_SORTED | Keywords of 1 language with Connector IDs (sorted) | 20091104 | ||
2 | ![]() |
IT_KEYWORDS_ALL_LANGU | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_KEYWORDS_SORTED | Keywords with tables of Connector IDs (sorted) | 20091104 | ||
3 | ![]() |
IV_ALL_LANGUAGES | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20091104 | |||
4 | ![]() |
IV_LANGUAGE | Call by reference | Type reference (TYPE) | SYST-LANGU | Language Key of Current Text Environment | 20091104 |
Method SET_KEYWORDS on class CL_ESH_SE_RUNTIME_DATA_ITAB has no exception.
Method SET_OBJECT_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_OBJECT_TYPE | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>S_OBJ_TYPE_SORTED | 20091104 |
Method SET_OBJECT_TYPE on class CL_ESH_SE_RUNTIME_DATA_ITAB has no exception.
Method SET_OBJECT_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_OBJECT_TYPES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_OBJ_TYPES_SORTED | 20091104 | |||
2 | ![]() |
IT_OBJECT_TYPES_ALL_SYS | Call by reference | Type reference (TYPE) | T_OBJECT_TYPES_BY_SYS | 20091104 | |||
3 | ![]() |
IV_SYSTEM_CLIENT | Call by reference | Type reference (TYPE) | SYST-MANDT | Client ID of Current User | 20091104 | ||
4 | ![]() |
IV_SYSTEM_ID | Call by reference | Type reference (TYPE) | SYST-SYSID | Name of the SAP System | 20091104 |
Method SET_OBJECT_TYPES on class CL_ESH_SE_RUNTIME_DATA_ITAB has no exception.
Method SET_TEMPLATES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TEMPLATES | Call by reference | Type reference (TYPE) | IF_ESH_SE_RUNTIME_DATA=>T_TEMPLATES_SORTED | Templates (sorted) | 20091104 |
Method SET_TEMPLATES on class CL_ESH_SE_RUNTIME_DATA_ITAB has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 730 |