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: 

MIRO enhancement after save

0 Kudos

Hi Experts,

I am trying to find an exit or BADI which is triggered after all documents has been saved.

This is necessary since I am going to post additional FI document, which data can only come from the resulting FI document from MIRO posting.

Is there any BADI or exit which I can use for this?

Many thanks for your expertiese.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Try to use EXIT_SAPLMRMP_010 (Enhancement LMR1M001)

MRM_HEADER_CHECK(BADI)

Regards,

Sanjay Gogikar.

4 REPLIES 4

mithun_shetty4
Contributor
0 Kudos

BADI INVOICE_UPDATE ( method CHANGE_AT_SAVE )

Former Member
0 Kudos

Hi,

Try to use EXIT_SAPLMRMP_010 (Enhancement LMR1M001)

MRM_HEADER_CHECK(BADI)

Regards,

Sanjay Gogikar.

eduardo_hinojosa
Active Contributor
0 Kudos

Hi Daniele,

Please, see SAP Note 1156325 - BAdIs in the Logistics Invoice Verification environment, and check possibilities. I suggest you to write in a customer table (z-table) and after, with a job with a BAPI for accounting, create the FI document.

I hope this helps you

Regards

Eduardo

0 Kudos

Thank You Sanzay,

finally i used EXIT_SAPLMRMP_010 (Enhancement LMR1M001).