<?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: Is it possible to send multiple e-mails via sapscript? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034238#M1700462</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;add the recievers in internal table, use&amp;nbsp; this function module and send mail,&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;CLEAR T_RECEIVERS.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;REFRESH T_RECEIVERS.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WA_RECEIVERS-RECEIVER = LD_EMAIL.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WA_RECEIVERS-REC_TYPE = 'U'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;**WA_RECEIVERS-REC_TYPE = 'C_U'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WA_RECEIVERS-COM_TYPE = 'INT'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WA_RECEIVERS-NOTIF_DEL = 'X'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WA_RECEIVERS-NOTIF_NDEL = 'X'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;lt;b&amp;gt;APPEND WA_RECEIVERS TO T_RECEIVERS&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;lt;b&amp;gt;CALL FUNCTION 'SO_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;EXPORTING&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DOCUMENT_DATA = W_DOC_DATA&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;PUT_IN_OUTBOX = 'X'&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;SENDER_ADDRESS = LD_SENDER_ADDRESS&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;SENDER_ADDRESS_TYPE = LD_SENDER_ADDRESS_TYPE&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;COMMIT_WORK = 'X'&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;IMPORTING&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;SENT_TO_ALL = W_SENT_ALL&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;TABLES&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;PACKING_LIST = T_PACKING_LIST&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;object_header = wa_objhead&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;CONTENTS_BIN = T_ATTACHMENT&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;CONTENTS_TXT = IT_MESS_BOD&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;RECEIVERS = T_RECEIVERS&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;EXCEPTIONS&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;TOO_MANY_RECEIVERS = 1&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DOCUMENT_NOT_SENT = 2&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DOCUMENT_TYPE_NOT_EXIST = 3&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;OPERATION_NO_AUTHORIZATION = 4&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;PARAMETER_ERROR = 5&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;X_ERROR = 6&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;ENQUEUE_ERROR = 7&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;OTHERS = 8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2012 05:59:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-09-27T05:59:37Z</dc:date>
    <item>
      <title>Is it possible to send multiple e-mails via sapscript?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034237#M1700461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello evceryone,&lt;/P&gt;&lt;P&gt;I have a requirement that, we are getting an output via VL02N and this one output is being send to an e-mail recepient.&lt;/P&gt;&lt;P&gt;While sending e-mail, the program uses CONVERT_COMM_TYPE_DATA FM to send e-mail(s) if I am not wrong!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sapscript is being used to display output and send e-mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea about How I can send mutliple e-mail(s) using sapscript?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 05:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034237#M1700461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-27T05:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to send multiple e-mails via sapscript?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034238#M1700462</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;add the recievers in internal table, use&amp;nbsp; this function module and send mail,&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;CLEAR T_RECEIVERS.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;REFRESH T_RECEIVERS.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WA_RECEIVERS-RECEIVER = LD_EMAIL.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WA_RECEIVERS-REC_TYPE = 'U'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;**WA_RECEIVERS-REC_TYPE = 'C_U'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WA_RECEIVERS-COM_TYPE = 'INT'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WA_RECEIVERS-NOTIF_DEL = 'X'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;WA_RECEIVERS-NOTIF_NDEL = 'X'.&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;lt;b&amp;gt;APPEND WA_RECEIVERS TO T_RECEIVERS&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&amp;lt;b&amp;gt;CALL FUNCTION 'SO_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;EXPORTING&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DOCUMENT_DATA = W_DOC_DATA&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;PUT_IN_OUTBOX = 'X'&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;SENDER_ADDRESS = LD_SENDER_ADDRESS&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;SENDER_ADDRESS_TYPE = LD_SENDER_ADDRESS_TYPE&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;COMMIT_WORK = 'X'&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;IMPORTING&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;SENT_TO_ALL = W_SENT_ALL&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;TABLES&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;PACKING_LIST = T_PACKING_LIST&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;object_header = wa_objhead&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;CONTENTS_BIN = T_ATTACHMENT&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;CONTENTS_TXT = IT_MESS_BOD&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;RECEIVERS = T_RECEIVERS&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;EXCEPTIONS&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;TOO_MANY_RECEIVERS = 1&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DOCUMENT_NOT_SENT = 2&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;DOCUMENT_TYPE_NOT_EXIST = 3&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;OPERATION_NO_AUTHORIZATION = 4&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;PARAMETER_ERROR = 5&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;X_ERROR = 6&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;ENQUEUE_ERROR = 7&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;OTHERS = 8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 05:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034238#M1700462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-27T05:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to send multiple e-mails via sapscript?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034239#M1700463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can send multiple email thru SAPscripts. All you have to do is include all recipients in SE37-&amp;gt; FM: &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SO_DOCUMENT_SEND_API1&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers,&lt;BR /&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 06:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034239#M1700463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-27T06:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to send multiple e-mails via sapscript?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034240#M1700464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Rodel,&lt;/P&gt;&lt;P&gt;But I don't have OTF data right now! Is this FM module going to work without providing OTF data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 06:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034240#M1700464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-27T06:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to send multiple e-mails via sapscript?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034241#M1700465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srinivas,&lt;/P&gt;&lt;P&gt;But I don't have OTF data right now! Is this FM module going to work without providing OTF data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 06:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034241#M1700465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-27T06:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to send multiple e-mails via sapscript?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034242#M1700466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is only possible if you can change print/Driver program which you have put in NACE tcode. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 07:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-it-possible-to-send-multiple-e-mails-via-sapscript/m-p/9034242#M1700466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-27T07:38:16Z</dc:date>
    </item>
  </channel>
</rss>

