Skip to Content
0
Former Member
Oct 14, 2006 at 08:17 PM

Function Module Not Found

232 Views

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.