cancel
Showing results for 
Search instead for 
Did you mean: 

Cancel the retrigger of PO release strategy when final invoice is ticked?

former_member526582
Participant
0 Kudos

Hi SAP Experts,

Is there a way to not retrigger the release strategy of a PO/old PO once 'Final Invoice' is ticked? If it's ABAP, what field should I change?

Thanks and Regards,
Luiz Carlos

Accepted Solutions (0)

Answers (1)

Answers (1)

ankurch
Active Contributor
0 Kudos

Hi Luiz,

You can stop re-triggering of Release Strategy if Final invoice has been done, so you can implement the BADI "ME_PROCESS_PO_CUST" and write the code in Method Post.

Thanks,

former_member526582
Participant
0 Kudos

Hi Ankur,

For our case, we are ticking the final invoice of old Purchase Orders but since some gets retriggered because they haven't been final invoiced. So are you suggesting once creation of the purchase orders, we will force the purchase order to tick the final Invoice using the BADI?
Thanks and Regards,
Luiz Carlos

ankurch
Active Contributor
0 Kudos

We can also use this in Purchase order change transactions by using the same BADI!

former_member526582
Participant
0 Kudos

We don't want to make the purchase order gets final invoiced yet upon creating or changing details of the purchase order. We just don't want the release strategy to get retriggered once we do final invoice.

ankurch
Active Contributor
0 Kudos

Hi Luiz,

As per your requirement, lets say there is a Purchase Order for which Final invoice has been done, once final invoice has been done there is tick-box under Invoice Tab gets ticked!

Now if user is going to make any changes we can set a condition where tcode - ME22N, and EKPO_EREKZ = X, system should not allow changes!

former_member526582
Participant
0 Kudos
Hi Ankur,

Our requirement was to change the details of the PO but not retrigger the release strategy.

One scenario would be is to final invoice the purchase order but not retrigger the release strategy.


Thanks and Regards,

Luiz Carlos