SAP DPR_CPR_PROJECT_FIELDS Project Management project related attributes Table data and field list

DPR_CPR_PROJECT_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 project 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_PROJECT_FIELDS TYPE DPR_CPR_PROJECT_FIELDS.

The DPR_CPR_PROJECT_FIELDS table consists of various fields, each holding specific information or linking keys about Project Management project related attributes data available in SAP. These include PROJECT_ID (Project Number), PRIORITY (Priority), CONSTRAINT_TYPE (Constraint on Start Date), START_DATE_FIX (Fixed Start Date)... 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_PROJECT_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_PROJECT_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_PROJECT_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
PROJECT_IDProject Number DPR_TV_PROJECT_IDCHAR24CGPL_EXTID
PRIORITYPriority CGPL_PRIORITYNUMC3CGPL_PRIONUMC3
CONSTRAINT_TYPEConstraint on Start Date DPR_TV_START_CONSTRAINTCHAR1DPR_START_CONSTRAINT
START_DATE_FIXFixed Start Date DPR_TV_START_DATE_FIXDATS8
CALENDAR_IDCalendar DPR_TV_CALENDAR_IDCHAR2TFACDWFCID
CONSTR_TYPE_FINConstraint on Finish Date DPR_TV_FINISH_CONSTRAINTCHAR1DPR_FINISH_CONSTRAINT
FINISH_DATE_FIXFixed Predefined Finish Date DPR_TV_FINISH_DATE_FIXDATS8
PRO_TYPEProject Type DPR_TV_PRO_TYPECHAR15DPR_PRO_TYPEDPR_TYPEDPR_PROJECT_TYPE
CAUSEReason for Project DPR_TV_CAUSECHAR15DPR_CAUSEDPR_CAUSE
GROUPINGGrouping DPR_TV_GROUPINGCHAR40
SEARCH_FIELDSearch Field DPR_TV_SEARCH_FIELDCHAR40
MASTER_LANGUAGELanguage Key DPR_TV_LANGULANG1T002ISOLASPRAS
TEMPLATE_ADMIN_IDTemplate Responsible DPR_TV_TEMPLATE_ADMIN_IDCHAR10Assigned to domainALPHABU_PARTNER
CUSTOMER_IDCustomer Number DPR_TV_CUSTOMER_IDCHAR10BUT000ALPHABU_PARTNERBPABUPA
SOLD_TO_PARTY_IDSold-to Party Number DPR_TV_SOLD_TO_PARTY_IDCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
DESCRIPTIONProject Element Name DPR_TV_NAMECHAR40TEXT40
RESP_ORG_UNITOrganization Responsible DPR_TV_RESP_ORGANIZATIONNUMC8Assigned to domainHROBJIDPONDPR_ORG_UNIT_COLL
STAT_PROFILE_PROStatus Profile Template DPR_TV_STAT_PROFILE_PROCHAR8TJ21J_STSMA
ACT_WRK_EFFORT_EXTConfirmation DPR_TV_ACT_WORK_EXTQUAN9(2) DPR_WORK
ACT_WRK_UNIT_EXTConfirmation Unit DPR_TV_ACT_WRK_UNITUNIT3Assigned to domainCUNITMEINS
PERIODTYPEPeriod Type (Weekly/Monthly/Generic Interval) DPR_TV_PERIOD_TYPENUMC2DPR_PERIOD_TYPE
ALLOCATION_UNITDistribution Unit DPR_TV_ALLOCATION_UNITUNIT3Assigned to domainCUNITMEINS
LOCATIONLocation DPR_TV_LOCATIONCHAR4Assigned to domainDPR_LOCATION
FORECASTED_STARTForecasted Start Date DPR_TV_FORECASTED_STARTDATS8
FORECASTED_FINISHForecasted Finish Date DPR_TV_FORECASTED_FINISHDATS8
SORT_OVERALLSort Mode DPR_TV_SORT_OVERALLCHAR1CHAR1
ACTUAL2PLANOverwrite Planned Dates by Actual Dates DPR_TV_ACTUAL2PLANCHAR1DPR_ACTUAL2PLAN
EXTENDED_ATTRIBUTES 0
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 structure DPR_CPR_PROJECT_FIELDS using ABAP code?

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

How to access SAP table DPR_CPR_PROJECT_FIELDS

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