PHIN_S_MPT_CR SAP (Measuring Point create) Structure details

Dictionary Type: Structure
Description: Measuring Point create




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




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

PHIN_S_MPT_CR 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 create" 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_PHIN_S_MPT_CR TYPE PHIN_S_MPT_CR.

The PHIN_S_MPT_CR table consists of various fields, each holding specific information or linking keys about Measuring Point create data available in SAP. These include EQUNR (Equipment Number), TPLNR (Functional Location), MPTYP (Measuring Point Category), IRFMP (Indicator: MeasPoint Is a Reference 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PHIN_S_MPT_CR 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
POINTMeasuring Point IMRC_POINTCHAR12Assigned to domainALPHAIMRC_POINTIPTIMPM
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
MPTYPMeasuring Point Category IMRC_MPTYPCHAR1Assigned to domainIMRC_MPTYPIP1
IRFMPIndicator: MeasPoint Is a Reference Measuring Point IMRC_IRFMPCHAR1X
PSORTPosition Number of the Object Measuring Point (Sort Field) IMRC_PSORTCHAR20CHAR20
PTTXTDescription of Measuring Point IMRC_PTTXTCHAR40TEXT40
ATINNInternal characteristic ATINNNUMC10Assigned to domainATINNATINN
ATNAMCharacteristic Name ATNAMCHAR30ATNAMFEA
DECIMNumber of Decimal Places for Number Display IMRC_DECIMINT25IMRC_DECIM
EXPONPower of Ten Exponent for Floating Point Display IMRC_EXPONINT25IMRC_EXPON
CODGRCode Group - Measurement Reading Valuation Code IMRC_CODGRCHAR8Assigned to domainQCODEGRP
LOCASAssembly for Localization of Measuring Point IMRC_LOCASCHAR18Assigned to domainMATN1MATNRMAT
IAUTGTechnical object authorization group IAUTGCHAR4Assigned to domainIAUTG
BEGRUTechnical object authorization group IAUTGCHAR4Assigned to domainIAUTG
INDCTIndicator to Show that Measuring Point Is a Counter IMRC_INDCTCHAR1X
INDRVIndicator: Counter Runs Backwards IMRC_INDRVCHAR1X
CJUMCCounter Overflow Reading IMRC_CJUMCCHAR22FLTP_INOUT
CJUMPCounter Overflow Reading in SI Unit IMRC_CJUMPFLTP16(16) IMRC_FLTPS
CJUMPIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
PYEACAnnual Estimate IMRC_PYEACCHAR22FLTP_INOUT
PYEARAnnual Estimate in SI Unit IMRC_PYEARFLTP16(16) IMRC_FLTPS
PYEARIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
MSEHIUnit of Measurement MSEHIUNIT3Assigned to domainCUNITMEINS
DSTXTAditional Short Text for Measuring Point IMRC_DSTXTCHAR40TEXT40
MRMACUpper Measurement Range Limit in Measurement Range Unit IMRC_MRMACCHAR22FLTP_INOUT
MRMAXUpper Measurement Range Limit/Maximum Total Counter Reading IMRC_MRMAXFLTP16(16) IMRC_FLTPS
MRMAXIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
MRMICLower Measurement Range Limit in Measurement Range Unit IMRC_MRMICCHAR22FLTP_INOUT
MRMINLower Measurement Range Limit/Minimum Total Counter Reading IMRC_MRMINFLTP16(16) IMRC_FLTPS
MRMINIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
UNITMMeasurement Range Unit IMRC_UNITMCHAR6Assigned to domainLUNITMSEC6
MRNGUMeasurement Range Unit IMRC_MRNGUUNIT3Assigned to domainCUNITMEINS
INDTRIndicator That Measurement Reading Transfer is Supported IMRC_INDTRCHAR1X
TRANSMeasuring Point from Which Meas. Reading Was Transferred IMRC_TRANSCHAR12Assigned to domainALPHAIMRC_POINTIMPM
MODTRMode of Counter Reading Transfer IMRC_MODTRCHAR1IMRC_MODTR
DATLODate: Valid From IMRC_DATLODATS8DATUM
TIMLOTime: Valid From (Exclusive) IMRC_TIMLOTIMS6UZEIT
MPOBJObject Number for the Measuring Point Object IMRC_MPOBJCHAR22Assigned to domainJ_OBJNRONR
TRANS_MPOBJObject Number for the Measuring Point Object IMRC_MPOBJCHAR22Assigned to domainJ_OBJNRONR
DESICMeasuring Point Target Value IMRC_DESICCHAR22FLTP_INOUT
DESIRMeasuring Point Target Value IMRC_DESIRFLTP16(16) IMRC_FLTPS
DESIRIIndicator: Associated Number Field Contains a Value IVALUCHAR1X
CDSUFIndicator: Valuation Code Sufficient for Measurmnt. Document IMRC_CDSUFCHAR1X

Key field Non-key field



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

As PHIN_S_MPT_CR 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 PHIN_S_MPT_CR as there is no data to select.

How to access SAP table PHIN_S_MPT_CR

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