BAPIEABL SAP (BAPI Structure for MR Document) Structure details

Dictionary Type: Structure
Description: BAPI Structure for MR Document




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




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

BAPIEABL 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 "BAPI Structure for MR Document" 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_BAPIEABL TYPE BAPIEABL.

The BAPIEABL table consists of various fields, each holding specific information or linking keys about BAPI Structure for MR Document data available in SAP. These include DEVICE (Device), EQUIPMENT (Equipment Number), REGISTER (Register), TARGETMRDATE (Scheduled meter reading date).. 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 BAPIEABL 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
MRIDNUMBERInternal ID for meter reading document ABLBELNRCHAR20EABLALPHAABLBELNREAB
DEVICEDevice GERAETCHAR18GERNRGERNRGEREGER
EQUIPMENTEquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
REGISTERRegister E_ZWNUMMERNUMC3LFDNR3EZN
TARGETMRDATEScheduled meter reading date ADATSOLLDATS8DATUMPLANDAT
MRDATEFORBILLINGMeter reading date relevant to billing ADATDATS8DATUM
MRTIMEFORBILLINGMeter reading time (relevant to billing) ATIMCHAR4HH_MMHHMM
ACTUALMRDATEActual meter reading date ADATTATSDATS8DATUM
ACTUALMRTIMEActual meter reading time ATIMTATSCHAR4HH_MMHHMM
MRDATEOFMAXIMUMDate of maximum meter reading ADATMAXDATS8DATUM
MRTIMEOFMAXIMUMTime of maximum meter reading ATIMMAXCHAR4HH_MMHHMM
ALLOCATIONDATEMeter reading allocation date E_ZUORDDATDATS8DATUM
GASALLOCATIONDATEGas allocation date THGDATUMDATS8DATUM
READINGRESULTMeter reading recorded READINGRESULTCHAR32READINGRESULT
UNIT_READINGUnit of measurement for meter reading E_MASSREADUNIT3T006CUNITMEINS
ISOCODE_UNIT_READINGISO code for unit of measurement ISOCD_UNITCHAR3T006IISOCD_UNIT
BILLINGRESULTMeter reading to be billed BILLINGRESULTCHAR32BILLINGRESULT
UNIT_BILLINGUnit of measurement for billing E_MASSBILLUNIT3T006CUNITMEINS
ISOCODE_UNIT_BILLINGISO code for unit of measurement ISOCD_UNITCHAR3T006IISOCD_UNIT
PREDECIMALPLACESNumber of predecimal places for register STANZVORENUMC2STANZVOR
DECIMALPLACESNumber of decimal places for register STANZNACENUMC2STANZNAC
PLANNEDMRTYPEScheduled meter reading category GEPLABLCHAR2TE614ABLESETYP
ACTUALSAPMRTYPEMeter reading category ABLESTYPCHAR2TE614ABLESETYP
ACTUALCUSTOMERMRTYPEMeter reading type ISTABLARTCHAR2TE436ISTABLARTIALISU_MR_ISTABLART
METERREADERMeter reader number ABLESERCHAR3TE115ABLESER
METERREADINGNOTENote from meter reader ABLHINWCHAR4TE259ABLHINW
CONTROLOFMRNOTEControl of follow-up action for MR result with MR note STABLHWCHAR2STABLHW
ESTIMATIONPROCEDUREEstimation procedure SCHAEVERCHAR2SCHAEVER
ESTIMATIONREASONEstimation reason SCHAEGRCHAR2TE567SCHAEGR
METERREADINGSTATUSMeter Reading Status ABLSTATCHAR1ABLSTAT
INDEPENDENTVALIDATIONIndependent validation PRUEFPKTCHAR2TE218PRUEFPKT
DEPENDENTVALIDATIONDependent validation POPCODECHAR2TE625POPCODE
VALIDATIONCATEGORYValidation category for meter readings PRUEFTYPCHAR1PRUEFTYP
MDENUMBERNumber for mobile data entry (MDE) MDENRNUMC3MDENR
MDEUPLOADFLAGAlready uploaded MDEUPLCHAR1KENNZX
MULTIPLEMRFLAGMultiple meter reading order creation E_ZEITVBLCHAR1KENNZX
CONTROLGROUPMULTIPLEMRControl group for multiple meter reading order creation STEUERGRPCHAR4TE629STEUERGRP
METERREADINGACTIVEMeter reading active E_AKTIVCHAR1E_AKTIV
ENTRYNUMBEREntry number for fast entry ENTRYNUMBNUMC8NUM08
CHECKNUMBERCheck number PRUEFZAHLNUMC2PRUEFZAH
ORGMANAGEMENTOBJECTConcatenated Identification (Type and ID) of Org.Objects HROBJEC_14CHAR14HROBJEC_14
SMORDERService order or service notification number SM_AUFNRCHAR12AUFKALPHAAUFNR
CREATED_ONDate on Which Record Was Created ERDATDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CHANGED_ONChanged On AEDATDATS8DATUM
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



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

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

How to access SAP table BAPIEABL

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