cancel
Showing results for 
Search instead for 
Did you mean: 

Mass update of z fields of dpr_project table in sap ppm

0 Kudos
523

Hello,

As per requirement, we created custom fields ex. My_field1 & my_field2 and added to dpr_project table. We are displaying ALV report with projectid, project description and these 2 new fields. Our customer wanted to select multiple project rows in alv report and click on button (custom button). These 2 custom fields values needs to update in table dpr_project table based on few conditions.

How to achieve this requirement because these 2 custom fields needs to update not through UI and suggest me is there any bapi or function module to do mass update of custom fields of table dpr_project

Thanks & Regards

Vijaya

Accepted Solutions (0)

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor
0 Kudos

For Cprojects, look at BAPI of business obect BUS2172 function group DPR_BUS2172.

  • Don't use BAPI_TRANSACTION_COMMIT_WORK but BAPI_CPROJECTS_COMMIT_WORK.
  • Look at corresponding BAdI for extensions, e.g. BAPIEXT_BUS2172 if required.
kanishakgupta1
Contributor
0 Kudos

please use BAPI BAPI_BUS2172_CHANGE to update Y fields. use IS_EXTENSION_IN for the same.