Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

MIGO Transaction

Former Member
0 Kudos

Hi All,

While doing a Goods Receipt w.r.t. PO or Outbound Delivery for movement type 101, I need to check if the Batch Type field(ATWRT) under the Batch Classification is empty.

I tried with MB_CHECK_LINE_BADI, MB_MIGO_BADI, MB_DOCUMENT_BADI to check if the Batch type field is available in the structure of the BADI.

Please help me in finding a solution to check whether the Batch Type input field is empty.

Your every help is appreciated..points will be rewarded..

1 REPLY 1

Former Member
0 Kudos

You may need to use a field-symbol to point to the actual field on the screen. If this field occurs at item level, then you will need to point the field-symbol to the internal table that is used to store this data.