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

Re: How to remove null characters at the end of my output file?

$
0
0

You could try replacing TRANSFER statement with this.

DATA lv_str TYPE string.

lv_str = mydata.
CONDENSE lv_str.
TRANSFER lv_str TO myfilename.

Viewing all articles
Browse latest Browse all 8950

Trending Articles



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