<?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: Email sending error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/email-sending-error/m-p/6989611#M1493777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have noticed another thing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In spool itself it has truncated data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting full data in spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i resolve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jun 2010 06:39:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-22T06:39:30Z</dc:date>
    <item>
      <title>Email sending error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/email-sending-error/m-p/6989609#M1493775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sending an email with HTM attachement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am reading the spool number and converting it into HTM format and sending this as attachement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But attachment contains only half of the data. Rest it is deleting it and format is also miss matching. Each line is added with extra line space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code goes like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Submit report to convert the spool to HTML format&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  SUBMIT rspolst2 EXPORTING LIST TO MEMORY AND RETURN&lt;/P&gt;&lt;P&gt;  WITH rqident = p_spoolno. &amp;lt;spool number&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'LIST_FROM_MEMORY'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      listobject = gt_listobj&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      not_found  = 1&lt;/P&gt;&lt;P&gt;      OTHERS     = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Convert the spool to HTML format&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CALL FUNCTION 'WWW_HTML_FROM_LISTOBJECT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      REPORT_NAME         = sy-repid&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     template_name = text-t01&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      html          = p_html_tab&lt;/P&gt;&lt;P&gt;      listobject    = gt_listobj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 15:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/email-sending-error/m-p/6989609#M1493775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-17T15:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Email sending error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/email-sending-error/m-p/6989610#M1493776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when calling the FM, also pass parameter 'CHARSET' = 4119.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jun 2010 02:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/email-sending-error/m-p/6989610#M1493776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-19T02:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Email sending error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/email-sending-error/m-p/6989611#M1493777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have noticed another thing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In spool itself it has truncated data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not getting full data in spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i resolve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 06:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/email-sending-error/m-p/6989611#M1493777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T06:39:30Z</dc:date>
    </item>
  </channel>
</rss>

