<?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: error while trying send emai with attachment in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662023#M1574127</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;Go to SCOT tcode,SMTP-&amp;gt;INT-&amp;gt; if there no (*) available under INT  then add your mail address under INT by creating Address area from menu bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Feb 2011 14:03:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-02T14:03:04Z</dc:date>
    <item>
      <title>error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662012#M1574116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing an error while trying to send email with attachment (spreadsheet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error is:  "Error in calling 'SBCOMS_SEND_REQUEST_CREATE'   in  'SO_DOCUMENT_SEND_API1' with Sy-subcr = 1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to configure the sender email address or some configuration at the sender system?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the example given in the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/How" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/How&lt;/A&gt;&lt;EM&gt;to&lt;/EM&gt;write&lt;EM&gt;an&lt;/EM&gt;ABAP&lt;EM&gt;Program&lt;/EM&gt;to&lt;EM&gt;place&lt;/EM&gt;an&lt;EM&gt;Excel&lt;/EM&gt;file&lt;EM&gt;in&lt;/EM&gt;a&lt;EM&gt;path&lt;/EM&gt;and&lt;EM&gt;send&lt;/EM&gt;it&lt;EM&gt;as&lt;/EM&gt;an+Attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 06:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662012#M1574116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T06:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662013#M1574117</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;If you are using SO_DOCUMENT_SEND_API1 then after execution of mail sending transaction, open parallel session and check SU53 if you have authorization to send mail or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have authorization then get the same and try again,  also tell your basis to check SCOT and SMTP configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Umang mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 07:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662013#M1574117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T07:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662014#M1574118</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;The error you are getting is TOO_MANY_RECEIVERS. Check whether how many receviers you are passing in the code.&lt;/P&gt;&lt;P&gt;Test for one .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 07:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662014#M1574118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T07:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662015#M1574119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Follow the link below to get a clear idea:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small unlinked"&gt;http://www.abapmadeeasy.com/2011/02/sap-abap-sample-program-to-convert.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uttam Agrawal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: uttamagrawal on Feb 2, 2011 9:44 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: uttamagrawal on Feb 17, 2011 7:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 08:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662015#M1574119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T08:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662016#M1574120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replies guys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While calling the FM 'SO_DOCUMENT_SEND_API1', the sy-subrc is 6 i.e. "x_error"&lt;/P&gt;&lt;P&gt;Could you please help me on finding the root cause for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further, could you please throw some light on the configurations maintained for the SMTP and SCOT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my requirement is to send a spreadsheet as an attachment and not pdf or anyother file format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RavishOjha on Feb 2, 2011 2:25 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 08:55:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662016#M1574120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T08:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662017#M1574121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please respect the 5,000 character maximum when posting. Post only the relevant portions of code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Uttam Agrawal&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;blog self promotion removed&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;Edited by: uttamagrawal on Feb 2, 2011 9:57 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: uttamagrawal on Feb 2, 2011 9:58 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Feb 2, 2011 12:23 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Feb 22, 2011 10:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 08:55:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662017#M1574121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T08:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662018#M1574122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Same error 6 I am getting after implementing this report.&lt;/P&gt;&lt;P&gt;Cud u please throw some light on error 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 09:07:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662018#M1574122</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T09:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662019#M1574123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did u change the receiver maid id for the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the said example Receiver mail id is set as XXX. Set a valid mail ID and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uttam Agrawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 09:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662019#M1574123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T09:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662020#M1574124</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;Yes, I changed the mail id and made it xyz @ gmail.com.&lt;/P&gt;&lt;P&gt;Is it possible to send emails outside SAP system?&lt;/P&gt;&lt;P&gt;Any specific settings for the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 10:05:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662020#M1574124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T10:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662021#M1574125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you would like to send Email to external mails from SAP, you need to pass the Receiver type  "u" (you can check in parameter "RECEIVERS"  in FM)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 12:29:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662021#M1574125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T12:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662022#M1574126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RavishOjha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe you could consider using the class CL_BCS and its affiliates. Check the BCS* demo reports in system, .blogs and wikis here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do so, unfortunately this could be last time you have any trouble with mail sending in ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you love the trouble, stay with SO_DOCUMENT functions &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 13:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662022#M1574126</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-02-02T13:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662023#M1574127</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;Go to SCOT tcode,SMTP-&amp;gt;INT-&amp;gt; if there no (*) available under INT  then add your mail address under INT by creating Address area from menu bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 14:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662023#M1574127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T14:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662024#M1574128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;lets say that I use the class CL_BCS to get this done.&lt;/P&gt;&lt;P&gt;But my doubt is adding attachment to the email body.&lt;/P&gt;&lt;P&gt;My requirement is to add attachment of type 'spreadsheet' with email.&lt;/P&gt;&lt;P&gt;In the older function module, we could specify the document type as 'XLS' to get this, but in this new apparoch I am not sure about the spreadsheet attachments.&lt;/P&gt;&lt;P&gt;Could you please throw some light on the building a spreadsheet during the process of sending email (do I need to use the specific FM 'GUI_DOWNLOAD' to save the spreadsheet to save the spreadsheet on the app. server and then pick up the file and add as attachment)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 14:24:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662024#M1574128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T14:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662025#M1574129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure you can create local excel using [Desktop Office Integration (BC-CI)|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf], load as binary and attach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More elegant, future-oriented and advanced is the [excel-from-scratch-approach abap2xlsx by Ivan Femia|http://wiki.sdn.sap.com/wiki/display/ABAP/abap2xlsx]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 14:44:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662025#M1574129</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-02-02T14:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662026#M1574130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Clemens!&lt;/P&gt;&lt;P&gt;As I understand that the suggested soln refers to using DLLs, but I would want to bypass that approch and use something already provided as standard SAP Class/FMs to solve that. Is there anything possible within that domain of sap provided standard tools rather than DLLs?&lt;/P&gt;&lt;P&gt;Appreciate your solns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 14:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662026#M1574130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T14:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662027#M1574131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so sorry, this is not a chat session. Using [google|http://www.google.com/search?hl=en&amp;amp;source=hp&amp;amp;q=cl_bcs&lt;EM&gt;excel&lt;/EM&gt;attachment&amp;amp;aq=f&amp;amp;aqi=&amp;amp;aql=&amp;amp;oq=] I found pieces of useful code like [Eswar Rao Boddeti'|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="720669"&gt;&lt;/A&gt;; instantly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Who am I to do the work you get paid for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 17:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662027#M1574131</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-02-02T17:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662028#M1574132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Further, I found that CL_BCS also uses same old function modules 'SO___' to do the job.&lt;/P&gt;&lt;P&gt;But, we need to have the entries for file types/Object types maintained in the TSOTD table. &lt;/P&gt;&lt;P&gt;e.g. I am trying to send attachment as XLS but the same OBJ TYPE shud be maintained in the TSOTD table.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 17:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662028#M1574132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-02T17:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662029#M1574133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now, I am trying to execute the standard report BCS_EXAMPLE_7 which has similar fucntionality of sending an excel sheet as attachment in the email.&lt;/P&gt;&lt;P&gt;But the error thrown is same X_ERROR.&lt;/P&gt;&lt;P&gt;Acually, the error is thrown whenever there is an attachment with the email (even in the standard reports e.g. BCS_EXAMPLE_X)&lt;/P&gt;&lt;P&gt;however, when an email is sent without an attachment, then its going thru!!!&lt;/P&gt;&lt;P&gt;What cud this issue be? Any pointers? Are there any specific settings for sending attachment with email in the BASIS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Ravish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Feb 2011 09:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662029#M1574133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-03T09:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: error while trying send emai with attachment</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662030#M1574134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravish,&lt;/P&gt;&lt;P&gt;        Please once try attaching another type of file . Also check RAW setting in SCOT. There in scot INT-&amp;gt;SMTP Click Display then click on SET button right to Internet. There you can check settings for Output Format file type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Feb 2011 06:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-trying-send-emai-with-attachment/m-p/7662030#M1574134</guid>
      <dc:creator>former_member190545</dc:creator>
      <dc:date>2011-02-04T06:54:31Z</dc:date>
    </item>
  </channel>
</rss>

