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

How to Get Backdate Bin Stock Report

Former Member
0 Likes
2,575

Hi,

Appreciated it if anyone can give me an idea of which table I can combine / T-code for me to get the bin stock report for a certain time frame? I knew MB5B can give the opening balance and closing balance on the given date, but I which to get similar data, but was in bin level. Temporary I just find out Table-LQUA able to have the last mvt, last GR date. However if I specific on the date of mvt, the date will not be accurate. Any idea to solve the issues? I wish to get as of 31 Oct 2020 by bin level inventory.

Accepted Solutions (0)

Answers (1)

Answers (1)

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes

Hello wendyng

SAP standard LE-WM doesn't provide a report of historical stock levels per storage bin. You'd need to implement a custom report here. Table LQUA holds the current stock per storage bin. Tables LTAK (header) and LTAP (items) hold transfer order i.e. movement to and from a bin. So you could get current stock from LQUA and all the movements from LTAP and count back the stock level to any past date. Just keep in mind that the performance might be an issue if you have a lot of storage bins and movements and need to go far into the past.

Best regards

Dominik Tylczynski