cancel
Showing results for 
Search instead for 
Did you mean: 

Screen output without connection to user

Former Member
0 Kudos

I have a synchronous call from XI to R/3 where the called function module submits a report to get the requested data:

SUBMIT riequi20

EXPORTING LIST TO MEMORY

USING SELECTION-SET w_var_submit

WITH SELECTION-TABLE wt_selection

AND RETURN.

This works fine when I run a job where an ABAP report fires the function module, my report can pick up the result from the memory. But when I make the call from XI I get an exception saying: "Screen output without connection to user".

Would appreciate any hints that could solve this problem!

Regards,

Carl Johan Nyberg

Accepted Solutions (0)

Answers (2)

Answers (2)

xinjiang_li
Active Participant
0 Kudos

Hi Carl,

Have you solved the issue? We have the same problem.

Thanks.

Former Member
0 Kudos

Hi Carl,

take a look to this note:

Note 49730 - Error message: Screen output without connection to user

Hope this help

Francesco