PHIN_S_MD_CNTR_RDG SAP (Counter Readings for Phase In Counters) Structure details

Dictionary Type: Structure
Description: Counter Readings for Phase In Counters




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




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

PHIN_S_MD_CNTR_RDG 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 "Counter Readings for Phase In Counters" 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_MD_CNTR_RDG TYPE PHIN_S_MD_CNTR_RDG.

The PHIN_S_MD_CNTR_RDG table consists of various fields, each holding specific information or linking keys about Counter Readings for Phase In Counters data available in SAP. These include MD_TSN (Time Since New), MD_CSN_TSTAMP (Cycles Since New: Measurement Date (UTC Timestamp)), MD_CSN (Cycles Since New), MD_DISN_TSTAMP (Days Installed Since New: Measurement Date (UTC Timestamp)).. 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_MD_CNTR_RDG 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
MD_TSN_TSTAMPTime Since New: Measurement Date (UTC Timestamp) PHIN_D_MD_TSN_TZNTSTMPSDEC15TZNTSTMPS
MD_TSNTime Since New PHIN_D_MD_TSNCHAR22FLTP_INOUT
MD_CSN_TSTAMPCycles Since New: Measurement Date (UTC Timestamp) PHIN_D_MD_CSN_TZNTSTMPSDEC15TZNTSTMPS
MD_CSNCycles Since New PHIN_D_MD_CSNCHAR22FLTP_INOUT
MD_DISN_TSTAMPDays Installed Since New: Measurement Date (UTC Timestamp) PHIN_D_MD_DISN_TZNTSTMPSDEC15TZNTSTMPS
MD_DISNDays Installed Since New PHIN_D_MD_DISNCHAR22FLTP_INOUT
MD_TSO_TSTAMPTime Since Overhaul: Measurement Date (UTC Timestamp) PHIN_D_MD_TSO_TZNTSTMPSDEC15TZNTSTMPS
MD_TSOTime Since Overhaul PHIN_D_MD_TSOCHAR22FLTP_INOUT
MD_CSO_TSTAMPCycles Since Overhaul: Measurement Date (UTC Timestamp) PHIN_D_MD_CSO_TZNTSTMPSDEC15TZNTSTMPS
MD_CSOCycles Since Overhaul PHIN_D_MD_CSOCHAR22FLTP_INOUT
MD_DISO_TSTAMPDays Installed Since Overhaul: MeasuremDate (UTC Timestamp) PHIN_D_MD_DISO_TZNTSTMPSDEC15TZNTSTMPS
MD_DISODays Installed Since Overhaul PHIN_D_MD_DISOCHAR22FLTP_INOUT
MD_TSR_TSTAMPTime Since Repair: Measurement Date (UTC Timestamp) PHIN_D_MD_TSR_TZNTSTMPSDEC15TZNTSTMPS
MD_TSRTime Since Repair PHIN_D_MD_TSRCHAR22FLTP_INOUT
MD_CSR_TSTAMPCycles Since Repair: Measurement Date (UTC Timestamp) PHIN_D_MD_CSR_TZNTSTMPSDEC15TZNTSTMPS
MD_CSRCycles Since Repair PHIN_D_MD_CSRCHAR22FLTP_INOUT
MD_DISR_TSTAMPDays Installed Since Repair: MeasuremDate (UTC Timestamp) PHIN_D_MD_DISR_TZNTSTMPSDEC15TZNTSTMPS
MD_DISRDays Installed Since Repair PHIN_D_MD_DISRCHAR22FLTP_INOUT

Key field Non-key field



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

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

How to access SAP table PHIN_S_MD_CNTR_RDG

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