Skip to Content
0
Former Member
Nov 25, 2009 at 02:40 PM

SQL RUNTIME EXCEPTION after sending ASYNCHRONOUS Proxy Message

47 Views

Hello folks!

I want to send an asynchronous XI Message from an XI ABAP Proxy client within

a select/fetch loop. But the send method obviously closes the cursor, causing an exception

in the next fetch (NO VALID CURSOR).

I did not expect this, since - according the documentation - an asynchronous message ist send

not before the commit.

To collect all lines to an internal table is not a good idea, since the amount of data ist too much.

So how can i avoid this error?