Getting the run-time error CALL_FUNCTION_SEND_ERROR on the receiving side of the RFC communication when the connection to the program that is calling the function is interrupted.
Solved: Hi Experts, Getting CALL_FUNCTION_SEND_ERROR in production environment. Around 20,000 users are affected by this issue. This particular exception is raised when
In the official document, as shown in the image, there is a situation where the server needs to return CALLERROR:SecurityError. However, I found the only type of handleStatusNotificationRequest() function is StatusNotificationResponse. Can someone show me an example of callerror response implement...