SAP DPR_PS_PROJECT_INT PLMPS Project Table data and field list

DPR_PS_PROJECT_INT 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 "PLMPS Project" 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_INT TYPE DPR_PS_PROJECT_INT.

The DPR_PS_PROJECT_INT table consists of various fields, each holding specific information or linking keys about PLMPS Project 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_INT 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_PS_PROJECT_INT 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_INT 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_DATA 0
PROJECT_DEFINITIONProject Definition PS_PSPIDCHAR24ABPSNPS_PSPIDPSPPD_DUMMY
DESCRIPTION 0
MASK_ID 0
RESPONSIBLE_NO 0
APPLICANT_NO 0
COMP_CODECompany Code BUKRSCHAR4BUKRSBUKC_T001
BUS_AREABusiness Area GSBERCHAR4GSBERGSB
CONTROLLING_AREAControlling Area KOKRSCHAR4CACCDCAC
PROFIT_CTRProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
PROJECT_CURRENCY 0
PROJECT_CURRENCY_ISOISO currency code ISOCDCHAR3ISOCD
NETWORK_ASSIGNMENT 0
START 0
FINISH 0
PLANTPlant WERKS_DCHAR4WERKSWRKH_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_UNITCHAR3ISOCD_UNIT
NETWORK_PROFILENetwork profile PROFIDNZPLCHAR7PROFILIDPNW
PROJECT_PROFILE Project profile0
BUDGET_PROFILE Budget profile0
PROJECT_STOCK Project stock0
OBJECTCLASS Object class0
STATISTICAL Statistical WBS element0
TAXJURCODETax Jurisdiction TXJCDCHAR15TXJCDTXJ
INT_PROFILEInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7PS_ZSCHM
WBS_SCHED_PROFILE Profile for WBS scheduling0
CSH_BDGT_PROFILE Payment plan profile0
PLAN_PROFILE Planning profile0
JOINT_VENTUREJoint Venture JV_NAMECHAR6ALPHAJV_NAMEJVV
RECOVERY_INDRecovery Indicator JV_RECINDCHAR2ALPHAJV_RECIND
EQUITY_TYPEEquity type JV_ETYPECHAR3ALPHAJV_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 FKBERCHAR16FKBERFBE
ROLES 0
WBS_ELEMENTS 0
NETWORK 0
MILESTONE 0
ACTIVITY_MILESTONE 0
NETWORK_ACT_ELEMENT 0
NETWORK_ACTIVITY 0

Key field Non-key field



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

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

How to access SAP table DPR_PS_PROJECT_INT

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

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