2023 Nov 03 9:42 AM
Hi, gurus,
I am looking to upload data from excel sheet to internal table.
I changed excel file to csv file with comma delimiter.
I have called cl_gui_frontend_services=>gui_upload method , the following is the code below.
The problem is the data is getting moved in first column only as shown in the pic .


the below is the declaration part where I made p_fname as string.

2023 Nov 03 10:10 AM
In the FM signature the parameter HAS_FIELD_SEPARATOR is described as 'Columns Separated by Tabs in Case of ASCII Upload' - So don't handle the CSV separator as ';' or ','
You could
2023 Nov 03 12:06 PM
Can I use GUI_UPLOAD method to get excel xsls data into internal table for this ?
2023 Nov 03 12:40 PM
The GUI_UPLOAD doesn't (yet) handle the zipped/xml format of XLSX