NEWLINE will not work, so you can try this:
SPLIT test AT cl_abap_char_utilities=>newline INTO table..
and additionaly split as you need ( >255 chars in your screenshots ).
Then print table lines.
NEWLINE will not work, so you can try this:
SPLIT test AT cl_abap_char_utilities=>newline INTO table..
and additionaly split as you need ( >255 chars in your screenshots ).
Then print table lines.