cancel
Showing results for 
Search instead for 
Did you mean: 

Storage bin history

Former Member
0 Kudos

Hello.

I want a report where i will be able to display history of a storage bin, when a quantity added, removed, quantioty etc.

is there any standard ?

if no, which tables shall i use?

thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hey,

Have a look at standard transactions:

LT26 for Transfer Orders INTO and OUT of a particular storage bin.

LX10 is a similar transaction that allows you to do this by Storage TYPE.

Storage Bin Table is LAGP but this will not record historical data.

thanks,

A

Answers (5)

Answers (5)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi

Use LT22 and make your st type and storage bin the source and the destination and you will see all activity in and out of the bin

I hope that this helps

Frenchy

MANIS
Active Contributor
0 Kudos

Hi

As far as standard SAP is concern there is no such transaction exist which gives the stock history related to Storage bin however you can check the T-code LS03N and stock tab.

If you want some report then you need to write the customized code to develop the report (You can take the detail from LAGP,LQUA and LINV table to populate the record)

Regards

Manish

Former Member
0 Kudos

Hi Landra,

Use LTAP. This will give you source/dest data down to bin level. I created a query running on this table to give movements per ST/BIN, etc.

Regards,

Hein

Former Member
0 Kudos

Attempting to find historical data/ storage bin stock for a particular date or date RANGE will require development of a report that takes TO information and effectively "nets" off quantities depending on the dates that you want to query.

thanks,

A