2006 Dec 12 11:50 PM
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
2006 Dec 12 11:58 PM
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