Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Abap Error CALL_FUNCTION_WAIT_ERROR in program SAPMSSY1

Vijay4
Participant
0 Likes
656

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

1 REPLY 1
Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
455

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