cancel
Showing results for 
Search instead for 
Did you mean: 

PO Price change

Former Member
0 Kudos

Hi Guys,

I have requirment as below

If GR is completed against PO then should nto allow to change price

For this requirment I am checking, EKBE, if latest movement type is 102, then should not allow user to change PO price. Which was working fine

But, we also have requirment, if Partial GR is done for PO, then should not allow user to change price.

Example

PO QTY = 3

EKBE TABLE

Purchasing Doc. Movement Type Quantity

4XXXXXXXXX 101 1.000

4XXXXXXXXX 101 2.000

4XXXXXXXXX 102 1.000

4XXXXXXXXX 102 2.000

4XXXXXXXXX 101 1.000

4XXXXXXXXX 101 2.000

4XXXXXXXXX 102 2.000

In this case, we have done GR for 1 qty and now user should not able to change PO price for line item.

How to find out whether the PO is having partial GR or not

Accepted Solutions (1)

Accepted Solutions (1)

former_member218067
Active Contributor
0 Kudos

Hi,

If EKBE-BEWTP is "E" GR and "D" service entry is done partial or full

Thanks

Diwakar

Answers (1)

Answers (1)

Former Member
0 Kudos

solved on own

logic:

sum quantity for all movement types 101 and 102

Calculation = Subtract 101 - 102 quantities

If calculation = 0 (zero) then allow to change NETWR else not