SAP DPR_CPR_ROLE_FIELDS Project Management role related attributes Table data and field list

DPR_CPR_ROLE_FIELDS 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 "Project Management role related attributes" 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_DPR_CPR_ROLE_FIELDS TYPE DPR_CPR_ROLE_FIELDS.

The DPR_CPR_ROLE_FIELDS table consists of various fields, each holding specific information or linking keys about Project Management role related attributes data available in SAP. These include SORT_NUMBER (Sort Number), PARTICIPANT_ROLE (Role Type for Projects), BEG_TMSTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), END_TMSTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss))... 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. .

DPR_CPR_ROLE_FIELDS structure Technical Details:

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


SAP DPR_CPR_ROLE_FIELDS 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 DPR_CPR_ROLE_FIELDS 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
SORT_NUMBERSort Number DPR_TV_SORT_NUMBERNUMC5
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_GUIDBusiness Partner GUID BU_PARTNER_GUIDRAW16SYSUUID
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_WRK_EFFORT_EXTConfirmation DPR_TV_ACT_WORK_EXTQUAN9(2) DPR_WORK
ACT_WRK_UNIT_EXTConfirmation Unit DPR_TV_ACT_WRK_UNITUNIT3Assigned to domainCUNITMEINS
CONF_GUIDGUID of a Confirmation Document DPR_TV_CONF_GUIDRAW16
EA_DUMMYDummy Data Element for Enhanced Proj. Mgmt Attributes DPR_TV_EA_DUMMYCHAR1CHAR1
EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
BEG_DATEStart Date BEGDADATS8DATUM
END_DATEEnd Date ENDDADATS8DATUM
DESCRIPTIONLanguage-Dependent Description CGPL_TEXT1CHAR40TEXT40
PARTICIPANT_ROLE_TEXTName of Role Type DPR_TV_PARTICIPANT_ROLE_TEXTCHAR40DPR_TEXT
PARTICIPANT_IDRole ID DPR_TV_PART_IDCHAR24CHAR24
ROLE_FUNCTION_IDID of Role Function DPR_TV_ROLE_FUNCTION_IDCHAR15DPR_ROLE_FUNCDPR_ROLE_FUNCTION_ID
LOCATIONLocation DPR_TV_LOCATIONCHAR4Assigned to domainDPR_LOCATION
URGENCYUrgency DPR_TV_URGENCYCHAR2DPR_URGENCY

Key field Non-key field



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

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

How to access SAP table DPR_CPR_ROLE_FIELDS

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

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