DPR_PART SAP (Project Participants) Table details

Dictionary Type: Table
Description: Project Participants




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




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

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

The DPR_PART table consists of various fields, each holding specific information or linking keys about Project Participants data available in SAP. These include GUID (Application Object GUID (Entity with Conversion Exit)), PROC_STATUS_OWN (Object Processing Status), PROC_STATUS_SUP (Processing Status of Higher-Level Object), SORT_NUMBER (Sort 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 DPR_PART 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
GUIDApplication Object GUID (Entity with Conversion Exit) DPR_TV_ENTITY_GUIDRAW16DPRCEDPR_ENTITY_GUID
PROC_STATUS_OWNObject Processing Status DPR_TV_PROC_STATUS_OWNCHAR2DPR_PROC_STATUS
PROC_STATUS_SUPProcessing Status of Higher-Level Object DPR_TV_PROC_STATUS_SUPCHAR2DPR_PROC_STATUS
SORT_NUMBERSort Number DPR_TV_SORT_NUMBERNUMC5
VERSION_NUMBERVersion Number CGPL_TV_VERSIONCHAR24CGPL_VERSION
PARTICIPANT_ROLERole Type for Projects DPR_TV_PARTICIPANT_ROLECHAR15DPR_PART_ROLEDPR_PARTICIPANT_ROLE
BEG_TMSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
END_TMSTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
WORK_EFFORTDemand or Assigned Effort DPR_TV_EFFORTQUAN9(2) DPR_WORK
WORK_UNITUnit for Demand or Effort DPR_TV_EFFORT_UNITUNIT3Assigned to domainCUNITMEINS
C_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
PARTNER_ROLEBP Role DPR_TV_BU_ROLECHAR6Assigned to domainBU_RLTYPBUPA_ROLE
VACANTVacant Checkbox of Role DPR_TV_VACANTCHAR1DPR_BOOLEAN
CAND_IN_WORKLISTRole Is Displayed in Candidate Manager's Worklist DPR_TV_CANDIDATE_IN_WORKLISTCHAR1DPR_BOOLEAN
STAT_PROFILE_PRTStatus Profile Template DPR_TV_STAT_PROFILE_PRTCHAR8Assigned to domainJ_STSMA
VC_BUPA_GUIDApplication Object GUID DPR_TV_GUIDRAW16DPR_GUID
RATECost Rate/Revenue Rate for Project Costing DPR_TV_RATECHAR15Assigned to domainDPR_RATE_TYPE
REVENUE_RATEDifferent Revenue DPR_TV_REVENUE_RATE_MANUALCURR11(2) PREIS
CURRENCYCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
COST_RATEDifferent Costs DPR_TV_COST_RATE_MANUALCURR11(2) PREIS
CURRENCY_COSTCurrency Key WAERS_CURCCUKY5Assigned to domainWAERSFWS
TIME_UNITActivity Unit for Deviating Costs and Revenues DPR_TV_TIME_UNIT_MANUALUNIT3Assigned to domainCUNITMEINS
ACT_WORK_EFFORTConfirmation (Insternal Display) DPR_TV_ACT_WORKQUAN16(3) DPR_WORK_LONG
ACT_WORK_UNITConfirmation Unit DPR_TV_ACT_WRK_UNITUNIT3Assigned to domainCUNITMEINS
ACT_WRK_UNIT_EXTConfirmation Unit DPR_TV_ACT_WRK_UNITUNIT3Assigned to domainCUNITMEINS
CONF_GUIDGUID of a Confirmation Document DPR_TV_CONF_GUIDRAW16
CONCRETE_ROLEShadow Role (= Concrete Role) DPR_TV_CONCRETE_ROLECHAR1CHAR1
PARTICIPANT_IDRole ID DPR_TV_PART_IDCHAR24CHAR24
URGENCYUrgency DPR_TV_URGENCYCHAR2DPR_URGENCY
ROLE_FUNCTION_IDID of Role Function DPR_TV_ROLE_FUNCTION_IDCHAR15DPR_ROLE_FUNCDPR_ROLE_FUNCTION_ID
LOCATIONLocation DPR_TV_LOCATIONCHAR4DPR_LOCATIONDPR_LOCATION
STAFF_PERCENTPercent Staffed DPR_TV_STAFF_PERCENTNUMC3NUMC3
EA_DUMMYDummy Data Element for Enhanced Proj. Mgmt Attributes DPR_TV_EA_DUMMYCHAR1CHAR1

Key field Non-key field



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

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

SELECT SINGLE *
FROM DPR_PART
INTO CORRESPONDING FIELDS OF WA_DPR_PART
WHERE...

How to access SAP table DPR_PART

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