<?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 Problem with e-mail attachments. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089381#M100245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam using cl_document_bcs method add_attachment for sending mails with attachments.Iam able to send the attachments but however the files are incorrect as each row in a file contains &amp;gt; 255.&lt;/P&gt;&lt;P&gt;I cannot use any API for triggering it in HTML formats etc as I need to trigger it from XI and I want to trigger using add_attachments.is there any work around for this limitation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2005 11:41:48 GMT</pubDate>
    <dc:creator>STALANKI</dc:creator>
    <dc:date>2005-11-28T11:41:48Z</dc:date>
    <item>
      <title>Problem with e-mail attachments.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089381#M100245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam using cl_document_bcs method add_attachment for sending mails with attachments.Iam able to send the attachments but however the files are incorrect as each row in a file contains &amp;gt; 255.&lt;/P&gt;&lt;P&gt;I cannot use any API for triggering it in HTML formats etc as I need to trigger it from XI and I want to trigger using add_attachments.is there any work around for this limitation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 11:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089381#M100245</guid>
      <dc:creator>STALANKI</dc:creator>
      <dc:date>2005-11-28T11:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with e-mail attachments.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089382#M100246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When calling the add_attachment method are you specifying the I_ATTACHMENT_SIZE also ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 13:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089382#M100246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T13:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with e-mail attachments.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089383#M100247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Renji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes.But the problem is not due to size of doc.I will map every record a file into the internal table of length 255.&lt;/P&gt;&lt;P&gt;So I loose out the data.Any ideas??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 14:07:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089383#M100247</guid>
      <dc:creator>STALANKI</dc:creator>
      <dc:date>2005-11-28T14:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with e-mail attachments.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089384#M100248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you manage to find any workaround to your problem? I am facing the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 20:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089384#M100248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T20:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with e-mail attachments.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089385#M100249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try breaking the file at every 255th character into the second line..:)&lt;/P&gt;&lt;P&gt;That z best option..&lt;/P&gt;&lt;P&gt;But still there is a data loss when I give the extension other than .txt .but works perefct with .txt extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2006 12:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-e-mail-attachments/m-p/1089385#M100249</guid>
      <dc:creator>STALANKI</dc:creator>
      <dc:date>2006-01-06T12:19:00Z</dc:date>
    </item>
  </channel>
</rss>

