cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for Material storage location wise stock check

hossain_rajib55
Participant
0 Kudos
323

 

I need a BAPI in which i can check material storage location & plant wise current stock.

Right now i am using "BAPI_MATERIAL_AVAILABILITY" but here its give total stock but i need storage location wise stock.

Regards-

Rajib

View Entire Topic
md_wasim_akhtar
Explorer
0 Kudos

If you need stock information (such as quantities at different storage locations for a given material), you would need to use different function modules, such as:

  • BAPI_MATERIAL_STOCK_REQ_LIST (if you need stock requirement data).
  • Direct table access to MARD (Material Master Storage Location) for actual stock quantities by plant and storage location.

ran out of option too 🤔.

DominikTylczyn
Active Contributor
0 Kudos
Please, don't confuse ATP (BAPI_MATERIAL_AVAILABILITY) with stock/requirements list (BAPI_MATERIAL_STOCK_REQ_LIST) or storage location stock (MARD).