EMRACC SAP (JBP: Shift Meter Reading Dates per Meter Reading Reason) Table details

Dictionary Type: Table
Description: JBP: Shift Meter Reading Dates per Meter Reading Reason




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




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

EMRACC is a standard SAP Table which is used to store JBP: Shift Meter Reading Dates per Meter Reading Reason data and is available within R/3 SAP systems depending on the version and release level.

The EMRACC table consists of various fields, each holding specific information or linking keys about JBP: Shift Meter Reading Dates per Meter Reading Reason data available in SAP. These include LFDNR (Sequence Number), ABLESGR (Meter reading reason), MRSH_TYPE_01 (Shift Category for Meter Readings 1), MRSH_TYPE_02 (Shift Category for Meter Readings 2).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP EMRACC 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
BPSelection of Billing Period: Standard or JBP BPCHAR1BP
LFDNRSequence Number LFDNRCHAR3LFDNR
ABLESGRMeter reading reason ABLESGRCHAR2TE609ABLESGRABLGRD
MRSH_TYPE_01Shift Category for Meter Readings 1 MRSH_TYPE_1CHAR2MRSH_TYPE
MRSH_TYPE_02Shift Category for Meter Readings 2 MRSH_TYPE_2CHAR2MRSH_TYPE
MRSH_TYPE_03Shift Category for Meter Readings 3 MRSH_TYPE_3CHAR2MRSH_TYPE
MRSH_TYPE_04Shift Category for Meter Readings 4 MRSH_TYPE_4CHAR2MRSH_TYPE
MRSH_TYPE_05Shift Category for Meter Readings 5 MRSH_TYPE_5CHAR2MRSH_TYPE
MRSH_TYPE_06Shift Category for Meter Readings 6 MRSH_TYPE_6CHAR2MRSH_TYPE
MRSH_TYPE_07Shift Category for Meter Readings 7 MRSH_TYPE_7CHAR2MRSH_TYPE
MRSH_TYPE_08Shift Category for Meter Readings 8 MRSH_TYPE_8CHAR2MRSH_TYPE
MRSH_TYPE_09Shift Category for Meter Readings 9 MRSH_TYPE_9CHAR2MRSH_TYPE
MRSH_TYPE_10Shift Category for Meter Readings 10 MRSH_TYPE_10CHAR2MRSH_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM EMRACC
INTO CORRESPONDING FIELDS OF WA_EMRACC
WHERE...

How to access SAP table EMRACC

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