PHINH SAP (Header Table for Take Over) Table details

Dictionary Type: Table
Description: Header Table for Take Over




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




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

PHINH is a standard SAP Table which is used to store Header Table for Take Over data and is available within R/3 SAP systems depending on the version and release level.

The PHINH table consists of various fields, each holding specific information or linking keys about Header Table for Take Over data available in SAP. These include PHIN_GUID (Generic Key for Takeover/Handover), CREATE_TS (Created On), CREATE_FROM (Created from User), OBJNR (Object Number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PHINH table 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
PHIN_GUIDGeneric Key for Takeover/Handover PHIN_D_PHINGUIDCHAR32SDOK_DOCID
CREATE_TSCreated On PHIN_D_CREATION_TIME_STAMPDEC15TZNTSTMPS
CREATE_FROMCreated from User PHIN_D_CREATED_FROMCHAR12Assigned to domainXUBNAME
OBJNRObject Number PHIN_D_OBJECTNUMBERCHAR22Assigned to domainJ_OBJNR
OBJECTTechnical Object Key PHIN_D_OBJECTCHAR40CHAR40
OTYPEType of Technical Object PHIN_D_TO_TYPECHAR1PHIN_DOM_TO_TYPE
CHANGE_TSChanged On PHIN_D_CHANGED_ON_TIME_STAMPDEC15TZNTSTMPS
CHANGE_FROMChanged from User PHIN_D_CHANGED_FROMCHAR12Assigned to domainXUBNAME
OBJECTIDGUID BAPIGUIDCHAR32SDOK_DOCID
DOCUMENTCLASSStorage Location of Document in SRM (Content Model) BAPIDCLASSCHAR10Assigned to domainSDOK_CLASS
PROFILTakeover / Handover Profile: Unique ID PHIN_D_TO_HO_PROFCHAR2PHIN_DOM_TO_HO_PROFIL
FILENAMETakeover / Handover: File Name PHIN_D_FILECHAR40PHIN_DOM_FILE
PHINTYPEType of Takeover / Handover PHIN_D_PHINTYPECHAR1PHIN_DOM_REASON
PHASEProcessing Phase PHIN_D_PHASECHAR1PHIN_DOM_PHASE
REFERENCE_GUIDReference GUID of Takeover PHIN_D_REFGUIDCHAR32SDOK_DOCID
SENDER_IDUnique identification of handover sender PHIN_D_SENDER_IDCHAR20CHAR20
MSG_DETAILdetail level of takeover BAPI messages PHIN_D_MSG_DETAILCHAR1XFIELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM PHINH
INTO CORRESPONDING FIELDS OF WA_PHINH
WHERE...

How to access SAP table PHINH

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