2010 Mar 30 4:08 PM
hi,
I'm using dynamic select query and fetching into fieldsymbols table.
now i want to export above fieldsymbol table data to csv file.
thanks,
gupta.
hi,
I'm using dynamic select query and fetching into fieldsymbols table.
now i want to export above fieldsymbol table data to csv file.
thanks,
gupta.
2010 Mar 30 5:29 PM
2010 Mar 30 6:40 PM
Hi ,
You can do the same using GUI_DOWNLOAD. First you need to create one more internal table with one field (length as per ur requirement) and populate this internal table by comma seperator. Then use the FM GUI_DOWNLOAD with file extension CSV.
Thanks.
Subhankar
2010 Mar 31 12:59 PM
Hello,
you can use for example this one: /people/otto.gold/blog/2010/02/11/happy-reporting-with-excel-ii
or the previous one: Happy reporting with OLE excel.
Regards Otto