SAP Note 97522 - RFC short dump CALL_FUNCTION_REMOTE_ERROR

Component : RFC -

Solution : https://service.sap.com/sap/support/notes/97522 (SAP Service marketplace login required)

Summary :
A short dump with error code CALL_FUNCTION_REMOTE_ERROR occurred due to unhandled exceptions in the Remote Function Call (RFC) within an ABAP program. This is identified in transaction ST22 with necessary details provided in specific sections such only as "User, transaction ..." and "Information on where termination occurred." To resolve, ensure the exceptions COMMUNICATION_FAILURE and SYSTEM_FAILURE are effectively captured and managed in the ABAP code. Investigate the issue further through debugging or analysis of the issue repository in ST22 or SM21. Refer to ABAP documentation for more details on managing RFC exceptions in different types of RFCs such as synchronous, asynchronous, and transactional.

Key words :
additional key words rfc, abap short dump transaction, destination asynchronous rfc, task transactional rfc, background task task, default exceptions communication_failure, rfc exceptions communication_failure, abap program terminated, remote function module, called side generated

Related Notes :

1371131Correct error handling of RFC calls