Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8705

Problem using ALSM_EXCEL_TO_INTERNAL_TABLE

$
0
0

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


Viewing all articles
Browse latest Browse all 8705

Trending Articles