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: 

BAPI_GOODSMVT_CREATE is not calling badi MB_MIGO_BADI~POST_DOCUMENT.

Former Member
0 Kudos

Dear Friends,

We have BADI - MB_MIGO_BADI~POST_DOCUMENT implemented in MIGO and while goods receipt it works fine. But we have another program where we use BAPI_GOODSMVT_CREATE. But surprisingly the badi is not called from bapi.

This is IS-R system and SAP ECC 6.0.

Please let me know if you have gone through this issue and got an solution.

Thanks in Advance,

Shankar G

1 ACCEPTED SOLUTION

NTeunckens
Active Contributor

I don't think this is surprising as this is the MIGO-BAdI, hence it is called in the 'MIGO' program! Read the Documentation of the BAdI ... You might want to look into the "MB_DOCUMENT_BADI" if you want your logic to be called from multiple places (such as 'MIGO' and the mentioned BAPI) ...

1 REPLY 1

NTeunckens
Active Contributor

I don't think this is surprising as this is the MIGO-BAdI, hence it is called in the 'MIGO' program! Read the Documentation of the BAdI ... You might want to look into the "MB_DOCUMENT_BADI" if you want your logic to be called from multiple places (such as 'MIGO' and the mentioned BAPI) ...