‎2008 Aug 27 9:05 AM
hi all,
How can i get Stock of particular day for particular Material type(like finished goods).
Regards
Rami
‎2008 Aug 27 9:07 AM
Check MARD Table Field-LABST.
i guess for a date the field is DLINL
‎2008 Aug 27 9:13 AM
hi
here i am getting stock for total material types but i need for particular material type.
Regards
Reddy
‎2008 Aug 27 9:19 AM
the go to "mara" table check "MTART" field and filter the materials
‎2008 Aug 27 9:11 AM
Hi,
You can use 'BAPI_MATERIAL_AVAILABILITY' to find available stock of material.
Also check the BAPI " BAPI_MATERIAL_STOCK_REQ_LIST ".
Hope this helps you.
Thanks,
Ruthra
‎2008 Aug 27 9:20 AM
‎2008 Aug 27 9:23 AM
chk this outline
select matnr from mara into itabmara where mtart = 'HALB' and lvorm = space.
select matnr labst into table itab from mard for all entries in itabmara where matnr = itabmara-matnr.
labst gives only the stock in storage location.
if u want the stock in Quality inspectiojn also consider the field INSME.
if u want to filter based on plant....then go to marc table and filter the materials based on WERKS