Hi Experts,
I am very new to SAP PPM and I have no prior knowledge about PPM although I have started to explore it. I am an ABAPer and I would like to know how would I be able to change planned start date and planned finish date for an item. Is there any BAPI available for it to change these dates ?
I am following below process. Kindly advise/suggest/guide/help me to understand this. Right now I understand that from table /RPM/ITEM_D, I get planned start date and planned finish date .
Thanks and regards,
Abhijit.
Hi Abhijit,
In the enhancement spot from where you want to change the planned start / finish dates, just call the FM /RPM/ITEM_MODIFY passing ITEM GUID in IS_MODIFY_CONTEXT-ORIGINAL_ITEM and with IV_CHANGE_MODE as 'U' (mass upload).
Then in the IT_ATTRIBUTES, you can put planned start / finish dates in D_PLANSTART and D_PLANFINISH.
Hope this helps.
Best regards
Aditya
Add a comment