19.2.11

SAP Note 22616 - CALL_FUNCTION_RECEIVE_ERROR when calling SUBMIT

Symptom:

You receive a RFC communication failure exception with the code CALL_FUNCTION_RECEIVE_ERROR when calling RFC to submit a ABAP/4 program or your program abends with this error code.

The CPIC status code is DEALLOCATED_NORMAL.

For external (C-) programs a corresponding I/O error is logged.

The function module called executes a SUBMIT command internally.

Cause and prerequisites

The called program tries to start an ABAP/4 program by SUBMIT
without ... AND RETURN.

In this case the Submit statement closes the RFC connection, because
the calling program can no longer be reached.

Solution
Start the program by SUBMIT .... AND RETURN.

No comments:

Post a Comment