<?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 HTML E-Mails with Standard Paragraphs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770151#M1677214</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am writing an ABAP which sends out emails in an html format with a few standard paragraphs in it and then some data I am looping though.&amp;nbsp; Everything works great – however I would like to find a way to “house” these standard paragraphs somewhere so I don’t have to include this in text elements in the ABAP.&amp;nbsp; I tried storing it in SO10 and the text is retrieved however any of the paragraph breaks are ignored and the sentences run together.&amp;nbsp; Does anyone have any suggestions or is the only want to do this through text elements?&amp;nbsp; Just as an fyi, this is the type of e-mail code I am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;send_request &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;cl_bcs&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;create_persistent&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;( )&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;send_request&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;set_priority&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;i_priority &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;'1' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;document &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;cl_document_bcs&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;create_document&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_type&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;'HTM'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_text&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;t_email_body&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_subject &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;email_subject &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;.&lt;BR /&gt;&lt;BR /&gt;send_request&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;set_document&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;document &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2012 20:27:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-06-05T20:27:32Z</dc:date>
    <item>
      <title>HTML E-Mails with Standard Paragraphs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770151#M1677214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am writing an ABAP which sends out emails in an html format with a few standard paragraphs in it and then some data I am looping though.&amp;nbsp; Everything works great – however I would like to find a way to “house” these standard paragraphs somewhere so I don’t have to include this in text elements in the ABAP.&amp;nbsp; I tried storing it in SO10 and the text is retrieved however any of the paragraph breaks are ignored and the sentences run together.&amp;nbsp; Does anyone have any suggestions or is the only want to do this through text elements?&amp;nbsp; Just as an fyi, this is the type of e-mail code I am using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;send_request &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;cl_bcs&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;create_persistent&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;( )&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;send_request&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;set_priority&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;i_priority &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;'1' &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;document &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;cl_document_bcs&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;create_document&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_type&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;'HTM'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_text&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;t_email_body&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i_subject &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;email_subject &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;.&lt;BR /&gt;&lt;BR /&gt;send_request&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;set_document&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 10pt;"&gt;document &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 20:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770151#M1677214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-05T20:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: HTML E-Mails with Standard Paragraphs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770152#M1677215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you indicate your code to send the HTML, but the interesting part is how do you convert your "standard text" (SO10) into HTML? For that, you may use CONVERT_ITF_TO_HTML function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 21:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770152#M1677215</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2012-06-05T21:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: HTML E-Mails with Standard Paragraphs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770153#M1677216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good question and I should have included this.&amp;nbsp; I create the Standard Text with SO10 and then I read it with the function READ_TEXT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;CALL &lt;SPAN class="L0S52"&gt;FUNCTION &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'READ_TEXT'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ST'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;language&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= 'EN'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= p_mytext&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; object&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'TEXT'&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;TABLES&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;lines&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;i_tline&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does CONVERT_ITF_TO_HTML read from SO10 and if not then where would I store these "Standard Paragraphs".&amp;nbsp; Also do you have some sample code at all by any chance.&amp;nbsp; thx for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 21:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770153#M1677216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-05T21:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: HTML E-Mails with Standard Paragraphs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770154#M1677217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must keep READ_TEXT which reads the standard text, which is in ITF format (see by debug your i_tline data object). Moreover, add IMPORTING HEADER = ls_header. You have to convert the ITF into HTML by using the function module CONVERT_ITF_TO_HTML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should get something like that, more or less:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA lt_htmlline TYPE TABLE OF htmlline.
CALL FUNCTION 'CONVERT_ITF_TO_HTML'
&amp;nbsp; EXPORTING
&amp;nbsp;&amp;nbsp;&amp;nbsp; I_HEADER = ls_header
&amp;nbsp;&amp;nbsp;&amp;nbsp; I_HTML_HEADER = space
&amp;nbsp; TABLES
&amp;nbsp;&amp;nbsp;&amp;nbsp; T_ITF_TEXT = i_tline
&amp;nbsp;&amp;nbsp;&amp;nbsp; t_html_text = lt_htmlline.
CONCATENATE LINES OF lt_htmlline INTO t_email_body.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Matthew Billingham - minor correction&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 21:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770154#M1677217</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2012-06-05T21:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: HTML E-Mails with Standard Paragraphs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770155#M1677218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank&amp;nbsp; you very much!&amp;nbsp; I just have one more problem and that is how it is converting the Line spacing.&amp;nbsp; It is double spacing the lines and I am assuming this is the because of the Paragraphs html codes.&amp;nbsp; Do you have any suggestions on what I can do to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text in SO10&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Line 1.&lt;/P&gt;&lt;P&gt;This is Line2.&lt;/P&gt;&lt;P&gt;This is Line 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTML From Convert Function&lt;/P&gt;&lt;P&gt;&amp;lt;P&amp;gt;Hello,&amp;lt;/P&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;P&amp;gt;&amp;lt;/P&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;P&amp;gt;This is Line 1.&amp;lt;/P&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;P&amp;gt;This is Line 2.&amp;lt;/P&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;P&amp;gt;This is Line 3.&amp;lt;/P&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is coming out double spaces as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Line 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Line 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is Line 3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 14:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770155#M1677218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T14:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: HTML E-Mails with Standard Paragraphs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770156#M1677219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Here the HTML is correct. So I guess the issue is from the software that renders the HTML.&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 15:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770156#M1677219</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2012-06-06T15:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: HTML E-Mails with Standard Paragraphs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770157#M1677220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 15:53:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770157#M1677220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-06T15:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: HTML E-Mails with Standard Paragraphs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770158#M1677221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 06:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770158#M1677221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T06:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: HTML E-Mails with Standard Paragraphs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770159#M1677222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 09:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-e-mails-with-standard-paragraphs/m-p/8770159#M1677222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-19T09:14:18Z</dc:date>
    </item>
  </channel>
</rss>

