Dear Experts,
When i try to read the data uploaded in a excel sheet into an internal table using the below function module,
CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP' EXPORTING i_tab_raw_data = i_raw " WORK TABLE i_filename = p_file TABLES i_tab_converted_data = i_fetchtab "ACTUAL DATA EXCEPTIONS conversion_failed = 1 OTHERS = 2.i am getting an error
Data upload to internal table failed.
Can somebody help in getting solution
Thanks
Santhosh