STRX_LIXS SAP (Information on Logical Index) Table details

Dictionary Type: Table
Description: Information on Logical Index




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




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

STRX_LIXS is a standard SAP Table which is used to store Information on Logical Index data and is available within R/3 SAP systems depending on the version and release level.

The STRX_LIXS table consists of various fields, each holding specific information or linking keys about Information on Logical Index data available in SAP. These include TM_ENGINE (Text Mining Engine Used), X_NO_TRAINING (Checkbox), X_USE_FILTER (Checkbox), INDEX_TYPE (Index type).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP STRX_LIXS table 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_IDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
TM_ENGINE Text Mining Engine Used0
X_NO_TRAININGCheckbox XFELDCHAR1XFELD
X_USE_FILTERCheckbox XFELDCHAR1XFELD
INDEX_TYPEIndex type STRX_IDXTCHAR1STRX_IDXT
APPLICATION Calling application0
DESCRIPTION Description/Purpose of Index0
QUEUE_SERVERLOC Alias for Assigned Queue Server0
INDEX_SERVERLOC Alias for Assigned Index Server0

Key field Non-key field



How do I retrieve data from SAP table STRX_LIXS using ABAP code

The following ABAP code Example will allow you to do a basic selection on STRX_LIXS to SELECT all data from the table
DATA: WA_STRX_LIXS TYPE STRX_LIXS.

SELECT SINGLE *
FROM STRX_LIXS
INTO CORRESPONDING FIELDS OF WA_STRX_LIXS
WHERE...

How to access SAP table STRX_LIXS

Within an ECC or HANA version of SAP you can also view further information about STRX_LIXS 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!