Hello!
I'm using the following line in my program to write a row from an itab to a file:
OPEN DATASET gv_outbfile FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE MESSAGE lv_errmsg.
When I download the file to my PC I notice that there's only a LF (0A) character at the end of the line. My functional guy wants a CR/LF pair at the end of each row so it will display properly in Notepad. How can I get the CRLF on the end of each row?