call function 'TEXT_CONVERT_XLS_TO_SAP'
    exporting
      i_tab_raw_data       lt_raw          "开始行
      i_filename           l_file          "文件路径
    tables
      i_tab_converted_data gt_filecont       "数据内表
    exceptions
      conversion_failed    1
      others               2.

 

 

message text-t04 type 'S' display like 'E'.

posted on 2013-09-05 14:00  风语/仝  阅读(432)  评论(0编辑  收藏  举报