Hi,
I call a remote function from many systems but the function called does not exist on some systems. It leads to a shortdump. I want to handle the exception and avoid the shortdump. I tried using try-catch block with a cx_root exception but it did not help.
how can I check whether a function exists on a remote system or handle the problem leading to shortdump.