Hello Archana,
Im calling the FM this way:
call function 'TEXT_CONVERT_XLS_TO_SAP'
exporting
* I_FIELD_SEPERATOR =
i_line_header = abap_true
i_tab_raw_data = l_t_tab_raw
i_filename = l_wr_file
tables
i_tab_converted_data = t_table_imp[]
exceptions
conversion_failed = 1
others = 2.
My internal table t_table_imp gets this value 0,825196 instead 19:48:17.
All other cells are upload to internal table correctly unless this one...