File 下载时字段太多

Loop at gt_file into ls_file.
  do 100 times.
     assign component sy-index of structure ls_file to <fs_field>.
     if  <fs_field> is assigned.
       concatenate ls_file
                         <fs_field>
                   into ls_file
            separated by cl_abap_char_utilities=>horizontal_tab.
    endif.
  enddo.
  endloop   
posted @ 2020-01-03 15:47  枫叶飘摇  阅读(116)  评论(0编辑  收藏  举报