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

Re: Transfer of buffered data to a file

$
0
0

Hi Maria,

 

Try the below code.

 

Data: wa_file type char255,

      lv_text type char255.

 

 

clear: wa_file, lv_text.

 

**** Pre Logic

 

while <condition>.

lv_text = <logically correct value>.

concatenate wa_file lv_text into wa_file.

endwhile.

 

 

Transfer wa_file to <Filename>.

 

 

***** Post Logic


Viewing all articles
Browse latest Browse all 8944

Trending Articles



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