cancel
Showing results for 
Search instead for 
Did you mean: 

Close PO automatically with GR

S0004823299
Participant
0 Kudos
201

Hello all,

As far as I know, when I create a PO and the correspondent Goods Receipt I can still change the price of the material in the PO.

Is there any way to close the PO to block prices and other definitions to be changed in an automatic way? After the GR is created, all the lines, in the PO, that were fully delivered get closed.

I'm aware of the definition in the PO that allows me to block the lines, however, I need that the system closes the PO lines after the GR.

Thanks in advance,

Kind Regards,

Miguel

Accepted Solutions (1)

Accepted Solutions (1)

former_member192897
Active Contributor
0 Kudos

System Cannot stop changing Prices / Quantities Even GR is done. This is a Standard SAP Behaviour.

You can control this by setting Release Indicator to 1.

or You must use User Exit to stop this.

Answers (1)

Answers (1)

Former Member
0 Kudos

By maintaing the Under Delivery Tolerance (max is 99.9%), the Delivery Completed indicator will be automatically checked. If that does not work you can use transaction WPO1.

Former Member
0 Kudos

Even you do the setting, still system will not block the field to change the qty or price

you have to use the user exit which can check the PO qty and GR qty and if both match than make all the fields to display only.

use user exit.MM06E005