IMTR SAP (Termination of MeasRead. Data Transfer to Measuring Points) Table details

Dictionary Type: Table
Description: Termination of MeasRead. Data Transfer to Measuring Points




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




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

IMTR is a standard SAP Table which is used to store Termination of MeasRead. Data Transfer to Measuring Points data and is available within R/3 SAP systems depending on the version and release level.

The IMTR table consists of various fields, each holding specific information or linking keys about Termination of MeasRead. Data Transfer to Measuring Points data available in SAP. These include IDATE (Date of the Measurement), ITIME (Time of Measurement), ROOTD (Source Document for Measurement Reading Transfer), POINT (Measuring Point).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP IMTR 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
IDATEDate of the Measurement IMRC_IDATEDATS8DATUM
ITIMETime of Measurement IMRC_ITIMETIMS6UZEIT
ROOTDSource Document for Measurement Reading Transfer IMRC_ROOTDCHAR20IMRGALPHAIMRC_MDOCMIMRM
POINTMeasuring Point IMRC_POINTCHAR12IMPTTALPHAIMRC_POINTIPTIMPM
MSGNOMessage Number SYMSGNONUMC3SYMSGNO

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMTR
INTO CORRESPONDING FIELDS OF WA_IMTR
WHERE...

How to access SAP table IMTR

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