EABLD_EL32 SAP (Screen Structure) Structure details

Dictionary Type: Structure
Description: Screen Structure




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




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

EABLD_EL32 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 "Screen Structure" 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_EABLD_EL32 TYPE EABLD_EL32.

The EABLD_EL32 table consists of various fields, each holding specific information or linking keys about Screen Structure data available in SAP. These include ABLEINH (Meter reading unit), PARTNER (Business Partner Number), VERTRAG (Contract), ANLAGE (Installation).. 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 or numeric)


SAP EABLD_EL32 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
PORTIONPortion PORTIONCHAR8Assigned to domainPORTIONTPRE420
ABLEINHMeter reading unit ABLEINHCHAR8Assigned to domainABLEINHEITTAETE422A
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
GERAETDevice GERAETCHAR18GERNRGERNRGEREGER
ZWNUMMERRegister E_ZWNUMMERNUMC3LFDNR3EZN
ADATSOLLScheduled meter reading date ADATSOLLDATS8DATUMPLANDAT
ADATMeter reading date relevant to billing ADATDATS8DATUM
ABLESGRMeter reading reason ABLESGRCHAR2TE609ABLESGRABLGRD
MULTIPLEMultiple allocation of meter reading E_MULTIPLECHAR1KENNZX
KSTATUSStatus for automatic monitoring of meter reading order E_KSTATUSCHAR1E_KSTATUS
ABLSTATMeter Reading Status ABLSTATCHAR1ABLSTAT
ENTRYNUMBEntry number for fast entry ENTRYNUMBNUMC8NUM08
PRUEFZAHLCheck number PRUEFZAHLNUMC2PRUEFZAH
ATIMMeter reading time (relevant to billing) ATIMCHAR4HH_MMHHMM
ABLESARTScheduled meter reading category GEPLABLCHAR2Assigned to domainABLESETYP
ISTABLARTMeter reading type ISTABLARTCHAR2Assigned to domainISTABLARTIALISU_MR_ISTABLART
ABLBELNRInternal ID for meter reading document ABLBELNRCHAR20Assigned to domainALPHAABLBELNREAB
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
V_ZWSTANDPlaces Before Decimal Point in Meter Reading V_ZWSTANDDEC17V_ZWSTAND
N_ZWSTANDPlaces After Decimal Point in the Meter Reading N_ZWSTANDDEC14(14) N_ZWSTAND
STANZVORPlaces before the decimal point in a register STANZVORNUMC2STANZVOR
STANZNACPlaces after the decimal in a register STANZNACNUMC2STANZNAC
INVALIDIndicators KENNZXCHAR1KENNZX
AUFNRNumber of service order E_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
QMNUMNRNumber of serive notification E_QMNUMNRCHAR12Assigned to domainALPHAQMNUMIQM
ZWSTANDMeter reading recorded E_ZWSTANDCHAR36E_ZWSTAND

Key field Non-key field



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

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

How to access SAP table EABLD_EL32

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