2008 Feb 07 8:17 AM
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
2008 Feb 07 8:35 AM
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 ...
2008 Feb 07 3:06 PM
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
2008 Feb 07 3:30 PM
Rakesh,
Check this FM MD_STOCK_REQUIREMENTS_LIST_API.
Hope this helps.
Chandra.