Application Development 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: 

running in back ground

Former Member
0 Kudos

Hi Friends,

Can we run any reoprt in back ground which has GUI_DOWNLOAD function in it?If not, what is the alternative?

Thanks in Advance

3 REPLIES 3

suresh_datti
Active Contributor
0 Kudos

No.. GUI_DOWNLOAD is for foreground only.. You will have to send the file to the application server using OPEN DATASET option & then read it from there using AL11.

Regards,

Suresh Datti

Former Member
0 Kudos

Jak,

You CANNOT run any report that has GUI_DOWNLOAD in it. IF you want to deal with files, then you will have to put the files on the application server (OPEN DATASET).

Regards,

Ravi

0 Kudos

Jak,

You can run a report in background because the file will be in presentation server, if you want to run gui_download

in background, you can only extract the file using

open data set FILE FILE NAME for output.

Then you download it from your application server i.e AL11

Regards,

KrishnaKumar