<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Send Email without # in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717862#M33337</link>
    <description>&lt;P&gt;Dear Jennifer&lt;/P&gt;&lt;P&gt;you have to set the drlf axplicitly and than format the file with eg so_raw_to_rtf fm.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;JozsefH&lt;/P&gt;</description>
    <pubDate>Thu, 15 Nov 2018 09:04:36 GMT</pubDate>
    <dc:creator>jozsef_hegyi</dc:creator>
    <dc:date>2018-11-15T09:04:36Z</dc:date>
    <item>
      <title>Send Email without #</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717857#M33332</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
  &lt;P&gt;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.&lt;BR /&gt;&lt;BR /&gt;Please do the test####There is an error&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/242388-email.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Do you know How I can replace it with a new line,&lt;BR /&gt;I am saving the data in the internal table by Append.&lt;/P&gt;
  &lt;P&gt;ls_objtxt-line = |{ gv_txt_string }| .&lt;BR /&gt; APPEND ls_objtxt TO it_objtxt.&lt;/P&gt;
  &lt;P&gt;Best Regards&lt;/P&gt;
  &lt;P&gt;Jenie&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 11:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717857#M33332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-14T11:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Send Email without #</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717858#M33333</link>
      <description>&lt;P&gt;Here is a generic E-Mail class which might help you sending multi-line E-Mails: &lt;A href="https://github.com/keremkoseoglu/ABAP-Library/blob/master/zcl_bc_mail_facade.abap"&gt;https://github.com/keremkoseoglu/ABAP-Library/blob/master/zcl_bc_mail_facade.abap&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717858#M33333</guid>
      <dc:creator>keremkoseoglu</dc:creator>
      <dc:date>2018-11-14T13:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Send Email without #</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717859#M33334</link>
      <description>&lt;P&gt;THANKS A LOT for sharing, but i think I will have the same problem since I will do the same steps again.&lt;BR /&gt;&lt;BR /&gt;in the doc was mentioned:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ls_objtxt-line = '&amp;lt;body bgcolor = "#FFFFFF"&amp;gt;'.

APPEND ls_objtxt TO lt_objtxt.&lt;/CODE&gt;&lt;/PRE&gt;or did I miss something else&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Nov 2018 13:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717859#M33334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-14T13:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Send Email without #</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717860#M33335</link>
      <description>&lt;P&gt;How are you "entering ENTER"?&lt;/P&gt;&lt;P&gt;Are you sure that #### is not CR+LF?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 15:19:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717860#M33335</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2018-11-14T15:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Send Email without #</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717861#M33336</link>
      <description>&lt;P&gt;hi Tomas,&lt;BR /&gt;i am writing the email in a parameter  type string then a pass it to the &lt;BR /&gt;gv_txt_string.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Nov 2018 15:35:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717861#M33336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-11-14T15:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Send Email without #</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717862#M33337</link>
      <description>&lt;P&gt;Dear Jennifer&lt;/P&gt;&lt;P&gt;you have to set the drlf axplicitly and than format the file with eg so_raw_to_rtf fm.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;JozsefH&lt;/P&gt;</description>
      <pubDate>Thu, 15 Nov 2018 09:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-email-without/m-p/717862#M33337</guid>
      <dc:creator>jozsef_hegyi</dc:creator>
      <dc:date>2018-11-15T09:04:36Z</dc:date>
    </item>
  </channel>
</rss>

