SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
RFC termination with the error message CALL_FUNCTION_OBJECT_ID
Cause and Conditions
The error message CALL_FUNCTION_OBJECT_ID is triggered whenever the RFC delta manager has problems coordinating the table parameter names between the sender and receiver in an RFC communication when internal tables are passed.
One of the table parameter names is either wrong or the receiving side no longer supports that table parameter. A typical example is the function module RFC_PING that no longer supports table parameters with the name RFCTAB. If you use this function module to test the connection, you must either adjust the passing of the table parameter accordingly or remove the call from the program.
Solution