Skip to Content
0
Former Member
Jul 10, 2008 at 04:40 PM

evaluate rfc return code in integrationprocess

16 Views

Hallo,

we want to know the return code of a sync called rfc via an integrationprocess. the rfc could send an exception (different exceptions possible) - but how to grip them?

example in rfc:

...

if.

raise ex1.

else.

....

raise ex2.

endif.

is it possible to know which exception (ex1 or ex2) is raised and can we catch the possible exception in a container element for further processing???

Thanks in advance!!!