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: 

How to retrigger PO release strategy

Former Member
0 Kudos

Hi all,

We have configured PO release strategy. When creating PO, it is initially blocked. Then the manager have to release. When the PO price is increased, the PO will again be blocked. When the price is decreased, the PO is saved without any block. The requirement is to use the same logic when the price is increased and decreased. That is, to block the PO.

Kindly let me know if this is feasible.

Thank you.

Nene

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

You should check first of all with your MM consultant see if through configuration is possible. If its not possible, you could use an user exit when saving, and check if price changed, and reset the release code using the bapi BAPI_PO_RESET_RELEASE.

Regards,

Gilberto Li

2 REPLIES 2

Former Member
0 Kudos

Hi,

You should check first of all with your MM consultant see if through configuration is possible. If its not possible, you could use an user exit when saving, and check if price changed, and reset the release code using the bapi BAPI_PO_RESET_RELEASE.

Regards,

Gilberto Li

Former Member
0 Kudos

Implement an enhancement in ME_REL_STRATEGIE_EKKO. Closing this thread.