ISU_BC_MR_DISPLAY SAP (Display meter reading results) Structure details

Dictionary Type: Structure
Description: Display meter reading results




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




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

ISU_BC_MR_DISPLAY 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 "Display meter reading results" 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_ISU_BC_MR_DISPLAY TYPE ISU_BC_MR_DISPLAY.

The ISU_BC_MR_DISPLAY table consists of various fields, each holding specific information or linking keys about Display meter reading results data available in SAP. These include BELNR (Number of a billing document), VERTRAG (Contract), ANLAGE (Installation), LOGIKZW (Logical register number).. 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: Not classified


SAP ISU_BC_MR_DISPLAY 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
CHANGEChanges to Meter Reading Data ISU_BC_CHANGE_MRCHAR1KENNZX
BELNRNumber of a billing document E_BELNRCHAR12ALPHAE_BELNRBELERCH
VERTRAGContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
ANLAGEInstallation ANLAGECHAR10Assigned to domainALPHAANLAGEANLEANL
LOGIKZWLogical register number LOGIKZWNUMC18LOGIKZW
GERNRDevice GERAETCHAR18GERNRGERNRGEREGER
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
ZWNUMMERRegister E_ZWNUMMERNUMC3LFDNR3EZN
ADATMeter reading date relevant to billing ADATDATS8DATUM
ATIMMeter reading time (relevant to billing) ATIMCHAR4HH_MMHHMM
ABLESGRMeter reading reason ABLESGRCHAR2Assigned to domainABLESGRABLGRD
ZWSTAND_BI_DISPMeter reading to be billed E_ZWSTAND_BI_DISPDEC17(3) E_ZWSTAND_DISP
ZWSTAND_DISPMeter Reading Taken E_ZWSTAND_DISPDEC17(3) E_ZWSTAND_DISP
MASSREADUnit of measurement for meter reading E_MASSREADUNIT3Assigned to domainCUNITMEINS
I_ABRMENGEBilling quantity for internal billing format I_ABRMENGEDEC31(14) I_ABRMENGE
CONSMPTConsumption CONSMPTCHAR36E_VERBR
MASSBILLUnit of measurement for billing E_MASSBILLUNIT3Assigned to domainCUNITMEINS
QNT_STATUSQuantity Determination Information (Icon) E_QD_STAT_ICONCHAR120CHAR120
TEXT_ABLESGRShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
ABLBELNRInternal ID for meter reading document ABLBELNRCHAR20Assigned to domainALPHAABLBELNREAB
ABRDATSScheduled Billing Date ABRDATSDATS8DATUMABRDATS
BPSelection of Billing Period: Standard or JBP BPCHAR1BP
ADATREAL[JBP] Real Meter Reading Date ADATREALDATS8DATUM
ATIMREAL[JBP] Real Meter Reading Time ATIMREALCHAR4HH_MMHHMM
OPBELNumber of print document E_PRINTDOCCHAR12Assigned to domainALPHAE_PRINTDOCE_PRINTDOC
ERDATDate on Which Record Was Created ERDATDATS8DATUM
CREATION_TIMETime of Print Document Creation E_CREATION_TIMETIMS6TIME
DATEFROMFrom-Date E_EDMDATEFROMDATS8
TIMEFROMFrom-time E_EDMTIMEFROMTIMS6
DOC_LINKDocument Is Dependent on Another Document E_BC_DOC_LINKCHAR1KENNZX
LINECOLORNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
NOT_CHANGABLESingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ISU_BC_MR_DISPLAY

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