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

Re: How to put a carriage return and a feed line in a string

$
0
0

Hi,

 

Try this for cl_abap_char_utilities=>cr_lf linefeed. Similarly for others, you can check the class->attributes of cl_abap_char_utilities.

 

concatenate 'my first line' cl_abap_char_utilities=>cr_lf 'my second line' into var_string.


Viewing all articles
Browse latest Browse all 10671

Trending Articles