2024 Jan 03 8:44 AM
Hi team,
I have a question regarding workflow on purchase order.
At first it is about old workflow, not S/4 workflow.
At second, I am a big newbie on workflow.
The request is little bit strange, the customizing is done at item level, but the goal is to determine the total price of all the items.
So I used the exit ZXM06U13 to calculate a total amount of the PO. And populate a specific field.
This field is used in the customizing, and the strategie change depending of the value of the field.
But ... The problem is, even if I determine this on item 20, the total amount change for all the items, so the strategy also.
Do you know a way to force the strategy for all items if something, an event occurs on one item ?
Thank you
Fred
2024 Jan 03 10:16 AM
OK,
so apprently you need to use the BADI ME_PROCESS_REQ_CUST
to copy the FRGST value of the item determined into the other items.
This will call the release strategy of the other items ... and so on
2024 Jan 03 10:16 AM
OK,
so apprently you need to use the BADI ME_PROCESS_REQ_CUST
to copy the FRGST value of the item determined into the other items.
This will call the release strategy of the other items ... and so on