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

regarding file overwriting on application server

Former Member
0 Likes
705

Hi All,

Iam downloading two DAT files on application server by using WS_DOWNLOAD,But if i run the program once again the file was not overwritten.i mentioned ' ' for the MODE attribute,but its not working?

How can i proceed?

Hi All,

Iam downloading two DAT files on application server by using WS_DOWNLOAD,But if i run the program once again the file was not overwritten.i mentioned ' ' for the MODE attribute,but its not working?

How can i proceed?

1 REPLY 1
Read only

Former Member
0 Likes
408

WS_DOWNLOAD is for presentation server not Application server. For application server please use DATASET statement.

For Presentation server Use class CL_GUI_FRONTEND_SERVICES as WS_DOWNLOAD is Obsolete.

Amandeep