Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Handle CALL_FUNCTION_REMOTE_ERROR

Former Member
0 Likes
1,467

Hi!

I have simple synchronous RFC-call which sometimes dumps with CALL_FUNCTION_REMOTE_ERROR.

Is it possible to handle such situation so that the dump would not occur? I mean catch the exception or something like this..

Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
944

Hi,

With out knowing the information on which the function is taking to dump, it may not be possible to answer. And you are telling sometimes that means under which circumstances the error is occurring and in which line the program is held up ?

If you can provide the details then someone will help you.

Cheers!!

VEnk@

Read only

944

Thanks, Venkat.

I've handled the error by simple "exceptions others = 1".