We are trying to replicate the On Order quantity that shows on the Vendor Item Quantities Inquiry window..
Here is the formula that we are trying:
qtyorder from pop10110 (the PO Line table)
- qtycance from pop10110
- qtyshpd from pop10500 (the PO Receipt Line table)
+ qtyrej from pop10500
We are comparing this to qtyonord from iv00103 (Vendor Item Quantity table)
My numbers just aren't tying out as expected. Are the above tables in sync? Or do they clear to history differently? And if the latter, how is reconcile REALLY calculating this quantity field?