ESTLS SAP (EHS: Report Template Symbol) Table details

Dictionary Type: Table
Description: EHS: Report Template Symbol




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




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

ESTLS is a standard SAP Table which is used to store EHS: Report Template Symbol data and is available within R/3 SAP systems depending on the version and release level.

The ESTLS table consists of various fields, each holding specific information or linking keys about EHS: Report Template Symbol data available in SAP. These include DOKAR (Document Type), DOKNR (Document number), DOKVR (Document Version), DOKTL (Document Part).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ESTLS 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
MANDTClient MANDTCLNT3T000MANDT
DOKARDocument Type DOKARCHAR3TDWADOKARCV2
DOKNRDocument number DOKNRCHAR25ESD_DRAWALPHADOKNRCV1
DOKVRDocument Version DOKVRCHAR2ESD_DRAWDOKVRCV3
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
LDELINELine in structure file ESELDELINEINT410INT4
LSYTYPEReport Symbol Type ESELSYTYPECHAR2ESDLSYTYPE
LSYMODControl Mode for Symbol Replacement in Word ESELSYMODCHAR3CHAR3
LSYLENLength of Symbol String ESELSYLENNUMC3NUMC3
LSYESMEnvironment Symbol Editing Mode ESELSYESMCHAR1CHAR1
LSYIDReport Symbol ESELSYIDCHAR10TCGA6ESDLSYID
LSYENUMEnviroment symbol number ESELSYENUMCHAR3CHAR3
LENIDEnvironment Identifier ESELENIDCHAR10TCGB3ESDLENID
LSYRPARExpansion Parameters for a Report Symbol ESELSYRPARCHAR30ESDLSYRPAR
LSYRVALExpansion Value for a Report Symbol ESELSYRVALCHAR30CHAR30
LENRGFStartup index for instance selection in an environment ESELENRGFNUMC4NUMC4
LENRGTFinal index for entity selection in an environment ESELENRGTNUMC4NUMC4
LSYEFLGSymbol definition incorrect ESELSYEFLGCHAR1ESDFLAG
LSYRTIMExpansion date for a report symbol ESELSYRTIMCHAR10ESDLSYRTIM
LMSGFLGMessage Type for Missing Mandatory Report Symbol ESELMSGFLGCHAR1ESDMSGFLG
LSEPASeparator for Multiple-Value Characteristics ESELSEPACHAR6ESDLSEPA

Key field Non-key field



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

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

SELECT SINGLE *
FROM ESTLS
INTO CORRESPONDING FIELDS OF WA_ESTLS
WHERE...

How to access SAP table ESTLS

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