2023 Mar 01 6:54 AM
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.
Thanks with regards,
Vallamuthu M.
2023 Mar 01 8:27 PM
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.
2023 Mar 02 6:49 AM
2023 Mar 02 3:24 AM
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.
2023 Mar 02 9:41 AM
So you get a 3227692 - 00024error during logon
Also as sandra.rossi already wrote, handle the RFC call errorsin your program.