Application Development and Automation 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: 
Read only

Transaction MIGO

Former Member
0 Likes
361

In procedure MIGO, under Transfer Posting, Other, Type 311

When the Batch is entered in the FROM section and the Enter Key is pressed, the Batch is not automatically transferred to the DEST section.

Can the program be changed to automatically update the "Dest" Batch Field?

On other transaction types, like 343 or 344, the Dest Batch field automatically updates.

Can anybody help me on this.

In procedure MIGO, under Transfer Posting, Other, Type 311

When the Batch is entered in the FROM section and the Enter Key is pressed, the Batch is not automatically transferred to the DEST section.

Can the program be changed to automatically update the "Dest" Batch Field?

On other transaction types, like 343 or 344, the Dest Batch field automatically updates.

Can anybody help me on this.

1 REPLY 1
Read only

mvoros
Active Contributor
0 Likes
340

Hi,

you can try to use BADI MB_MIGO_BADI to populate your destination batch with required value. But I would suggest to figure out why it's not populated for 343, 344. You can check settings for your movement types in the table T156.

Cheers