How to find 0 on hand quantity.
Hi Gurus and Friends,
I used this query to find on hand quantity for items in my db but it only gives positive values. I need to find 0 values in my inventory.
Which table i should refer
Thanx in advance
SELECT * FROM MTL_ONHAND_QUANTITIES;
Regards
0