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

Re: Converting internal table data to String , for upload of ZIP file to UNIX server

$
0
0

Hi Nalini,

 

DATA: lv_lines TYPE i,

      lv_len  TYPE i.

 

*_ If you know your line length

lv_lines = lines( git_final ).

lv_len = lv_lines * LINE_LENGTH.

OR

*_ If you dont know your line length

LOOPAT git_final ASSIGNING<field_symbol>.

  lv_len = lv_len + xstrlen(<field_symbol>).

ENDLOOP.

Hope it helps. Cheers!


Viewing all articles
Browse latest Browse all 9080

Latest Images

Trending Articles



Latest Images

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