‎2007 Feb 12 11:16 AM
I am having comma seperated file in the application server, now i want that my program should pick the file from application server and store it in the excel sheet with .CSV extension
‎2007 Feb 12 11:23 AM
Use the OPEN DATASET and READ DATASET statements to read from the file on application server and the function module GUI_DOWNLOAD to save it on the local system.
Manoj