PHIN_S_MP SAP (Maintenance Plan specific fields) Structure details

Dictionary Type: Structure
Description: Maintenance Plan specific fields




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




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

PHIN_S_MP 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 "Maintenance Plan specific fields" 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_MP TYPE PHIN_S_MP.

The PHIN_S_MP table consists of various fields, each holding specific information or linking keys about Maintenance Plan specific fields data available in SAP. These include FILENAME (Takeover / Handover: File Name), TL_KEY (Key (Numc 8) for Table PHINT), IS_NEW (New Object), HOW_MANY_MP (Number of Maint. Plans for Object).. 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_MP 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 MANDTCLNT3Assigned to domainMANDT
FILENAMETakeover / Handover: File Name PHIN_D_FILECHAR40PHIN_DOM_FILE
TL_KEYKey (Numc 8) for Table PHINT PHIN_D_GUIDNUMC8PHIN_DOM_GUID
IS_NEWNew Object PHIN_D_NEWCHAR1FLAG
HOW_MANY_MPNumber of Maint. Plans for Object PHIN_D_NO_MPINT13PHIN_DOM_NO_MP
MP_LIST_EQList of Maintenance Plans PHIN_D_MP_LISTCHAR30CHAR30
EQUNR_TEMPL'Copy Reference' for Equipment PHIN_D_EQUNRCHAR18Assigned to domainALPHAEQUNREQUI
EQTXT_TEMPLDescription of Technical Object PHIN_D_KTX01CHAR40TEXT40
HOW_MANY_MP_TEMPLNumber of Maint.Plans for Reference Object PHIN_D_NO_MP_TINT13PHIN_DOM_NO_MP
MP_LIST_EQ_TEMPLList of Maintenance Plans PHIN_D_MP_LISTCHAR30CHAR30
MP_CREA_MANCreate Maintenance Plan Manually PHIN_D_MP_CREACHAR30CHAR30
MP_LOGShow Log PHIN_D_LOGCHAR10CHAR10
MP_INCONSISTENTObject Inconsistent PHIN_D_INCONSCHAR1FLAG
MP_EXISTSMaintenance Plan Exists PHIN_D_EXISTSCHAR1FLAG
MP_SCHEDMaintenance Plan Scheduled PHIN_D_SCHEDULEDCHAR1FLAG
MP_AKTMaintenance Plans Active PHIN_D_ACTIVCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table PHIN_S_MP

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