Application Development and Automation 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: 
Read only

About executing a executable program in background

Former Member
0 Likes
618

Hi to all

I created a report program having one variant and downloading its content in a flat

file using ws_download function.

When I am going to download this in background , i am not getting the result.

I am fulfulling all requirement to schedule a job in background.

A job name and a variant.

Where I am wrong.

Plz give me soln.

Thanks & Regards

Anubhav

4 REPLIES 4
Read only

Former Member
0 Likes
585

Hello,

WS_DOWNLOAD will not work in background jobs. If you want to fownload something in Background, use OPEN DATASET

Hope this helps.

Best Regards, Murugesh AS

Read only

Former Member
0 Likes
585

hi,

DOWNLOAD FM / UPLOAD FM'S i.e, WS_DOWNLOAD, WS_UPLOAD, GUI_UPLOAD AND GUI_DOWNLOAD will not work in background USE OPEN DATASET, CLOSE DATASET statements

Regards,

Santosh

Message was edited by:

Santosh Kumar Patha

Read only

Former Member
0 Likes
585

Hi

ws_download download using the url of the machine. These FM's work only in frontend.

In teh background mode the FM cannot read the URL, so cannot identify the path in the machine.

You cannot use these GUI FM's.

If you are downloading from application server you can use open dataset statement.

Regards,

Lavanya.

Read only

Former Member
0 Likes
585

Ok,

so only we can download only in application server.