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 BTE or User-Exit for FI Document

Former Member
0 Kudos
850

I need to know if exists a BTE or User-Exit I can use for the MIRO Transaction after the system assign the FI document number, because I need to assign that information in a 'Z' table.

Regards,

Juan

1 REPLY 1

Former Member
0 Kudos
114

Hi,

1) Create a RFC Function modules which takes MIRO INVOICE number as input..

In that select from BKPF with the invoice to get the accounting document details....

2)

Try to use the BADI INVOICE_UPDATE.

In that use the method..CHANGE_IN_UPDATE..

When you implement the method..

In that code..Call the RFC FM IN BACKGROUND TASK.

THis should work..

Thanks,

Naren