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

Problem with Syncronous RFC calling a screen

kammaje_cis
SAP Mentor
SAP Mentor
0 Likes
923

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

8 REPLIES 8
Read only

Former Member
0 Likes
901

Are you opening the window in Debug?

If you are press F8, instead of pressing BACK.

Read only

0 Likes
901

No, not Debug.....

I meant 'BACK' or closing in the screen opened by the RFC.

Read only

0 Likes
901

Can you share the dump details that you get in the remote system?

Read only

0 Likes
901

There is no dump in the remote system. The dump occurs in the source system with "connection closed (no data)" as the short text.

Read only

0 Likes
901

Are you doing the BACK before the RFC has completed the actions?

Read only

0 Likes
901

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.

Read only

0 Likes
901

After submitting the program use RETURN.

Submit program and RETURN.

Read only

0 Likes
901

tried already.. no luck.