TREXS_INDEX_INFO_TEXT SAP (Details relevant for physical and logical indexes in TREX) Structure details

Dictionary Type: Structure
Description: Details relevant for physical and logical indexes in TREX




ABAP Code to SELECT data from TREXS_INDEX_INFO_TEXT
Related tables to TREXS_INDEX_INFO_TEXT
Access table TREXS_INDEX_INFO_TEXT




Structure field list including key, data, relationships and ABAP select examples

TREXS_INDEX_INFO_TEXT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Details relevant for physical and logical indexes in TREX" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_TREXS_INDEX_INFO_TEXT TYPE TREXS_INDEX_INFO_TEXT.

The TREXS_INDEX_INFO_TEXT table consists of various fields, each holding specific information or linking keys about Details relevant for physical and logical indexes in TREX data available in SAP. These include INDEX_STATE (Index state in TREX), INDEX_TYPE (), PHYSICAL_INDEXES (list of phys. indexes for a logical index), LOGICAL_INDEXES (logical index(es) to which a phys. index belongs).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TREXS_INDEX_INFO_TEXT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
INDEX_IDIndex Id TREXD_INDEX_IDCHAR64TREXD_INDEX_ID
INDEX_STATEIndex state in TREX TREXD_INDEX_STATENUMC2TREXD_INDEX_STATE
INDEX_TYPE 0
PHYSICAL_INDEXES list of phys. indexes for a logical index0
LOGICAL_INDEXES logical index(es) to which a phys. index belongs0
DESCRIPTION Index Description0
LANGUAGE Language (if several languages: comma separated list)0
LAST_INDEXING Time Stamp (e.g. 2005-01-19 09:38:08.123)0
LAST_OPTIMIZE Time Stamp (e.g. 2005-01-19 09:38:08.123)0
LAST_DELTA_MERGE Time Stamp (e.g. 2005-01-19 09:38:08.123)0
SEARCHABLE_DOCS_TOTAL Total Number of searchable documents in index (main + delta)0
SEARCHABLE_DOCS_MAIN Number of searchable documents in main index0
SEARCHABLE_DOCS_DELTA Number of searchable documents in delta index0
SEARCHABLE_DOCS_DELTA2 Number of searchable documents in delta2 index0
OPTIMIZABLE_DOCS_NEW Newly arrived documents to be optimized in the index server0
OPTIMIZABLE_DOCS_UPDATE Newly arrived documents to be updated in the index server0
OPTIMIZABLE_DOCS_DELETE Newly arrived documents to be deleted in the index server0
MEMORY_SIZE_TOTAL Memory Size of an index (SE + AE + TM) [KB]0
MEMORY_SIZE_SE Memory Size of an index in the Search Engine [KB]0
MEMORY_SIZE_AE Memory Size of an index in the Attribute Engine [KB]0
MEMORY_SIZE_TM Memory Size of an index in the Text Mining Engine [KB]0
DISK_FREE_SPACE Disk free space [MB]0
DISK_SIZE_TOTAL Disk Size of an index (SE + AE + TM) [KB]0
DISK_SIZE_SE Disk Size of an index in the Search Engine [KB]0
DISK_SIZE_AE Disk Size of an index in the Attribute Engine [KB]0
DISK_SIZE_TM Disk Size of an index in the Text Mining Engine [KB]0
DELTA_INDEX_DISK_SIZE_TOTAL Disk Size of a delta index (SE + AE + TM) [KB]0
DELTA_INDEX_DISK_SIZE_SE Disk Size of a delta index in the Search Engine [KB]0
DELTA_INDEX_DISK_SIZE_AE Disk Size of a delta index in the Attribute Engine [KB]0
DELTA_INDEX_DISK_SIZE_TM Disk Size of a delta index in the Text Mining Engine [KB]0
NUMBER_OF_TERMS Number of terms in the Search Engine0
DELTA_IS_LOADED delta index is loaded0
SIZE_FOR_DELTA_INDEX Size for Delta Index0
USE_TEMPORARY_DELTA_INDEXES Flag: use temporary delta indexes0
RETURN_CODE 0
RETURN_TEXT 0

Key field Non-key field



How do I retrieve data from SAP structure TREXS_INDEX_INFO_TEXT using ABAP code?

As TREXS_INDEX_INFO_TEXT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on TREXS_INDEX_INFO_TEXT as there is no data to select.

How to access SAP table TREXS_INDEX_INFO_TEXT

Within an ECC or HANA version of SAP you can also view further information about TREXS_INDEX_INFO_TEXT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!