DPR_PHA_TYPE SAP (Phase Type) Table details

Dictionary Type: Table
Description: Phase Type




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




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

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

The DPR_PHA_TYPE table consists of various fields, each holding specific information or linking keys about Phase Type data available in SAP. These include PHA_TYPE (Phase Type), APPROVE_PHASE (Approve Phase), ASSIGN_PERSON (Automatically Assign Decision Maker at Beginning of Approval), COMPLETE_PHASE (Complete Phase When Granting Approval).. 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 or numeric)

Text table = DPR_PHA_TYPE_T


SAP DPR_PHA_TYPE 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PHA_TYPEPhase Type DPR_TV_PHA_TYPECHAR15Assigned to domainDPR_TYPE
APPROVE_PHASEApprove Phase DPR_TV_APPROVE_PHASECHAR1CHAR1
ASSIGN_PERSONAutomatically Assign Decision Maker at Beginning of Approval DPR_TV_APPROVAL_ASSIGN_PERSONCHAR1DPR_APPROVAL_ASSIGN_PERSON
COMPLETE_PHASEComplete Phase When Granting Approval DPR_TV_APPROVAL_COMPLETE_PHASECHAR1DPR_APPROVAL_COMPLETE_PHASE
FORM_NAMEPrint Form for Approval Document DPR_TV_APPROVAL_FORM_NAMECHAR30Assigned to domainFPNAME
GRANT_W_LAST_IAPGrant Approval After Last Individual Approval DPR_TV_APPROVAL_GRANT_FINALCHAR1DPR_APPROVAL_GRANT_FINAL
GRANT_W_REJ_IAPGranting of App. with Rejected Individual Approval Allowed DPR_TV_APPROVAL_GRANT_WITH_REJCHAR1DPR_APPROVAL_GRANT_WITH_REJ
IND_APPR_CHANGEChangeability of Ind. Approvals After Approval Beginning DPR_TV_APPROVAL_IAP_CHANGECHAR1DPR_APPROVAL_IAP_CHANGE
RELEASE_PHASERelease Successor Phase Only After Approval DPR_TV_RELEASE_PHASECHAR1CHAR1
ACTIVEActivate Phase Type DPR_TV_PHA_TYPE_ACTIVECHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM DPR_PHA_TYPE
INTO CORRESPONDING FIELDS OF WA_DPR_PHA_TYPE
WHERE...

How to access SAP table DPR_PHA_TYPE

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