IMPTH SAP (Measuring Point With Hierarchy Level) Structure details

Dictionary Type: Structure
Description: Measuring Point With Hierarchy Level




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




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

IMPTH is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Measuring Point With Hierarchy Level" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_IMPTH TYPE IMPTH.

The IMPTH table consists of various fields, each holding specific information or linking keys about Measuring Point With Hierarchy Level data available in SAP. These include MANDT (Client), POINT (Measuring Point), MPOBJ (Object Number for the Measuring Point Object), PSORT (Position Number of the Object Measuring Point (Sort Field)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP IMPTH structure 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_POINTCHAR12Assigned to domainALPHAIMRC_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
ATNAMCharacteristic Name ATNAMCHAR30ATNAMFEA
ATFORData type of characteristic ATFORCHAR4ATFOR
ATVORIndicator: Negative Values Allowed IMRC_INEGVCHAR1X
MSEHIUnit of Measurement MSEHIUNIT3T006CUNITMEINS
ATDIMExponent display ATDIMINT25EXP10
ANZDZNumber of Decimal Places ANZDZINT25ANZDZ
AUSWAHLMGESelected Set QAUSWAHLMGCHAR8Assigned to domainQAUSWAHLMGAWM
HILEVHierarchy Level; Above: < 0; Below: > 0 IMRC_HILEVINT410INT4

Key field Non-key field



How do I retrieve data from SAP structure IMPTH using ABAP code?

As IMPTH is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on IMPTH as there is no data to select.

How to access SAP table IMPTH

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