Hi, I've defined an IDOC outbound scenario with AIF. I've defined a mapping with custom function module(copied from /AIF/FILE_TEMPL_MAP), and here I wrote some message that can I display in the status of IDOC in WE20. I can't see this messages in transaction /AIF/ERR. I need others configurations? Thanks George
Hi,
how do you write these messages?
The AIF function module has a parameter called return_tab (type BAPIRET2). You have to fill these return_tab for writing messages in the AIF application log.
Add comment