SAP DPR_PS_PROJECT_FIELDS PLM PS project attributes Table data and field list

DPR_PS_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 "PLM PS project 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_PS_PROJECT_FIELDS TYPE DPR_PS_PROJECT_FIELDS.

The DPR_PS_PROJECT_FIELDS table consists of various fields, each holding specific information or linking keys about PLM PS project attributes data available in SAP. These include PROJECT_DEFINITION (Project Definition), DESCRIPTION (), MASK_ID (), RESPONSIBLE_NO ()... 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_PS_PROJECT_FIELDS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP DPR_PS_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_PS_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_DEFINITIONProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
DESCRIPTION 0
MASK_ID 0
RESPONSIBLE_NO 0
APPLICANT_NO 0
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
CONTROLLING_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
PROFIT_CTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
PROJECT_CURRENCY 0
PROJECT_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
NETWORK_ASSIGNMENT 0
START 0
FINISH 0
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
CALENDAR 0
PLAN_BASIC 0
PLAN_FCST Planning method for project forecast dates0
TIME_UNIT Time unit in time scheduling0
TIME_UNIT_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
NETWORK_PROFILENetwork profile PROFIDNZPLCHAR7Assigned to domainPROFILIDPNW
PROJECT_PROFILE Project profile0
BUDGET_PROFILE Budget profile0
PROJECT_STOCK Project stock0
OBJECTCLASS Object class0
STATISTICAL Statistical WBS element0
TAXJURCODETax Jurisdiction TXJCDCHAR15Assigned to domainTXJCDTXJ
INT_PROFILEInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7Assigned to domainPS_ZSCHM
WBS_SCHED_PROFILE Profile for WBS scheduling0
CSH_BDGT_PROFILE Payment plan profile0
PLAN_PROFILE Planning profile0
JOINT_VENTUREJoint Venture JV_NAMECHAR6Assigned to domainALPHAJV_NAMEJVV
RECOVERY_INDRecovery Indicator JV_RECINDCHAR2Assigned to domainALPHAJV_RECIND
EQUITY_TYPEEquity type JV_ETYPECHAR3Assigned to domainALPHAJV_ETYPE
JV_OBJECT_TYPE Joint Venture object type0
JV_JIB_CLASS JIB/JIBE Class0
JV_JIB_SUB_CLASS_A JIB/JIBE Subclass A0
DELETION_FLAGDeletion Indicator PS_DELETION_FLAGCHAR1XFLAG
OBJECTCLASS_EXTObject class, language-dependent SCOPE_LDCHAR5CHAR5
FUNC_AREAFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
FUNC_AREA_LONGFunctional Area FKBERCHAR16Assigned to domainFKBERFBE

Key field Non-key field



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

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

How to access SAP table DPR_PS_PROJECT_FIELDS

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