‎2020 Nov 18 2:52 PM - edited ‎2024 Feb 03 7:07 PM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 8 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.