Application Development 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: 

regarding file overwriting on application server

Former Member
0 Kudos

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

Former Member
0 Kudos

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