Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ECC Workflow - Purchase Order - Item level and force all items

FredericGirod
Active Contributor
0 Kudos

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

1 ACCEPTED SOLUTION

FredericGirod
Active Contributor

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

1 REPLY 1

FredericGirod
Active Contributor

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