Inserting new line to the output using WS_Download in ABAP


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.

Updated on: 30-Jul-2019

656 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements