LXE_STRUC_DISPLAY_TERMO SAP (Display structure for TerMo) Structure details

Dictionary Type: Structure
Description: Display structure for TerMo




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




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

LXE_STRUC_DISPLAY_TERMO 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 "Display structure for TerMo" 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_LXE_STRUC_DISPLAY_TERMO TYPE LXE_STRUC_DISPLAY_TERMO.

The LXE_STRUC_DISPLAY_TERMO table consists of various fields, each holding specific information or linking keys about Display structure for TerMo data available in SAP. These include OBJECT (CHAR32 data element for SYST), OBJECT_TYP (Terminology Entry Category), CATEGORY (Activity), TARGET_LANG (Language Key).. 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 LXE_STRUC_DISPLAY_TERMO 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
CONCEPTCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
OBJECTCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32
OBJECT_TYPTerminology Entry Category TERM_TYPCHAR1TERM_TYP
CATEGORYActivity LXE_TERMO_CATNUMC2LXE_TERMO_CAT
TARGET_LANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
SOURCE_LANGLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
PROJECTProject Key PROJECT_KEYNUMC6
COMPONENTApplication component ID UFPS_POSIDCHAR24UFPS_POSID
AGENCY Agency key0
RECUSERUser Name SYUNAMECHAR12SYCHAR12
RECDATEField of type DATS DATSDATS8DATS
RECTIMEField of type TIMS TIMSTIMS6TIME
01 0->1 (Create term)0
13 1->3 (Validate term)0
23 2->3 (Check and re-validate)0
32 3->2 (Withdraw validation)0
30 3->0 (Delete validated term)0
20 2->0 (Delete status 2 term)0
10 1->0 (Delete not yet validated term)0
SUB_01 Create subterm0
SUB_10 Delete subterm0
OTHERS Other statuses0
COUNTER Counter0
PROJ_NAME Project name0

Key field Non-key field



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

As LXE_STRUC_DISPLAY_TERMO 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 LXE_STRUC_DISPLAY_TERMO as there is no data to select.

How to access SAP table LXE_STRUC_DISPLAY_TERMO

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