<?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: How to Send Mail to Multiple Users using Function Module? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-mail-to-multiple-users-using-function-module/m-p/9036413#M1700714</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;&lt;/P&gt;&lt;P&gt;Try this function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SO_DOCUMENT_SEND_API1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2012 06:22:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-09-24T06:22:27Z</dc:date>
    <item>
      <title>How to Send Mail to Multiple Users using Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-mail-to-multiple-users-using-function-module/m-p/9036411#M1700712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had done a Development in Past wherein I have to send Automatic Mail to user on creation of Sales Order.&lt;/P&gt;&lt;P&gt;So for this I had used Function Module "SO_NEW_DOCUMENT_ATT_SEND_API1".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now my new requirement is that I have send this Automatic Mail to multiple users at same time,&lt;/P&gt;&lt;P&gt;My few try were in vain and EMAIL is only deliverable to Single User.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So please help me with this So that i can find way out of this?&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;Atul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino; color: #ff0000;"&gt;Moderator message : Not enough re-search before posting, discussion locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 06:05:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-mail-to-multiple-users-using-function-module/m-p/9036411#M1700712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T06:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Send Mail to Multiple Users using Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-mail-to-multiple-users-using-function-module/m-p/9036412#M1700713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If U want to send multiple user then try with append statement ,&lt;/P&gt;&lt;P&gt;Append all your receiver id to receivers table&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear it_receive.&lt;/P&gt;&lt;P&gt;it_receive-rcv = 'EMAIL ID1'.&lt;/P&gt;&lt;P&gt;it_receive-rec_type = 'U'.&lt;/P&gt;&lt;P&gt;Append it_receive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear it_receive.&lt;/P&gt;&lt;P&gt;it_receive-rcv = 'EMAIL ID2'.&lt;/P&gt;&lt;P&gt;it_receive-rec_type = 'U'.&lt;/P&gt;&lt;P&gt;Append it_receive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;like this.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Thanks&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 06:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-mail-to-multiple-users-using-function-module/m-p/9036412#M1700713</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2012-09-24T06:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Send Mail to Multiple Users using Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-mail-to-multiple-users-using-function-module/m-p/9036413#M1700714</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;&lt;/P&gt;&lt;P&gt;Try this function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; SO_DOCUMENT_SEND_API1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 06:22:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-mail-to-multiple-users-using-function-module/m-p/9036413#M1700714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T06:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to Send Mail to Multiple Users using Function Module?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-mail-to-multiple-users-using-function-module/m-p/9036414#M1700715</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;Check how to get the receiver data.&lt;/P&gt;&lt;P&gt;Pass the details to RECEIVERS table .&lt;/P&gt;&lt;P&gt;Receiver type will be 'U' for sending through internet, To get other types check the value range for SO_ESCAPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append to table receiver and pass the table for function module.&lt;/P&gt;&lt;P&gt;DATA :&amp;nbsp; receiver&amp;nbsp;&amp;nbsp; TYPE STANDARD TABLE OF SOMLRECI1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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; receiver-receiver = &amp;lt;email&amp;gt;.&lt;/P&gt;&lt;P&gt;&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; receiver-rec_type = 'U'.&lt;/P&gt;&lt;P&gt;&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; APPEND receiver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2012 06:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-send-mail-to-multiple-users-using-function-module/m-p/9036414#M1700715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-24T06:35:21Z</dc:date>
    </item>
  </channel>
</rss>

