cancel
Showing results for 
Search instead for 
Did you mean: 

PO Strategy

Former Member
0 Kudos

Hi,

I need to set the items in PO EKPO-LOEKZ field to 'S' after the PO is approved. After we make a few checks, we unset the field 'S' and this causes the strategy
to be restarted, but this can not happen. I need the PO to remain approved.

How can I resolve this?

I can not change the release indicator that, in this case is 4.

Please help me,

Thanks,

Luiz Altieri

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This is not a std behavior of the system..

Do debug with help of your ABAPER after blocking the PO line item.

And check from where this function is getting called after saving the PO.

Which is resetting the PO release strategy.

Former Member
0 Kudos

Hi Mallinath,

I will check with an Abap and after that I will answer all questions.

Regards,

Luiz

Answers (4)

Answers (4)

former_member189209
Active Contributor
0 Kudos

Hi,

Please T code - OMGSCK -  Check Release Strategies ,

check configuration settings in mentioned Path - SPRO - IMG- Materials Management  -- Purchasing -- Purchase Order  --Release Procedure for Purchase Orders --

1.Edit Characteristic

2. Edit Class

3.Define Release Procedure for Purchase Orders

4. Check Release Strategies strategy

configuration should be without errors

here you can define steps for release

Thanking you

Mahesh

Former Member
0 Kudos

Hi Mahesh,

The strategy is correct. And I used this configuration:

I will check with an Abap and after that I will answer all questions.

Thanks,

Luiz

Former Member
0 Kudos

Hi,

What are all the characteristics used in PO release strategy ?


javascript:; javascript:;I can not change the release indicator that, in this case is 4.

Are you talking about changeability indicator 4 here?

Also check LOEKZ is relevant for Print change fields

Former Member
0 Kudos

Hi Raja Ramasamy,

I used this characteristics:

And for our scenario, I can't change this.

LOEKZ isn't relevant for Print.

Thanks,

Luiz

former_member183424
Active Contributor
0 Kudos

How your release strategy configured ?

If you release strategy triggered as per PO total value, it will not work for lock any item(s).

Release strategy depend on PO header level Ordered Value.

When you lock (S) any item, then PO total order value doesn't decreased.

So your value for release strategy will not change. But if you delete the line item, then this value will decreased accordingly, so your release strategy will get effect.

Regards

Dev

Former Member
0 Kudos

Hi Dëv Päträ,

The value didn't change and the strategy still restarts.

Thanks,

Luiz

former_member183424
Active Contributor
0 Kudos

I have tested the same scenario..

My release strategy doesn't triggered in that case..

I assume, there are some development in your system, that causes the release strategy is re-triggered.

Check with your ABAP team, is there any BADI or User Exit implemented for the re-triggered release strategy..

Regards

Dev

Former Member
0 Kudos

Hi Dëv Päträ,

Ok, thank you very much. I will check.

Regards,

Luiz

former_member218067
Active Contributor
0 Kudos

Normally PO-LOEKZ does not initiate release again if the value of the Release is within the Release

strategy value. When you put deletion indicator, total PO amount gets affected , if the reduced

amount is not within the level of release it initiates the release strategy again

Thanks

DD

Former Member
0 Kudos

Hi Diwakar Deshpande,

The value didn't change and the strategy still restarts.

Thanks,

Luiz