ALSM_EXCEL_TO_INTERNAL_TABLE
* CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE' * EXPORTING * filename = p_file * i_begin_col = '1' * i_begin_row = '3' * i_end_col = '22' * i_end_row = '99999' * TABLES * intern = it_excel * EXCEPTIONS * inconsistent_parameters = 1 * upload_ole = 2 * OTHERS = 3. * * IF sy-subrc <> 0. * MESSAGE ID sy-msgid TYPE sy-m...