2008 Feb 02 7:09 AM
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.
2008 Feb 02 9:00 AM
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.
2008 Feb 02 9:00 AM
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.