EMRDETAIL SAP (IDE: detailed information on MR results (ISU_USAGE_DATA)) Table details

Dictionary Type: Table
Description: IDE: detailed information on MR results (ISU_USAGE_DATA)




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




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

EMRDETAIL is a standard SAP Table which is used to store IDE: detailed information on MR results (ISU_USAGE_DATA) data and is available within R/3 SAP systems depending on the version and release level.

The EMRDETAIL table consists of various fields, each holding specific information or linking keys about IDE: detailed information on MR results (ISU_USAGE_DATA) data available in SAP. These include REFNR (Reference number), SERIAL_NO (Serial Number), ABLBELNR (Internal ID for meter reading document), MASSREAD (Base Unit of Measure).. 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 EMRDETAIL 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 MANDTCLNT3Assigned to domainMANDT
REFNRReference number REF_IDENTCHAR30CHAR30
SERIAL_NOSerial Number GERNRCHAR18GERNRGERNRSER
ABLBELNRInternal ID for meter reading document ABLBELNRCHAR20Assigned to domainALPHAABLBELNREAB
MASSREADBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BLIWIRKReactive, apparent, or active registers BLIWIRKNUMC2BLIWIRK
ZWARTRegister type E_ZWARTCHAR2Assigned to domainE_ZWART
FROMDATEStart of Period ABDATUMDATS8DATUMABDATUM
TODATEValid-To Date BISDATUMDATS8DATUM
PREV_MRPrevious meter reading PREV_MRCHAR20
ACT_MRCurrent meter reading ACT_MRCHAR20
CONSUMPTIONConsumption value (without power factor) CONSUMPTIONCHAR20
METERREADTYPEMeter reading type (initial and final value) MRTYPECHAR2
POWERFACTORPower Factor (Relational Factor Between Watt and Voltampere) POWERFACTORDEC4(3)
MULTIPLIERRegister factor E_ZWFAKTDEC12(5) E_ZWFAKT
TFLOSSTransformation loss TRANSF_LOSSDEC5(3)

Key field Non-key field



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

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

SELECT SINGLE *
FROM EMRDETAIL
INTO CORRESPONDING FIELDS OF WA_EMRDETAIL
WHERE...

How to access SAP table EMRDETAIL

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