Application Development 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: 

Palant wise Material Stock

Former Member
0 Kudos

Hi All,

Can anyone tell me any FM which will return the total stock with respect to a perticular material + plant.It will just be like transaction MMBE.

We are looking for FMs other than BAPI_MATERIAL_GETSTOCK,L_MM_MATERIALS_READ_QUANTITY and MB_READ_MATERIAL_STOCKS.

Thx in adv.

2 REPLIES 2

Former Member
0 Kudos

Hi,

If you only want to see the Unrestricted stock for a material, you can write a select query on MARD with the material and plant. the field will be LABST.

regards,

Mahesh

Former Member
0 Kudos

Hi,

use this FM it will list all the stocks based on

VB_BATCH_GET_ALL_STOCKS

MCHB-MATNR

MCHB-CHARG

MCHB-WERKS

MCHB-LGORT

Ragards

Shiva