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

Regarding Material

Former Member
0 Likes
817

hi all,

How can i get Stock of particular day for particular Material type(like finished goods).

Regards

Rami

6 REPLIES 6
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
754

Check MARD Table Field-LABST.

i guess for a date the field is DLINL

Read only

0 Likes
754

hi

here i am getting stock for total material types but i need for particular material type.

Regards

Reddy

Read only

0 Likes
754

the go to "mara" table check "MTART" field and filter the materials

Read only

Former Member
0 Likes
754

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

Read only

Former Member
0 Likes
754

Hi,

check transaction MC.9

Regards Vassko!

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
754

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