on 2018 Nov 27 9:54 PM
hi, I need to restart the purchase order workflow only when the price is changed. I referred to this thread
https://archive.sap.com/discussions/thread/1775585
for implementing the BADI /SAPSRM/BD_WF_PROCESS_RESTART , I need to check the change docs of the PO.
I saw in FMs BBP_PD_PO_GETDETAIL and BBP_PD_PO_ITEM_GETDETAIL , I did not understand how to check if the price has been changed. How do I detect that?
thanks
bhakti.
Dear Bhakti,
you can use the Versions of the PO. Function Module BBP_PD_PO_GETDETAIL delivers the versions in parameter E_VERSION, with this you can check all previous versions of the document with positions and compare it with the current document version.
Best Regards,
Darek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.