Application Development 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: 

CALL_FUNCTION_REMOTE_ERROR: Please make a note of the actions and input which caused the error.

vallamuthu_madheswaran2
Active Contributor
0 Kudos
2,859

Hi Friends,

I have checked the RFC connection in SM59. It's working fine. I have called the RFC FM(S/4 system) from ECC system. It's giving Dump. Kindly find the attachment.

dump.txt

Thanks with regards,

Vallamuthu M.

4 REPLIES 4

Sandra_Rossi
Active Contributor
0 Kudos
2,551

You should look at the log in the other system too ("A short dump has also been written in the target system").

You should handle errors and receive error messages too (EXCEPTIONS COMMUNICATION_FAILURE = 1 MESSAGE textvariable SYSTEM_FAILURE = 2 MESSAGE textvariable OTHERS = 3.) See ABAP documentation for more information.

Be careful, a logical system is not an RFC destination. The assignment is defined in transaction code BD97 / table TBLSYSDEST.

0 Kudos
2,551

Thank you for your reply.

There is no dump in target system

benedict-torres
Participant
0 Kudos
2,551

Make sure you put in exceptions in RFC call. RFC Exceptions

You might want to check if FINACDOCCR logon credentials (or another common RFC user) to S1QCLNT200 is correct.

raymond_giuseppi
Active Contributor
2,551

So you get a 3227692 - 00024error during logon

  • Could you try to check with SE37 a call of FM RFC_SYSTEM_INFO destination target system (S1QCLNT200)
  • How is defined the RFC destination, with a default user/password or current user and trusted systems

Also as sandra.rossi already wrote, handle the RFC call errorsin your program.