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: 

Enhancement after save for MIGO and MIRO

Former Member
0 Kudos

Hi All,

I have a requirement to create an enhancement that will post a corrective FI posting on the back of a MIGO or MIRO transaction.

Some details of what is to be posted will come from the material document, and some other from the FI documents.

I have been trying to find an exit/BADI which I can use for this, but has not found anything suitable yet. When I am using BADI/exit from MIGO/MIRO I cannot obtain the FI data, since the FI document has not been posted yet (No COMMIT WORK yet).

Does anyone have any lead on how I can overcome this? I am thinking of an exit which is triggered after saving the whole document, is there any such exits which I can use?

Many thanks, point is sure to be rewarded.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try this Badi

MB_MIGO_BADi

In that check the interface

POST_DOCUMENT

Cheers.

Devanand.

3 REPLIES 3

Former Member
0 Kudos

Try this Badi

MB_MIGO_BADi

In that check the interface

POST_DOCUMENT

Cheers.

Devanand.

0 Kudos

Hi Thanks for comming back to me.

Yes I have thried the BADI you mentioned, and as the others, it was triggered prior the commit work.

Is there any other way to do this?

Many thanks in advance.

0 Kudos

ARC_MM_MATBEL_CHECK

ARC_MM_MATBEL_WRITE

MB_CHECK_LINE_BADI

MB_CIN_LMBMBU04

MB_CIN_MM07MFB7

MB_CIN_MM07MFB7_QTY

MB_DOCUMENT_BADI

MB_DOCUMENT_UPDATE

MB_MIGO_BADI

MB_MIGO_ITEM_BADI

MB_RESERVATION_BADI

Check out these badis if they are helpful for u

Regards

Devanand