/SAPDMC/LSMW_TEXTHEADER SAP (Text Header for Importing Texts) Structure details

Dictionary Type: Structure
Description: Text Header for Importing Texts




ABAP Code to SELECT data from /SAPDMC/LSMW_TEXTHEADER
Related tables to /SAPDMC/LSMW_TEXTHEADER
Access table /SAPDMC/LSMW_TEXTHEADER




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

/SAPDMC/LSMW_TEXTHEADER 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 "Text Header for Importing Texts" 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_/SAPDMC/LSMW_TEXTHEADER TYPE /SAPDMC/LSMW_TEXTHEADER.

The /SAPDMC/LSMW_TEXTHEADER table consists of various fields, each holding specific information or linking keys about Text Header for Importing Texts data available in SAP. These include T_OBJECT (Keyword /:OBJECT), OBJECT (Object), T_NAME (Keyword /:NAME), NAME (Name).. 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: Can be enhanced (character-type)


SAP /SAPDMC/LSMW_TEXTHEADER 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
T_HTEXT Keyword /HTEXT0
T_OBJECT Keyword /:OBJECT0
OBJECT Object0
T_NAME Keyword /:NAME0
NAME Name0
T_ID Keyword /:ID0
ID ID0
T_LANGUAGE Keyword /:LANGUAGE0
LANG Language0
T_FORM Keyword /:FORM0
FORM Form_Id0
T_STYLE Keyword /:STYLE0
STYLE Style0
T_FIRST_USER Keyword /:FIRST-USER0
FIRST_USER Identifier0
T_FIRST_DATE Keyword /:FIRST-DATE0
FIRST_DATE Created On0
T_FIRST_TIME Keyword /:FIRST-TIME0
FIRST_TIME Created At0
T_LAST_USER Keyword /:LAST-USER0
LAST_USER Identifier0
T_LAST_DATE Keyword /:LAST-DATE0
LAST_DATE Created On0
T_LAST_TIME Keyword /:LAST-TIME0
LAST_TIME Created At0
T_TITLE Keyword /:TITLE0
TITLE Title0
T_TITLE1 Keyword /:TITLE10
TITLE1 Titel 10
T_TITLE2 Keyword /:TITLE20
TITLE2 Titel 20

Key field Non-key field



How do I retrieve data from SAP structure /SAPDMC/LSMW_TEXTHEADER using ABAP code?

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

How to access SAP table /SAPDMC/LSMW_TEXTHEADER

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