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: 

Background job with download

Former Member
0 Kudos

Hi

Is it possible to set a program , that contains the download , in background?

If so, how?

Thank U

Narendra

4 REPLIES 4

Former Member
0 Kudos

hi,

You cannot download to the frontend in a background job because the GUI isn't available.

You will have to use OPEN DATASET stmts and

put the file on the Application server in the background

and then use the transaction CG3Y in the foreground to download the file to the pc from the application server.

regards,

priya.

Former Member
0 Kudos

Use 'open dataset', 'transfer' and 'close dataset' instead of gui_download function.

Former Member
0 Kudos

Hi Narendra

No you cant use download in a program that needs to be run only in background. If a program is run in background data cannot be downloaded on to the presentation server.

Thanks.

Former Member
0 Kudos

hi,

Please ignore this message....

regards,

priya.

Edited by: Priya Parvathi Jammalamadaka on Jan 29, 2008 11:53 AM