SAP ABAP Class CL_ESH_SE_SNAP_TREX_INDEX (Index related functions for snapshot)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_SEARCH (Package) Search (internal)

⤷

⤷

Properties
Class | CL_ESH_SE_SNAP_TREX_INDEX | |
Short Description | Index related functions for snapshot | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_ESH_ENG_SEARCH | Search (internal) |
Created | 20131120 | 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_SE_SNAP_TREX_INDEX has no interface implemented.
Friends
Class CL_ESH_SE_SNAP_TREX_INDEX has no friend class.
Attributes
Class CL_ESH_SE_SNAP_TREX_INDEX has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Copy relevant indices for shapshot search | 20131120 |
2 | ![]() |
Static method | Public | Method | Delete indices of snapshot search | 20131125 |
3 | ![]() |
Static method | Protected | Method | Check if the table belongs to ESH and must be copied | 20131205 |
Events
Class CL_ESH_SE_SNAP_TREX_INDEX has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTY_S_INDEX_MAP_TYPE | Private | See coding | Type for mapping index names | 20131120 | BEGIN OF gty_s_index_map_type,
index_id TYPE trexd_index_id,
index_id_snap TYPE trexd_index_id,
system_id TYPE esh_sysysid,
system_client TYPE esh_client,
trex_admin TYPE REF TO cl_esh_trex_proxy_admin,
END OF gty_s_index_map_type
|
|
2 | GTY_S_JOIN_INDEX_TYPE | Public | See coding | Type for join index | 20131120 | BEGIN OF gty_s_join_index_type,
connection_guid TYPE esh_e_adm_connection_guid,
object_type TYPE esh_e_om_object_type,
node_name TYPE esh_e_om_node_name,
request TYPE esh_e_om_request,
index_id TYPE trexd_index_id,
trex_admin TYPE REF TO cl_esh_trex_proxy_admin,
END OF gty_s_join_index_type
|
|
3 | GTY_T_INDEX_MAP_TYPE | Private | See coding | Table type for mapping index names | 20131120 | gty_t_index_map_type TYPE SORTED TABLE OF gty_s_index_map_type WITH UNIQUE KEY index_id
|
|
4 | GTY_T_JOIN_INDEX_TYPE | Public | See coding | Type for list of join indices | 20131120 | gty_t_join_index_type TYPE SORTED TABLE OF gty_s_join_index_type WITH UNIQUE KEY connection_guid object_type node_name request
|
Method Signatures
Method COPY_INDICES 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 | 20131122 | ||
2 | ![]() |
IT_JOIN_INDICES | Call by reference | Type reference (TYPE) | GTY_T_JOIN_INDEX_TYPE | List of join indices | 20131120 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20131120 |
Method DELETE_INDICES 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 | 20131125 | ||
2 | ![]() |
IT_JOIN_INDICES | Call by reference | Type reference (TYPE) | GTY_T_JOIN_INDEX_TYPE | Type for list of join indices | 20131125 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Common ESH Engine Exception | 20131125 |
Method IS_ESH_TABLE_TO_BE_COPIED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_TABLENAME | Call by reference | Type reference (TYPE) | CHAR64 | Tablename | 20131205 | ||
2 | ![]() |
RV_TRUE | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: copy this table | 20131205 |
Method IS_ESH_TABLE_TO_BE_COPIED on class CL_ESH_SE_SNAP_TREX_INDEX has no exception.
History
Last changed by/on | SAP | 20141121 |
SAP Release Created in | 740 |