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: 

Auto transfer posting in MIGO

Former Member
0 Kudos

Dear experts,

Requirement is like, whenever we do goods receipt and save in MIGO(tcode), the transfer posting should happen after the commit work of MB_POST_GOODS_MOVEMENT. Could anyone suggest which is the correct enhancement-point to implement the code?

Thanks,

Adithan

1 REPLY 1

mvoros
Active Contributor
0 Kudos

Hi,

did you try to use this BADI: BADI_DIAD_GOODMVT_1. This is from BADI documentation

This BAdI enables you to initiate follow-up actions after a goods

movement. Using the number and year of the material document, the system

reads the goods movement data in the customer-specific coding and

triggers the relevant actions.

It has also sample code.

Cheers