cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi!

I have a RFC but sometimes i have a dump because connection problems.

How can avoid this dump? I need to use TRY CATCH statment, but has any way to get a generic exception?

Thanks!

0 Likes
View Entire Topic
RaymondGiuseppi
Active Contributor
0 Likes

Using a sharp solution like CATCH CX_ROOT ?

Regards,

Raymond

Former Member

How?

I tried this:

TRY.

CALL FUNCTION 'ZMYRFC' DESTINATION 'ABC'.

CATCH CX_ROOT.

WRITE 'ERROR IN RFC'.

ENDTRY.

But dump occurs.