Application Development and Automation 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: 
Read only

USER EXIT - MIRO

0 Likes
613

Hi expert,

I need a user exit for the transaction MIRO when you save the invoice document.

I need to change the table BSEG.

Does a user exit exist with this table?

Thanks everybody!!

Hi expert,

I need a user exit for the transaction MIRO when you save the invoice document.

I need to change the table BSEG.

Does a user exit exist with this table?

Thanks everybody!!

1 REPLY 1
Read only

GauthamV
Active Contributor
0 Likes
520

Use badi INVOICE_UPDATE for the transaction MIRO when you save the invoice document.

RBKP,RSEG are the main tables for invoice,so you can get those details in this badi.

You can get BSEG data using above tables but you cannot change BSEG data.