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 stock report

Former Member
0 Likes
1,483

Hi ABAP Guru's

I got a requirement to develop an report which lists the stock(Opening Stock and Closing stock) for each material of a plant in given date range.whose Values to be matched with either MB5B or MC.9 Tcodes.I have found few tables for Stock like MBEW,MARD but those values are not matching with the Transactions.Can u tell me exactly how can i develop this report.? I'll be very thankful if u do the same.

DESCRIPTION TABLENAME FIELD NAME

Plant :

Material :

Material group :

From date :

to date :

opening stock :

total receipt qty :

total issue qty :

closing stock :

unit :

please provide me table-field name

its urgent

regards

rakesh

Hi ABAP Guru's

I got a requirement to develop an report which lists the stock(Opening Stock and Closing stock) for each material of a plant in given date range.whose Values to be matched with either MB5B or MC.9 Tcodes.I have found few tables for Stock like MBEW,MARD but those values are not matching with the Transactions.Can u tell me exactly how can i develop this report.? I'll be very thankful if u do the same.

DESCRIPTION TABLENAME FIELD NAME

Plant :

Material :

Material group :

From date :

to date :

opening stock :

total receipt qty :

total issue qty :

closing stock :

unit :

please provide me table-field name

its urgent

regards

rakesh

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
634

Used the transaction ST05 to trace the standard transaction to know which tables are used by SAP.

Trace on

Execute the standard transaction

Trace off

Trace list.

you could also see the code, set a break point ...

Read only

Former Member
0 Likes
634

Hi

please check the table MBEWV. If you do not get the req info then Use LDB - MSM.

You will get every thing in MSM.

Else check all the tables used in MSM.

BR

Sree

Read only

former_member187255
Active Contributor
0 Likes
634

Rakesh,

Check this FM MD_STOCK_REQUIREMENTS_LIST_API.

Hope this helps.

Chandra.