OIU_ME_MREAD SAP (Measurement Type Reading) Table details

Dictionary Type: Table
Description: Measurement Type Reading




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




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

OIU_ME_MREAD is a standard SAP Table which is used to store Measurement Type Reading data and is available within R/3 SAP systems depending on the version and release level.

The OIU_ME_MREAD table consists of various fields, each holding specific information or linking keys about Measurement Type Reading data available in SAP. These include METYP (Measurement Type), RDGID (Measurement Reading Identifier), RETYP (Reading Type), MRGRP (Measurement reading group).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = OIU_ME_MREAD_TX


SAP OIU_ME_MREAD 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 MANDTCLNT3T000MANDT
METYPMeasurement Type OIU_ME_METYPCHAR10OIU_ME_MTYPEALPHAOIU_ME_METYPOIU_METYP
RDGIDMeasurement Reading Identifier OIU_ME_RDGIDCHAR4ALPHAOIU_ME_RDGID
RETYPReading Type OIU_ME_RETYPCHAR10OIU_ME_RTYPEOIU_ME_RETYPOIU_RETYP
MRGRPMeasurement reading group OIU_ME_MRGRPCHAR10OIU_ME_MREAD_GPALPHAOIU_ME_MRGRP
INCOLMeasurement Reading Column OIU_ME_INCOLNUMC3NUM03
INROWMeasurement Reading Row OIU_ME_INROWNUMC3NUM03
XACTVFlag: Meas. Reading Active OIU_ME_XACTVCHAR1TEXT01
XREQDFlag: Meas. Reading Required OIU_ME_XREQDCHAR1TEXT01
XSAPAFlag: Meas. Reading SAP Active OIU_ME_XSAPACHAR1TEXT01
XSAPRFlag: Meas. Reading SAP Reqd. OIU_ME_XSAPRCHAR1TEXT01
XDRVDFlag: Meas. Reading Derived OIU_ME_XDRVDCHAR1TEXT01
XOBSVFlag: Meas. Reading Observed OIU_ME_XOBSVCHAR1TEXT01
XHIDEFlag: Meas. Reading Hidden OIU_ME_XHIDECHAR1TEXT01
XDISOFlag: Meas. Reading Disp Only OIU_ME_XDISOCHAR1TEXT01
NCOPYInd: Copy rule OIU_ME_NCOPYNUMC1OIU_ME_NCOPY

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIU_ME_MREAD
INTO CORRESPONDING FIELDS OF WA_OIU_ME_MREAD
WHERE...

How to access SAP table OIU_ME_MREAD

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