SAP TPHIN_MPT_EXT External ID of Supported PHIN Counters Table data and field list

TPHIN_MPT_EXT is a standard SAP Table which is used to store External ID of Supported PHIN Counters data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The TPHIN_MPT_EXT table consists of various fields, each holding specific information or linking keys about External ID of Supported PHIN Counters data available in SAP. These include ATINN (Measuring Point Characteristic), FN_MPOINT (Field Name for Counter Reading), FN_TSTAMP (Field Name for Timestamp), FN_DATE (Field Name for Date)... 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. .

TPHIN_MPT_EXT table Technical Details:

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TPHIN_MPT_EXT table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the TPHIN_MPT_EXT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
ATINNMeasuring Point Characteristic PHIN_D_MPOINT_INTNUMC10CABNATINNATINN
FN_MPOINTField Name for Counter Reading PHIN_D_FN_MPOINTCHAR30Assigned to domainFDNAME
FN_TSTAMPField Name for Timestamp PHIN_D_FN_TSTAMPCHAR30Assigned to domainFDNAME
FN_DATEField Name for Date PHIN_D_FN_DATECHAR30Assigned to domainFDNAME
FN_TIMEField Name for Time PHIN_D_FN_TIMECHAR30Assigned to domainFDNAME
INDCTIndicator to Show that Measuring Point Is a Counter PHIN_D_IMRC_INDCTCHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPHIN_MPT_EXT
INTO CORRESPONDING FIELDS OF WA_TPHIN_MPT_EXT
WHERE...

How to access SAP table TPHIN_MPT_EXT

Within an ECC or HANA version of SAP you can also view further information about TPHIN_MPT_EXT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).