SAP PHIN_T_MSG_PI Phin Message Table Structure including Posting Indicator Table data and field list

PHIN_T_MSG_PI 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 "Phin Message Table Structure including Posting Indicator" 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_T_MSG_PI TYPE PHIN_T_MSG_PI.

The PHIN_T_MSG_PI table consists of various fields, each holding specific information or linking keys about Phin Message Table Structure including Posting Indicator data available in SAP. These include MANDT (Client), PHIN_GUID (Generic Key for Takeover/Handover), TL_KEY (Key (Numc 8) for Table PHINT), MSGID (Message Class)... 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. .

PHIN_T_MSG_PI structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP PHIN_T_MSG_PI structure 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 PHIN_T_MSG_PI 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
PHIN_GUIDGeneric Key for Takeover/Handover PHIN_D_PHINGUIDCHAR32SDOK_DOCID
TL_KEYKey (Numc 8) for Table PHINT PHIN_D_GUIDNUMC8PHIN_DOM_GUID
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
TIMESTAMPUTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) TIMESTAMPLDEC21(7) TZNTSTMPL
MSGTYMessage Type SYMSGTYCHAR1SYCHAR01
MSGV1Message Variable SYMSGVCHAR50SYCHAR50
MSGV2Message Variable SYMSGVCHAR50SYCHAR50
MSGV3Message Variable SYMSGVCHAR50SYCHAR50
MSGV4Message Variable SYMSGVCHAR50SYCHAR50
CONTEXTMessage Variable SYMSGVCHAR50SYCHAR50
VBKZTakeover / Handover Update Indicator PHIN_VBKZCHAR1PHIN_VBKZ
PHIN_VIEWPHIN_MSG_VIEW PHIN_MSG_VIEWCHAR2PHIN_MSG_VIEW
FUNCTIONPHIN_MSG_FUNCTION PHIN_MSG_FUNCTIONCHAR2PHIN_MSG_FUNCTION
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
CAT_ERRORPHIN_MSG_CAT PHIN_MSG_CATCHAR1PHIN_MSG_CAT
CHG_FLAGChange Indicator for Takeover / Handover Object PHIN_D_CHGFLAGCHAR1PHIN_DOM_CHGFLAG

Key field Non-key field



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

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

How to access SAP table PHIN_T_MSG_PI

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

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