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: 

looking for a BAPI or BADI for ML81N EVENT SAVE

Former Member
0 Kudos

Good Morning to everyone !!!

I would like to know if exist an BADI or USER EXIT for ml81n transactions in the event SAVE. If exist please let me know the name of them and an example of it could be the best for me.

Thanks in advantage for your help, I solved my problem about MIRO yesterday thanks to everyone for your contribution.

Regards

Marta Cecilia

From Colombia

2 REPLIES 2

former_member181962
Active Contributor
0 Kudos

Hi Juan,

Check the links:

Regards,

Ravi

Former Member
0 Kudos

Hello,

You can try with BADI INVOICE_UPDATE interface named

if_ex_invoice_update, method: change_at_save

Go tx code se19 and implement the interface and method I have told you.

example,

METHOD if_ex_invoice_update~change_at_save.

IF sy-tcode EQ 'ml81n'

message 'hello' type 'E'.

ENDIF.

ENDMETHOD.

Hope this helps, dont forget to reward,

Gabriel