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

export internal table to application server

Former Member
0 Likes
405

hello all!

i would like to export the contents of an internal table to the appliation server. i tried via OPEN DATASET, but my itab contains not only character type data.

i do not want to copy all content into a parallel structure with all character type colums

do you know a way to export an internal table on application server, in a way that it is readable by ms excel?

thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
361

Hi Matthias, i think that the only solution is using a parallel structure with all character type colums. Also use 'SAP_CONVERT_TO_CSV_FORMAT' to convert the internal table to csv format in order to be readable by ms excel.

Regards,

Andrez

Read only

former_member226519
Active Contributor
0 Likes
361

You should open the dataset in binary mode. But you will have to care about CR/LF, field separators and so on