Call function module "RFC_PING" specifying two exceptions - system_failure and communication_failure. This will prevent a short dump if the RFC connection has not been defined. Example below: CALL FUNCTION 'RFC_PING' DESTINATION 'XXX' EXCEPTIONS system_failure = 1 communication_failure = 2.
↧