EABLD_EL31 SAP (Fields for Display During Monitoring) Structure details

Dictionary Type: Structure
Description: Fields for Display During Monitoring




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




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

EABLD_EL31 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 "Fields for Display During Monitoring" 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_EL31 TYPE EABLD_EL31.

The EABLD_EL31 table consists of various fields, each holding specific information or linking keys about Fields for Display During Monitoring 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_EL31 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
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
ZWNUMMERRegister E_ZWNUMMERNUMC3LFDNR3EZN
ENTRYNUMBEntry number for fast entry ENTRYNUMBNUMC8NUM08
PRUEFZAHLCheck number PRUEFZAHLNUMC2PRUEFZAH
ADATMeter reading date relevant to billing ADATDATS8DATUM
ATIMMeter reading time (relevant to billing) ATIMCHAR4HH_MMHHMM
ADATSOLLScheduled meter reading date ADATSOLLDATS8DATUMPLANDAT
ABLESGRMeter reading reason ABLESGRCHAR2Assigned to domainABLESGRABLGRD
MULTIPLEMultiple allocation of meter reading E_MULTIPLECHAR1KENNZX
ABLESARTScheduled meter reading category GEPLABLCHAR2Assigned to domainABLESETYP
ISTABLARTMeter reading type ISTABLARTCHAR2Assigned to domainISTABLARTIALISU_MR_ISTABLART
ABLSTATMeter Reading Status ABLSTATCHAR1ABLSTAT
E_ZWSTANDMeter reading recorded E_ZWSTANDCHAR36E_ZWSTAND
STANZVORNumber of predecimal places for register STANZVORENUMC2STANZVOR
STANZNACNumber of decimal places for register STANZNACENUMC2STANZNAC
AUFNRNumber of service order E_AUFNRCHAR12Assigned to domainALPHAAUFNRANR
QMNUMNRNumber of serive notification E_QMNUMNRCHAR12Assigned to domainALPHAQMNUMIQM
ABLBELNRInternal ID for meter reading document ABLBELNRCHAR20Assigned to domainALPHAABLBELNREAB
MDEUPLOrder has been output MDEDOWNCHAR1
PRUEFPKTIndependent validation PRUEFPKTCHAR2Assigned to domainPRUEFPKT
POPCODEDependent validation POPCODECHAR2Assigned to domainPOPCODE
ABLHINWNote from meter reader ABLHINWCHAR4Assigned to domainABLHINW
BACKBILL_STATBackbilling Status BACKBILL_STATCHAR1BACKBILL_STAT
PART_NAMEDescription of a Business Partner BU_NAMECHAR50BU_TEXT50
AKTIVMeter reading active E_AKTIVCHAR1E_AKTIV
AMSAdvanced Metering System E_AMI_AMSCHAR4TEAMI_AMSE_AMI_AMS
TRANSSTATTransfer Status Code E_AMI_MR_TRANSSTATCHAR5ISU_F4_AMITRSTATJ_ISTAT
TRANSTSTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
SOURCESYSTSource System From Which Data is Requested E_AMI_SOURCESYSTNUMC1E_SOURCESYST
TRANSDATTransfer Date E_TRANSDATEDATS8DATUM
TRANSTIMTransfer Time E_TRANSTIMETIMS6TIMES
TRANSSTATTXT04Transfer Status E_AMI_MR_TRANSSTATXT04CHAR4TEXT4
TRANSSTATTXT30Text for Transfer Status E_AMI_MR_TRANSSTATXT30CHAR30TEXT30
SOURCESYSTTXTSource System From Which Data is Requested E_AMI_SOURCESYSTTXTCHAR60DDTEXT
DROPDOWNNatural Number INT4INT410INT4
PORTIONABWAlternative portion PORTIONABWCHAR8Assigned to domainPORTIONTKY
E_ZWSTNDABMeter reading to be billed in screen format E_ZWSTNDABCHAR36E_ZWSTAND
QNTConsumption CONSMPTCHAR36E_VERBR
MASSBILLUnit of measurement for billing E_MASSBILLUNIT3Assigned to domainCUNITMEINS
QDPROCQuantity Determination Procedure E_QD_PROCNUMC2E_QD_PROC
QDSTATStatus of Quantity Determination E_QD_STATCHAR2E_QD_STAT
QDSTATTXTQuantity Determination Status Text E_QD_STATTXT60CHAR60TEXT60
QDSTAT_ICONQuantity Determination Information (Icon) E_QD_STAT_ICONCHAR120CHAR120
DROPDOWN_QDSNatural Number INT4INT410INT4
QDTRGRSNReason for Generation of Quantity Determination Trigger E_QD_TRIGGER_REASONNUMC2E_QD_TRIGGER_REASON
QDTRGRSNTXTReason for Generation of Qty Determination Trigger (Txt) E_QD_TRGRSNTXT60CHAR60TEXT60
DROPDOWN_TRGRSNNatural Number INT4INT410INT4

Key field Non-key field



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

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

How to access SAP table EABLD_EL31

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