Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

exporting fieldsymbol table data to Excel

Former Member
0 Likes
539

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.

3 REPLIES 3
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
510

Do the next step ... Try exporting it !!!!

Read only

Subhankar
Active Contributor
0 Likes
510

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

Read only

OttoGold
Active Contributor
0 Likes
510

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