TPHIN_PO_ACT SAP (Handover Profile) Table details

Dictionary Type: Table
Description: Handover Profile




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




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

TPHIN_PO_ACT is a standard SAP Table which is used to store Handover Profile data and is available within R/3 SAP systems depending on the version and release level.

The TPHIN_PO_ACT table consists of various fields, each holding specific information or linking keys about Handover Profile data available in SAP. These include PROFILE (Unique ID of a Handover Profile), FILE_CR (Activity: Creation of Handover File), EQUI_DA (No History-Relevant Changes for Equipment), FLOC_DA (Activity: Deactivate Functional Locations).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)

Text table = TPHIN_PO_ACTT


SAP TPHIN_PO_ACT 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 MANDTCLNT3T000MANDT
PROFILEUnique ID of a Handover Profile PHIN_D_PO_PROFCHAR2PHIN_DOM_TO_HO_PROFILPHIN_PO_PROF
FILE_CRActivity: Creation of Handover File PHIN_D_PO_FILCHAR1XFELD
EQUI_DANo History-Relevant Changes for Equipment PHIN_D_PO_EQUCHAR1XFELD
FLOC_DAActivity: Deactivate Functional Locations PHIN_D_PO_FLOCHAR1XFELD
MPLAN_DAActivity: Deactivate Maintenance Plans PHIN_D_PO_MPLCHAR1XFELD
NOTIF_STATActivity: Set Status of Notifications to Completed PHIN_D_PO_NOTCHAR1XFELD
ORDER_STATActivity: Set Status of Open PM/CS Orders to 'Locked' PHIN_D_PO_ORDCHAR1XFELD
CUACT1Handover: Control Customer-Specific Logic 1 PHIN_D_CUACTCHAR1XFELD
CUACT2Handover: Control Customer-Specific Logic 2 PHIN_D_CUACT2CHAR1XFELD
CUACT3Handover: Control Customer-Specific Logic 3 PHIN_D_CUACT3CHAR1XFELD
CUACT4Handover: Control Customer-Specific Logic 4 PHIN_D_CUACT4CHAR1XFELD
CUACT5Handover: Control Customer-Specific Logic 5 PHIN_D_CUACT5CHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TPHIN_PO_ACT
INTO CORRESPONDING FIELDS OF WA_TPHIN_PO_ACT
WHERE...

How to access SAP table TPHIN_PO_ACT

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