Application Development and Automation 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: 
Read only

Purchase Order Open quantity calculation.

Former Member
0 Likes
1,816

Hi All..

I would like your help in finding out the logic behind calculating the open quantity for a given line item of a purchase order.

Iam aware that i should go to the EKBE table to see purchase order history. Can someone tell me what are all the conditions i need to consider to calculate the Open quantity.

Iam able to give a value E to field BEWTP (Purchase Order History Category) in EKBE and for all the recieved records iam adding the quantity for movement type 101 and removing the quantity for movement type 102 that finally gives my total GR qty. Then iam doing Original PO qty - GR qty to get the Open qty.

Let me know if this logic is wrong or else is there any other conditions to consider.

Appreciate your help and will reward.

THanks.

Hi All..

I would like your help in finding out the logic behind calculating the open quantity for a given line item of a purchase order.

Iam aware that i should go to the EKBE table to see purchase order history. Can someone tell me what are all the conditions i need to consider to calculate the Open quantity.

Iam able to give a value E to field BEWTP (Purchase Order History Category) in EKBE and for all the recieved records iam adding the quantity for movement type 101 and removing the quantity for movement type 102 that finally gives my total GR qty. Then iam doing Original PO qty - GR qty to get the Open qty.

Let me know if this logic is wrong or else is there any other conditions to consider.

Appreciate your help and will reward.

THanks.

1 REPLY 1
Read only

Former Member
0 Likes
862

subtract the PO quantity EKPO-MENGE with the delivery quantity field EKET-GLMNG

Thanks

Seshu