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.
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.