IMRG SAP (Measurement Document) Table details

Dictionary Type: Table
Description: Measurement Document




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




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

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

The IMRG table consists of various fields, each holding specific information or linking keys about Measurement Document data available in SAP. These include MDOCM (Measurement Document), POINT (Measuring Point), IDATE (Date of the Measurement), ITIME (Time of Measurement).. 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 IMRG 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
MDOCMMeasurement Document IMRC_MDOCMCHAR20ALPHAIMRC_MDOCMIMDIMRM
POINTMeasuring Point IMRC_POINTCHAR12IMPTTALPHAIMRC_POINTIPTIMPM
IDATEDate of the Measurement IMRC_IDATEDATS8DATUM
ITIMETime of Measurement IMRC_ITIMETIMS6UZEIT
INVTSInverted Time Stamp: 99.999.999.999 - Seconds AD IMRC_INVTSNUMC11NUMC11
CNTRGIndicator: Counter Reading Document IMRC_CNTRGCHAR1X
MDTXTMeasurement Document Text IMRC_MDTXTCHAR40TEXT40
MLANGLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
KZLTXIndicator: Long text exists ILOM_KZLTXCHAR1X
READRPerson who Took the Measurement Reading IMRC_READRCHAR12USNAM
ERDATDate on which the object was created ICRDTDATS8DATUM
ERUHRTime at which the object was created ICRTMTIMS6UZEIT
ERNAMName of User Who Created the Object ICRNACHAR12USNAM
AEDATDate on which the object was last changed IUPDTDATS8DATUM
AENAMName of the user who last changed the object IUPNACHAR12USNAM
LVORMDeletion Flag for 1-Level Deletion Logic IMRC_DEL1CHAR1IMRC_DEL1
GENEROrigin Indicator IMRC_GENERCHAR1IMRC_GENER
PRUEFLOSInspection Lot Number QPLOSNUMC12QALSQPLOSQLSQALS
VORGLFNRCurrent Node Number from Order Counter APLZL QLFNKNNUMC8KNTNR
MERKNRInspection Characteristic Number QMERKNRPNUMC4QMERKNRP
DETAILERGDevelopment reserve: Format NUMC, length 8 RESERVE_NUMC_008NUMC8NUMC8
ROOTDSource Document for Measurement Reading Transfer IMRC_ROOTDCHAR20IMRGALPHAIMRC_MDOCMIMRM
TOLTYCIM Resource Object Type for Production Resources/Tools IMRC_TOLTYCHAR2CR_OBJTY
TOLIDProduction Resource/Tool Object ID IMRC_TOLIDNUMC8CRIDCR_OBJID
WOOBJObject Number of Order IMRC_WOOBJCHAR22ONR00J_OBJNRONR
DOCAFIndicator: MeasDoc. Created After Associated Task IMRC_DOCAFCHAR1X
READGMeasurement Reading/Total Counter Reading in SI Unit IMRC_READGFLTP16(16) IMRC_FLTPS
READGIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
RECDVMeasurement Reading in Unit of Entry IMRC_RECDVFLTP16(16) IMRC_FLTPS
RECDVIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
RECDUUnit of Measurement for Document Entry IMRC_RECDUUNIT3T006CUNITMEINS
CNTRRCounter Reading in SI Unit IMRC_CNTRRFLTP16(16) IMRC_FLTPS
CNTRRIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
CDIFFCounter Reading Difference in SI Unit IMRC_CDIFFFLTP16(16) IMRC_FLTPS
CDIFFIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
IDIFFIndicator: Counter Reading Entered as Difference IMRC_IDIFFCHAR1X
EXCHGIndicator: Counter Replaced IMRC_EXCHGCHAR1X
TOTEXIndicator: Total Counter Reading Set Externally IMRC_TOTEXCHAR1X
CODCTCatalog Type - Measurement Reading Valuation Code IMRC_CODCTCHAR1TQ15QKATART
CODGRCode Group - Measurement Reading Valuation Code IMRC_CODGRCHAR8QPGRQCODEGRP
VLCODValuation Code IMRC_VLCODCHAR4QPCDQCODE
CVERSVersion Number QVERSNRCHAR6ALPHAQVERSNR
PRESTProcessing Status IMRC_PRESTCHAR1IMRC_PREST
CANCLReversal Indicator IMRC_CANCLCHAR1X
WOOB1Object Number of Order Operation/Confirmation Counter etc. IMRC_WOOB1CHAR22ONR00J_OBJNRONR
PROBENRNumber of the Partial Sample QSTIPRONRNUMC6QASVQPROBENR
MBEWERTGInspection Result Valuation QMBEWERTGCHAR1QEEBEWERTG
INTVLIndicator that Document Refers to Time Interval IMRC_INTVLCHAR1IMRC_INTVL
IDAT1Date of Interval Start IMRC_IDAT1DATS8DATUM
ITIM1Time of Interval Start IMRC_ITIM1TIMS6UZEIT
TMSTP_BWTime Stamp for BW Delta Extraction TSTMP_BW_EXTRACTDEC16RKE_TSTMP
.INCLU--AP 0
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMRG
INTO CORRESPONDING FIELDS OF WA_IMRG
WHERE...

How to access SAP table IMRG

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