cancel
Showing results for 
Search instead for 
Did you mean: 

Inventory Transfer Request with Batch Number

Former Member
0 Kudos

Hello everybody,

I want to create a new Inventory Transfer Request using an item with Batch number.

When the document is created I need to call a View displaying all Inventory Transfer Requests information including what Batch numbers are used.

My issue is that I can not find a table containing a field which connects Inventory Transfer Requests with Batch Numbers

Any suggestion is much appreciated.

Kind Regards,

Dimitris Theotokatos

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You need to use following queries accordingly:

select objtype, itemcode, * from WTQ1 --1250000001
select * from OITL where doctype='1250000001'
select * from IBT1 where basetype='1250000001'

Hope it helps.

Kind regards,

ANKIT CHAUHAN

SAP SME Support

Answers (0)