‎2008 Nov 07 2:36 PM
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!
‎2008 Nov 07 3:18 PM
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@
‎2008 Nov 08 8:26 AM
Thanks, Venkat.
I've handled the error by simple "exceptions others = 1".