cancel
Showing results for 
Search instead for 
Did you mean: 

Restart Conditions for Purchase Order process control workflow

bhakti2
Active Participant
0 Kudos
189

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.

Accepted Solutions (1)

Accepted Solutions (1)

dcok
Newcomer
0 Kudos

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

Answers (0)