‎2007 Sep 19 1:58 PM
Hi Experts,
am Extracting the SAP data int text file of Application server-AL11.
So, pls. let me clarify that step wise,
How to create a file in AL11? like /tmp/data/warehouse/EDV/SYS...
thanq.
‎2007 Sep 19 2:03 PM
You want to create a file in the application server under your given directory?
If that is the case, do an ftp in your abap program so you can connect to the application server and save the internal table using OPEN DATASET command.
Find a FM for FTP. You should be issuing FTP commands here that will be passed to the FM.
‎2007 Sep 19 2:03 PM
You want to create a file in the application server under your given directory?
If that is the case, do an ftp in your abap program so you can connect to the application server and save the internal table using OPEN DATASET command.
Find a FM for FTP. You should be issuing FTP commands here that will be passed to the FM.
‎2007 Sep 19 2:14 PM
‎2007 Sep 19 2:57 PM
Goto SE37. Type in FTP and click the search button. I don't have a working code at hand but you can search the forum for that.