Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9269

Re: Internal table data to be display in to row wise

$
0
0

Hi,

here is a sample

 

 

field-symbols: <ls_comp> type any.

 

  loop at gt_alv into ls_alv. "table with corresponding structure
    clear: lv_astring. "type string
    do.                                                 

      assign component sy-index of structure ls_alv to <ls_comp>.
      if sy-subrc = 0.
        lv_astring = <ls_comp>.
        transfer lv_astring to p_file.
      else.
        exit.
      endif.
    enddo.
endloop.


Viewing all articles
Browse latest Browse all 9269

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>