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

error message invoked by Call

Former Member
0 Likes
413

Hi,

I am trying to use the Call statement to invoke a function that displays information in a popup window. How can I avoid getting the error message

'GuiXT Call RFC Error' with the description 'Screen output without connection to user'?

Thanks,

Rathul.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
381

Hi,

Put a statement

Call Function "SYSTEM_ATTACH_GUI".

into your function module. This, by the way, also enables normal ABAP debugging of the called function (via a BREAK-POINT).

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.

Hi,

I am trying to use the Call statement to invoke a function that displays information in a popup window. How can I avoid getting the error message

'GuiXT Call RFC Error' with the description 'Screen output without connection to user'?

Thanks,

Rathul.

1 REPLY 1
Read only

Former Member
0 Likes
382

Hi,

Put a statement

Call Function "SYSTEM_ATTACH_GUI".

into your function module. This, by the way, also enables normal ABAP debugging of the called function (via a BREAK-POINT).

Reward Points if found helpfull..

Cheers,

Chandra Sekhar.