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

Checking Quantity of a Material

Former Member
0 Likes
1,865

Hello,

Just a simple question. Is there a way by using the SAP Table or the Function Modules to check if quantity/stock of a material given on a certain date and specific plant?

Hope to hear from you soon. Sorry If I can respond sooner.

Thank you and good day.

Hello,

Just a simple question. Is there a way by using the SAP Table or the Function Modules to check if quantity/stock of a material given on a certain date and specific plant?

Hope to hear from you soon. Sorry If I can respond sooner.

Thank you and good day.

5 REPLIES 5
Read only

Former Member
0 Likes
1,616

hi

you can use one of the two t-codes to get the necessary info.

In MB52 - Shows Material,Material Description,Plant,Storage Location wise Different Stock Value,and Total Value

In MB5B - Shows Material,Material Description,Plant,Storage Location, Material Doc., Movement Type, Posting Date wise total Receipt and Issue

Thanks.

Read only

0 Likes
1,616

Hi abap_greenhorn,

Thanks but I was thinking more of a SAP Table because I need to extract the results to a customized ABAP Program.

As for the FM, it doesnt specify the date unfortunatley, which is needed.

Read only

Former Member
0 Likes
1,616

Hi,

Please try BAPI BAPI_MATERIAL_AVAILABILITY.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
1,616

Hi,

You can check out the table EKPO (Purchasing Document Item) to find the stock of the material (MATNR) and link with EKET ( on Scheduling Agreement Schedule Lines) based on certain date (EINDT) and specific plant (WERKS).

Reward if useful........

Read only

0 Likes
1,616

Also check table : mchb