Nitya Raut has Published 221 Articles

Inserting new line to the output using WS_Download in ABAP

Nitya Raut

Nitya Raut

Updated on 30-Jul-2019 22:30:20

1K+ Views

First of all, don’t use WS_DOWNLOAD as this is obsolete.You can use a character type field and set it to cl_abap_char_utilities=>cr_lf. Now use this field at places where you want to insert the new line.

Advertisements