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

Material Availability

Former Member
0 Likes
491

Hi,

I am using the BAPI BAPI_MATERIAL_AVAILABILITY to get the available qty of the Material.

but this BAPI is used in loop of which contains more than 20000 Materials, that makes my processing very slow.

I sthere any other way to get the available material skipping the BAPI to increas my performance.

2 REPLIES 2
Read only

Former Member
0 Likes
444

Hi

Pass the material to MARD table and get the availability or check the bapi BAPI_MATERIAL_GET_ALL and pass the plant and compnay code

regards

Shiva

Read only

Former Member
0 Likes
444

Check the table MARD. This will contain the stock of the material at plant/storage location level.

Hope this helps.

Thanks

Balaji