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

Current stock data

Former Member
0 Likes
2,211

Can we fetch The current stock of a material (unrestricted use) using a custom query? .if so please give me in which table and which field.

thanks in advance

3 REPLIES 3
Read only

Former Member
0 Likes
652

Hi

Data : itab type table of mcha with header line.

MCHA table contains Unrestricted stock

Go throught the table this gives the Unrestricted stock Batch wise.

select * from mcha into table itab where matnr = your_matnr and werks = your_werks and charg = your_charg.

Cheers

Ram

Edited by: Ramchander Krishnamraju on Oct 26, 2009 10:32 AM

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
652

MARD-LABST ( Unrestricted Stock)

MARD-LGORT ( Storage Location)

MARD-MATNR( Material No)

MARD-WERKS( Plant)

MARD-LVORM( Deletion Indicator )

You can also check transaction MCBC or MB52

Read only

Former Member
0 Likes
652

u can get it from MARD based on storage location material or plant