‎2009 Jun 15 3:29 PM
Hi
I would like to know if exists a function that allow me to write in a file on server in append mode.
thanks
‎2009 Jun 15 3:34 PM
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@
‎2009 Jun 15 3:34 PM
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@
‎2009 Jun 15 3:36 PM
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