‎2006 Dec 21 9:00 AM
I want to check available stock in a plant for a particular material. Is there any standard function module which imports material number and exports available stock?
Please help.
regards,
Abhishek
‎2006 Dec 21 9:02 AM
Hello Abhishek,
U can do like this.
SELECT SUM( LABST )
INTO LF_LABST
FROM MARD
WHERE MATNR = MATNR
AND WERKS = WERKS.
If useful reward.
Vasanth
‎2006 Dec 21 9:12 AM
Hi Vasanth
Thanks,
but i have been asked specifically to find out some standard function module which checks stock in a plant. I have been searching for it but in vain.
Do u know anything about it?
Abhishek
‎2006 Dec 21 9:35 AM
Hello,
Is that FM is working, If works then assign the points and close the thread.
Vasanth
‎2006 Dec 21 9:49 AM
‎2006 Dec 21 9:17 AM
HEllo,
Make use of this FM
<b>WAUF_STOCK_PLANT_MATERIAL_DET</b>
I have checked it ie returning the correct stock of the material.
Rewards if helps.
VAsanth