PHIN_S_MP_CREA SAP (Maint.Plan Create View) Structure details

Dictionary Type: Structure
Description: Maint.Plan Create View




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




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

PHIN_S_MP_CREA 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 "Maint.Plan Create View" 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_CREA TYPE PHIN_S_MP_CREA.

The PHIN_S_MP_CREA table consists of various fields, each holding specific information or linking keys about Maint.Plan Create View data available in SAP. These include FILENAME (Takeover / Handover: File Name), TL_KEY (Key (Numc 8) for Table PHINT), KTX01 (Description of technical object), UII ( Unique Item Identifier).. 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_CREA 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
KTX01Description of technical object KTX01CHAR40TEXT40
UII Unique Item Identifier PHIN_D_UIICHAR72UII_CHAR72UIIH_UII
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
EQTXTDescription of Technical Object PHIN_D_KTX01CHAR40TEXT40
IS_NEWNew Created Technical Object PHIN_D_MP_NEW_STATUS_ICONCHAR30CHAR30
IS_NEW_TTIPNew Created Technical Object PHIN_D_MP_NEW_STATUS_ICONCHAR30CHAR30
STAT_OBJECTCalculated State of Technical Object PPHIN_D_STATE_OBJECTCHAR65CHAR65
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
TPLNR_TEMPL'Copy Reference' for Functional Location PHIN_D_TMPLFL40CHAR40ILOM_STRNO
EQTXT_TEMPLDescription of 'Copy Ref' Object PHIN_D_KTX_TMPLCHAR40TEXT40
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_INCONSISTENTConsistency Status of Maintenance Plan PHIN_D_MP_CONSIST_STATUSCHAR30CHAR30
MP_INCONSISTENT_TTIPConsistency Status of Maintenance Plan PHIN_D_MP_CONSIST_STATUSCHAR30CHAR30
MP_EXISTSMaintenance Plan Exists PHIN_D_EXISTSCHAR1FLAG
MP_SCHEDScheduling Status of Maintenance Plans PHIN_D_MPS_SCHEDUL_STATUS_ICONCHAR30CHAR30
MP_SCHED_TTIPScheduling Status of Maintenance Plans PHIN_D_MPS_SCHEDUL_STATUS_ICONCHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table PHIN_S_MP_CREA

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