Hi Experts,
I am writing a program to send Email, the Problem that I am facing is when I am entering 'ENTER' to start a new line in the Email the program not responding and write every this together by debugging I found the blow Symbol # in the coding which refers to the enter or space.
Please do the test####There is an error
Do you know How I can replace it with a new line,
I am saving the data in the internal table by Append.
ls_objtxt-line = |{ gv_txt_string }| .
APPEND ls_objtxt TO it_objtxt.
Best Regards
Jenie