‎2010 Oct 01 1:55 AM
I am getting abap error " CALL_FUNCTION_WAIT_ERROR ".
The termination occurred in the ABAP/4 program "SAPMSSY1 " in
"REMOTE_FUNCTION_CALL".
The main program was "SAPMSSY1 ".
The termination occurred in line 69
of the source code of program "SAPMSSY1 " (when calling the editor 690).
Regards,
Arundhati
‎2010 Oct 01 2:15 AM
Hello,
If CALL_FUNCTION_WAIT_ERROR occurs only at the server side for
Remote Function Call (RFC) communication when the server gets
the message that the client side is not reachable any more.
This can happen if there exists an communication interruption (CPIC /
TCP/IP network problems) or a client is not any more active.
Therefore please check the gateway, workprocess and rfc traces
(dev_rd, dev_w* and dev_rfc*) and SM21 for possible problems. Could
you find the origin of the rfc connection? Is it an external RFC
program? Then you may need to install the most recent rfc library
on external side according to SAP notes:
413708 RFC library current at present
27517 Installation RFCSDK
Regards,
David