Hi,
By using the fm UPLOAD_XLS_FILE_2_ITAB directly excel file can be uploaded to internal table.
CALL FUNCTION 'UPLOAD_XLS_FILE_2_ITAB'
EXPORTING
i_filename = p_local
TABLES
e_itab = lt_file
EXCEPTIONS
file_error = 1
OTHERS = 2.
Regards,
Vignesh