zoukankan      html  css  js  c++  java
  • 将excel数据导入内表的函数

     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'.

  • 相关阅读:
    MYSQL转MSSQL
    SVN 服务器IP地址变更后客户端的修改
    gridview
    gridview外边距
    Android开发:自定义GridView/ListView数据源
    Android之Adapter用法总结
    collection set
    listview优化
    android应用开发全程实录-你有多熟悉listview
    android模块
  • 原文地址:https://www.cnblogs.com/szfeng/p/3303183.html
Copyright © 2011-2022 走看看