cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically Change Item Initiative

ChadRichardson
Participant
0 Kudos

Currently this is a 2 step process.  You have to Delete Assignment of the old initiative on the item page then you have to locate and open the new initiative and locate and ADD the item to it.

We have a custom web dynpro component for item maintenance.  We would like to be able to change the initiative there and have all the backend PPM elements updated appropriately.

We already have pieces that update the PPM item from this custom app.  We cannot find anything that will allow us to change an item's initiative.

Been searching for a solution but am coming up empty.

Accepted Solutions (1)

Accepted Solutions (1)

ChadRichardson
Participant
0 Kudos

Figured this out.  Function module that does this is /RPM/OBJECT_LINK_MODIFY.  Call it once to delete the old initiative link and then again to create the new one.  Have to call /RPM/SAVE_CHANGES in between in order to commit the changes.

Let me know if you have any questions...

Answers (0)