Skip to Content
-1
Nov 14, 2018 at 11:51 AM

Send Email without #

98 Views Last edit Nov 14, 2018 at 11:52 AM 2 rev

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

Attachments

email.png (1.1 kB)