Skip to Content
0
May 17, 2010 at 01:35 PM

Data and trigger

37 Views

Hi,

I have a requirement where data records are sent via ABAP proxy one by one and they are written into a target file ( APPEND MODE )

There is another interface trigger coming from the same SAP system and a seeprate trigger file is generated on the target.

Here the requirement is only after all the data records are appended to the target file , the trigger file should be generated.

But issue is sometiones the data records take time to get appended to the target file and in the meantime the trigger file is generated.

..i went through a below blog which allows EOIO in sender proxy..but i wonder whether it will allow serialilsation even when the target records are written by the receiver adapter

/people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies

Edited by: Tarang Shah on May 17, 2010 7:24 PM