SAP PLMPS_BAPI_PROJECT_DEF_UP PLMPS BAPI Structure Project Definition (Update Fields) Table data and field list

PLMPS_BAPI_PROJECT_DEF_UP 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 BAPI Structure Project Definition (Update Fields)" 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_PLMPS_BAPI_PROJECT_DEF_UP TYPE PLMPS_BAPI_PROJECT_DEF_UP.

The PLMPS_BAPI_PROJECT_DEF_UP table consists of various fields, each holding specific information or linking keys about PLMPS BAPI Structure Project Definition (Update Fields) data available in SAP. These include DESCRIPTION (Updated information in related user data field), MASK_ID (Updated information in related user data field), RESPONSIBLE_NO (Updated information in related user data field), APPLICANT_NO (Updated information in related user data field)... 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. .

PLMPS_BAPI_PROJECT_DEF_UP structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP PLMPS_BAPI_PROJECT_DEF_UP 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 PLMPS_BAPI_PROJECT_DEF_UP 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_DEFINITIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DESCRIPTIONUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MASK_IDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RESPONSIBLE_NOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
APPLICANT_NOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COMP_CODEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BUS_AREAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CONTROLLING_AREAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROFIT_CTRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROJECT_CURRENCYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROJECT_CURRENCY_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NETWORK_ASSIGNMENTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STARTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FINISHUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLANTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CALENDARUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLAN_BASICUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLAN_FCSTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TIME_UNITUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TIME_UNIT_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NETWORK_PROFILEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROJECT_PROFILEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BUDGET_PROFILEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PROJECT_STOCKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OBJECTCLASSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STATISTICALUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TAXJURCODEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
INT_PROFILEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WBS_SCHED_PROFILEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CSH_BDGT_PROFILEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PLAN_PROFILEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
JOINT_VENTUREUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RECOVERY_INDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EQUITY_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
JV_OBJECT_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
JV_JIB_CLASSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
JV_JIB_SUB_CLASS_AUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OBJECTCLASS_EXTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FUNC_AREAUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FUNC_AREA_LONGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table PLMPS_BAPI_PROJECT_DEF_UP

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

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