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: 

I want a report to find the available stock on a particular day .

Former Member
0 Kudos

Hi Gurus,

Please help me in writing a program to know the stocks on a

particular day.

Thanks ,

Tausif

7 REPLIES 7

former_member181962
Active Contributor
0 Kudos

Why do you want to write your own report?

There is a standard Transaction already there for the same.

MMBE is the TCODE.

The important tables involved are:

MARD. (Stock n each storage location)

MKOP. (Stock at consignment)

MKOL. (Special Stock at Vendor)

Regards,

Ravi

Former Member
0 Kudos

Hello,

Use the Tcode MMBE to know the Stock.

Vasanth

Former Member
0 Kudos

Hi,

There's a standard report - transaction MB5B - run it with debugger.

Check : MMBE,MD04 and MB5B Transactions.

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

0 Kudos

I want to pull out the stocks on a particular for a whole year.

ist Jan

2nd Jan

etc..

None of the transaction code gives that kind of report

0 Kudos

At any given point in time, all these tables and transaction codes will have only the CURRENT Stock(On the day you run those transactions). You cannot get what was the stock a couple of days back or for that matter, any date in the past.

Regards,

Ravi kanth Talagana

Former Member
0 Kudos

also Tcode mb5b

krishnendu_laha
Active Contributor
0 Kudos

Hi Friend,

For getting stock of material, take from MARD table and use LABSTK field.

And for getting stock of batches, take from MCHB table and use CLABS field.

Remember stock always lies physically in storage location.

Hope it will solve the problem.

Regards

Krishnendu