<?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: using so_object_send twice in the same report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-so-object-send-twice-in-the-same-report/m-p/2847192#M667015</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;I hope you are clearing the work areas &amp;amp; Internal table after the 1st FM SO_OBJECT_SEND is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flow should be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Populate 1st receiver &amp;amp; Email details&lt;/P&gt;&lt;P&gt;2) Call FM "SO_OBJECT_SEND"&lt;/P&gt;&lt;P&gt;3) Clear Work area &amp;amp; Refresh Internal tables&lt;/P&gt;&lt;P&gt;3) Populate 2nd receive &amp;amp; Email details&lt;/P&gt;&lt;P&gt;3) Call FM "SO_OBJECT_SEND".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2007 12:38:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-01T12:38:09Z</dc:date>
    <item>
      <title>using so_object_send twice in the same report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-so-object-send-twice-in-the-same-report/m-p/2847191#M667014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in which i need to send a mail with a certain text to a receiver1. Then in the same report i need to send another text to another receiver2.&lt;/P&gt;&lt;P&gt;I am calling the function module so_object_send twice to do this.But only one mail is sent with both the receivers in the same mail.But the requirement is that two seperate mails should go to two different receivers.What can be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help,Points will be rewarded graciously..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 12:18:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-so-object-send-twice-in-the-same-report/m-p/2847191#M667014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T12:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: using so_object_send twice in the same report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-so-object-send-twice-in-the-same-report/m-p/2847192#M667015</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;I hope you are clearing the work areas &amp;amp; Internal table after the 1st FM SO_OBJECT_SEND is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flow should be as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Populate 1st receiver &amp;amp; Email details&lt;/P&gt;&lt;P&gt;2) Call FM "SO_OBJECT_SEND"&lt;/P&gt;&lt;P&gt;3) Clear Work area &amp;amp; Refresh Internal tables&lt;/P&gt;&lt;P&gt;3) Populate 2nd receive &amp;amp; Email details&lt;/P&gt;&lt;P&gt;3) Call FM "SO_OBJECT_SEND".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 12:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-so-object-send-twice-in-the-same-report/m-p/2847192#M667015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T12:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: using so_object_send twice in the same report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-so-object-send-twice-in-the-same-report/m-p/2847193#M667016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashant,&lt;/P&gt;&lt;P&gt;yes i have done the same but  it is of no help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 15:06:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-so-object-send-twice-in-the-same-report/m-p/2847193#M667016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T15:06:18Z</dc:date>
    </item>
  </channel>
</rss>

