More Information


[ Follow Ups ] [ Post Followup ] [ Message Board ]

Posted by [IP Address: 192.44.136.113] 'Peter' on September 14, 2001 at 14:20:20 EST:

In Reply to: WebRFC Error: Screen output without connection to user posted by [IP Address: 192.44.136.113] 'Peter' on September 14, 2001 at 14:17:28 EST:

Using:

R/3: 4.5B
ITS: Version 4640.4170.41.207, Build 46DC4.410207

Code:

call function 'ITS_DOWNLOAD'
exporting
* BIN_FILESIZE = ' '
* CODEPAGE = ' '
filename = 'Peter.xls'
filetype = 'DAT'
* MODE = ' '
* WK1_N_FORMAT = ' '
* WK1_N_SIZE = ' '
* WK1_T_FORMAT = ' '
* WK1_T_SIZE = ' '
* COL_SELECT = ' '
* COL_SELECTMASK = ' '
* NO_AUTH_CHECK = ' '
* IMPORTING
* FILELENGTH =
tables
data_tab = mat_table
* FIELDNAMES =
exceptions
file_write_error = 1
invalid_table_width = 2
gui_refuse_filetransfer = 3
others = 4
.


: I have followed a few threads in here, but still am having no luck with this problem.

: I am trying to use the WebRFC service for reporting purposes. Whenever I add in either the 'WWW_SET_URL' or 'ITS_DOWNLOAD' (those are just the first 2, haven't tried any others), I get the above error - "Screen output without connection to user".

: Any ideas?
: Are there are any SAP delivered reports that use this that I can test my App Server with?

: Thanks.

: Peter




Follow Ups:



Post a Followup


Name:
E-Mail:
Subject:

Message:


[ Follow Ups ] [ Post Followup ] [ Message Board ]