Hi,
I'm using the following Function Modules to download an internal table to an excel file.
1. 'SCMS_STRING_TO_XSTRING'
2. 'CL_WD_RUNTIME_SERVICES=>ATTACH_FILE_TO_RESPONSE'
My Internal table has multiple columns with values entered by the users. The problem is, due to double quotes ("),
values beginning with quotes are somehow getting merged into a single cell.
Also, entries with double quotes (") in between the text are allowed for an example to denote inch (5" monitor). I would prefer not to delete any double quotes from the text.
Can someone suggest a way-out.
Thanks