Hi All,
I am using FM named ALSM_EXCEL_TO_INTERNAL_TABLE in my report.
I am unable to upload one open office excel file.sy-subrc value is showing as 2(upload_ole).
Is it problem with open office?
The code is given below:-
CALL FUNCTION 'ALSM_EXCEL_TO_INTERNAL_TABLE'
EXPORTING
filename = p_file
i_begin_col = 1
i_begin_row = 9
i_end_col = 123
i_end_row = 60000
TABLES
intern = it_excel
EXCEPTIONS
inconsistent_parameters = 1
upload_ole = 2
OTHERS = 3.
Please let me know for any solutions.
Thanks and Regards,
Ati