‎2012 May 21 6:06 AM
Hi friends,
I am calling a RFC in a synchronous mode, which opens a UI screen from the destination system. RFC itself does not have any exporting parameters so the source system does not expect any output values.
Once the screen opens in destination system, if I close it, or hit the back button, I get a dump.
Going through the dump did not help. It said "connection closed (no data)"
Any pointers please..?
Thanks
Krishna
‎2012 May 21 6:23 AM
Are you opening the window in Debug?
If you are press F8, instead of pressing BACK.
‎2012 May 21 6:35 AM
No, not Debug.....
I meant 'BACK' or closing in the screen opened by the RFC.
‎2012 May 21 6:52 AM
Can you share the dump details that you get in the remote system?
‎2012 May 21 6:56 AM
There is no dump in the remote system. The dump occurs in the source system with "connection closed (no data)" as the short text.
‎2012 May 21 7:11 AM
Are you doing the BACK before the RFC has completed the actions?
‎2012 May 21 8:11 AM
No this is not the case. The aim of the RFC to open a screen in a remote system by submitting a program. Now once the opened window is closed, we get a dump in the source system.
‎2012 May 21 10:40 AM
After submitting the program use RETURN.
Submit program and RETURN.
‎2012 May 21 11:16 AM