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

saving file

Former Member
0 Likes
426

Hi

I would like to know if exists a function that allow me to write in a file on server in append mode.

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
395

Which Server you are Talking about? Application or Presentation?

In case of Application server file...use APPENDING after the OPEN DATASET.

Follow:

http://help.sap.com/abapdocu/en/ABAPOPEN_DATASET_ACCESS.htm#!ABAP_ALTERNATIVE_3@3@

2 REPLIES 2
Read only

Former Member
0 Likes
396

Which Server you are Talking about? Application or Presentation?

In case of Application server file...use APPENDING after the OPEN DATASET.

Follow:

http://help.sap.com/abapdocu/en/ABAPOPEN_DATASET_ACCESS.htm#!ABAP_ALTERNATIVE_3@3@

Read only

Former Member
0 Likes
395

If you are writting on Application server then using following syntax

OPEN DATASET for output ....

If on presentation server (PC) then using

FM - GUI_DOWNLOAD