[7755] in SAPr3-news
Re: WS_DOWNLOAD
daemon@ATHENA.MIT.EDU (Craig Welch)
Wed Sep 9 04:37:39 1998
To: sapr3-news@MIT.EDU
Date: Tue, 08 Sep 1998 09:01:20 -0700
From: Craig Welch <cwelch@execpc.com>
Reply-To: cwelch@execpc.com
Hi,
The WS stands for work station I believe. It is meant to download to
your workstation, implying online.
In ABAP transfer command will write data to a file on the server if that
works for you.
Craig.
Simonbls wrote:
>
> Hello,
> I have a program that is set up run as a job every hour. It basically reads
> data from a table and then calls WS_DOWNLOAD to dump it to a file on the
> server. When run as a job it dumps within the form ws_query (this must get
> called by ws_download). It dumps on the following code:
> if sy-batch ne space.
> raise no_batch.
> endif.
> If I run this program in online, everything is fine. Can WS_DOWNLOAD not be
> used in batch?
> Thanks for any help.
> Brad
--
Please respond to cwelch@execpc.com