‎2010 Dec 21 1:40 PM
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!
‎2010 Dec 21 2:05 PM
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
‎2010 Dec 21 2:11 PM
You should open the dataset in binary mode. But you will have to care about CR/LF, field separators and so on