cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Update /RPM/ITEM_D when Fin Plan is updated

Former Member
0 Kudos
452

Hi,

I have a requirement to update some custom fields in /RPM/ITEM_D when the /RPM/FIN_PLAN table is updated. Please let me know if there is any BAdi that I can use for this requirement. Or please let me know any FM or program which I can enhance to achieve the functionality.

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Eswar,

There is a FM called /RPM/ITEM_MODIFY used for this purpose. Try to create some enhancement in this FM and add your logic to update the custom fields in item_d table (make sure an entry has been made for custom fields here).

This FM gets triggered when "SAVE" button is clicked from item overview screen.

Pls get back for more clarifications.

Regards,

Karthik

mariano_sabiche
Active Participant
0 Kudos

Hi Esward,

Try with the BADI_ITEMS_CREATE or BADI_ITEMS_CHANGE.

Best regards,

Mariano