IMPTT SAP (Measuring Point (Table)) Table details

Dictionary Type: Table
Description: Measuring Point (Table)




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




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

IMPTT is a standard SAP Table which is used to store Measuring Point (Table) data and is available within R/3 SAP systems depending on the version and release level.

The IMPTT table consists of various fields, each holding specific information or linking keys about Measuring Point (Table) data available in SAP. These include POINT (Measuring Point), MPOBJ (Object Number for the Measuring Point Object), PSORT (Position Number of the Object Measuring Point (Sort Field)), PSORTR (Indicator: Position Number Comes From Reference MeasPoint).. 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 IMPTT 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
POINTMeasuring Point IMRC_POINTCHAR12ALPHAIMRC_POINTIPTIMPM
MPOBJObject Number for the Measuring Point Object IMRC_MPOBJCHAR22ONR00J_OBJNRONR
PSORTPosition Number of the Object Measuring Point (Sort Field) IMRC_PSORTCHAR20CHAR20
PSORTRIndicator: Position Number Comes From Reference MeasPoint IMRCRPSORTCHAR1X
PTTXTDescription of Measuring Point IMRC_PTTXTCHAR40TEXT40
MLANGLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
KZLTXIndicator: Long text exists ILOM_KZLTXCHAR1X
MPTYPMeasuring Point Category IMRC_MPTYPCHAR1T370PIMRC_MPTYPIP1
IRFMPIndicator: MeasPoint Is a Reference Measuring Point IMRC_IRFMPCHAR1X
ERDATDate on which the object was created ICRDTDATS8DATUM
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
BEGRUTechnical object authorization group IAUTGCHAR4T370BIAUTG
INACTIndicator: Measuring Point Inactive IMRC_INACTCHAR1X
LVORMDeletion Flag for 2-Level Deletion Logic IMRC_DEL2CHAR1IMRC_DEL2
LOCASAssembly for Localization of Measuring Point IMRC_LOCASCHAR18MARAMATN1MATNRMAT
REFMPReference Meas.Pt IMRC_REFMPCHAR12IMPTTALPHAIMRC_POINTIMRC_REFMP
ATINNInternal characteristic ATINNNUMC10CABNATINNATINN
ATINNRIndicator: Charac Comes From Reference Measuring Point IMRCRATINNCHAR1X
EXPONPower of Ten Exponent for Floating Point Display IMRC_EXPONINT25IMRC_EXPON
DECIMNumber of Decimal Places for Number Display IMRC_DECIMINT25IMRC_DECIM
DESIRMeasuring Point Target Value IMRC_DESIRFLTP16(16) IMRC_FLTPS
DESIRIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
DESIRRIndicator: Target Value Comes From Reference Measuring Point IMRCRDESIRCHAR1X
DSTXTAditional Short Text for Measuring Point IMRC_DSTXTCHAR40TEXT40
DSTXTRIndicator: Additional Text Comes From Reference MeasPoint IMRCRDSTXTCHAR1X
MRMINLower Measurement Range Limit/Minimum Total Counter Reading IMRC_MRMINFLTP16(16) IMRC_FLTPS
MRMINIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
MRMAXUpper Measurement Range Limit/Maximum Total Counter Reading IMRC_MRMAXFLTP16(16) IMRC_FLTPS
MRMAXIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
MRNGUMeasurement Range Unit IMRC_MRNGUUNIT3T006CUNITMEINS
INDCTIndicator to Show that Measuring Point Is a Counter IMRC_INDCTCHAR1X
INDRVIndicator: Counter Runs Backwards IMRC_INDRVCHAR1X
INDTRIndicator That Measurement Reading Transfer is Supported IMRC_INDTRCHAR1X
TRANSMeasuring Point from Which Meas. Reading Was Transferred IMRC_TRANSCHAR12IMPTTALPHAIMRC_POINTIMPM
CJUMPCounter Overflow Reading in SI Unit IMRC_CJUMPFLTP16(16) IMRC_FLTPS
CJUMPIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
PYEARAnnual Estimate in SI Unit IMRC_PYEARFLTP16(16) IMRC_FLTPS
PYEARIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
CODCTCatalog Type - Measurement Reading Valuation Code IMRC_CODCTCHAR1TQ15QKATART
CODGRCode Group - Measurement Reading Valuation Code IMRC_CODGRCHAR8QPGRQCODEGRP
CODGRRIndicator: Code Group Comes From Reference Measuring Point IMRCRCODGRCHAR1X
CDSUFIndicator: Valuation Code Sufficient for Measurmnt. Document IMRC_CDSUFCHAR1X
MODTRMode of Counter Reading Transfer IMRC_MODTRCHAR1IMRC_MODTR
INDTRRIndicator: Measurement Transfer Comes from Ref. Meas. Point IMRCRINDTRCHAR1X
.INCLU--AP 0
LOGSYSLogical System /ISDFPS/LOGSYSCHAR10Assigned to domainALPHALOGSYS/ISDFPS/ALE_SYNC_SYSTEM
LOGSYS_CHGUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



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

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

SELECT SINGLE *
FROM IMPTT
INTO CORRESPONDING FIELDS OF WA_IMPTT
WHERE...

How to access SAP table IMPTT

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