‎2007 Apr 16 4:40 PM
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
‎2007 Apr 17 6:25 AM
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
‎2007 Apr 17 6:27 AM
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
‎2007 Apr 17 6:43 AM
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.
‎2007 Apr 18 5:12 AM