Hi all,
How to upload a tab delimited CSV file into a dynamic internal table.
I am using GUI_UPLOAD FM to upoad the file. Howerver, in this case all the fields of the row are uploaded into the first field of the table.
Following are the parameters passed to the FM.
CALL FUNCTION 'GUI_UPLOAD'
EXPORTING
FILENAME = lv_filename
HAS_FIELD_SEPARATOR = 'X'
DAT_MODE = ' '
TABLES
DATA_TAB = <dyn_table>
Kindly provide me some solution for the same.
Regards,
Amruta