[9268] in SAPr3-news
Re: Deleting files
daemon@ATHENA.MIT.EDU (Hans-Christian Wittler)
Wed Dec 16 09:17:35 1998
To: sapr3-news@MIT.EDU
Date: 16 Dec 1998 14:50:13 +0100
From: "Hans-Christian Wittler" <wittler@media-saturn.com>
You have basically two options:
You could do a ws_download of an empty table with the old filename. That
would leave an empty file on you Workstation.
The other would be to do a ws_execute to do the delete.
The downside I always have with ws_upload/ws_download is that you can't
start jobs using them as batch jobs. I usually prefer to read my files from
the application server via open dataset.
Hans-Christian Wittler
James Symonds <jrs@rawlinson-hunter.com> schrieb im Beitrag
<913811669.10419.0.nnrp-02.c3ad1439@news.demon.co.uk>...
> Hi
>
> I am writing an ABAP on a HP-UNIX SAP system (v.3.0f) that reads an
ascii
> file from an NT drive using 'WS_UPLOAD'.
> What is the best way to delete that file once it has been processed?
>
> Many thanks
>
> James Symonds
> jrs@rawlinson-hunter.com
>
>
>
>