Hello All,
There are products used in the SAP B1 goods issue detail.
There are lot numbers for these products.
I want to see from which bin location these batches are used.
Below are the tables I will use.
select * from OITL WHERE DocEntry = 64105 AND DocType = 60
SELECT * FROM ITL1 WHERE LogEntry = 654601
select * from OBTN WHERE AbsEntry = 94589
SELECT * FROM OBBQ WHERE SnBMDAbs = 94589
