SOTR_HEADU SAP (Header Table for Strings in the OTR) Table details

Dictionary Type: Table
Description: Header Table for Strings in the OTR




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




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

SOTR_HEADU is a standard SAP Table which is used to store Header Table for Strings in the OTR data and is available within R/3 SAP systems depending on the version and release level.

The SOTR_HEADU table consists of various fields, each holding specific information or linking keys about Header Table for Strings in the OTR data available in SAP. These include PAKET (Package), CREA_LAN (Language Key), TRALA_TYPE (OTR Translation Class), ALIAS_NAME (Unique Alias Name for OTR Concept).. 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 SOTR_HEADU 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
CONCEPTKey for Logical Object in the OTR SOTR_CONCCHAR32SYSUUID_C
PAKETPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
CREA_LANLanguage Key SYLANGULANG1ISOLASYLANGU
TRALA_TYPEOTR Translation Class SOTR_TRALACHAR1
ALIAS_NAMEUnique Alias Name for OTR Concept SOTR_ALIASCHAR50SYCHAR50
CREA_NAMEUser Name SYUNAMECHAR12SYCHAR12
CREA_TSTUTTimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
CHAN_NAMEUser Name SYUNAMECHAR12SYCHAR12
CHAN_TSTUTTimestamp (date and time) related to UTC (GMT) SYSTTSTUTNUMC14SYTSTP
LST_IMPORTDate data element for SYST SYDATEDATS8SYDATS
SYSTEM_IDName of SAP System SYSYSIDCHAR8SYCHAR08
TRALA_VECLanguage Vector for Translation Administration SOTR_TRALGRAW10
CATGY_VECVector of Assigned Categories SOTR_CATGYRAW10
OBJID_VECVector of Object Types SOTR_OBJIDRAW10
TEXT_TYPEType of Referenced Texts SOTR_TXTYPCHAR3SOTR_TXTYP

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOTR_HEADU
INTO CORRESPONDING FIELDS OF WA_SOTR_HEADU
WHERE...

How to access SAP table SOTR_HEADU

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