cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table to check Storage section wise stock in sap ewm?

Former Member
0 Kudos
3,072

Hi all,
my requirement is what are the tables we have to use to check the stock in storage section wise please suggest.

Accepted Solutions (0)

Answers (1)

Answers (1)

j_blohm
Active Participant
0 Kudos

Hi Mahehsha,

I don't think that's possible by looking directly at tables.

The tables you might need are /SCWM/QUAN and /SCWM/AQUA, also the LIME tables.

But then, as the storage bin is unique inside an EWM warehouse number, they do not contain the storage section as this would be redundant information. Therefore, you'd have to select first all storage bins for a specific storage type + section combination and then the stock for all these storage bins.

However, that's nothing I would recommend.

If your requirement is "check" in terms of monitoring, use the warehouse management monitor for the selection - you have all options there that you need and more.

If your requirement is to check in terms of a development, use function module /SCWM/SELECT_STOCK or the class /SCWM/CL_MON_STOCK which both offer the option to select by storage section. Actually, the class is a bit better as you can choose between physical and available stock.

All the best,

Jonas