‎2008 Feb 14 9:54 AM
How to save a text file directly from ABAP program to remote server like iPEX and FTP.
‎2008 Feb 14 1:58 PM
Hi Sitesh,
One way to do it would be to download your file temporarily to application server and then FTP it using either FTP function modules available or, by using external commands(SM49, Sm69).
Hope it helps.Let me know if you need more information on this.
Regards,
Komal.
‎2008 Apr 22 11:13 PM
Hi there,
You can use Enhancement SQUE0001 which will activate function module EXIT_RSAQEXCE_001 where you can code the logic to download data to a file using OPEN DATASET ...
The only issue with this is you don't have option to specify filepath/filename. You have to use a directory that you will include in your code with sy-repid + sy-uname + sy-datum + sy-uzeit.txt can become a unique file name.
Good luck.
Sudhakar