Skip to Content
0
Former Member
May 05, 2014 at 05:07 AM

Data upload to internal table failed.

115 Views

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