<?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: Extra emails using SO_NEW_DOCUMENT_ATT_SEND_API1. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-emails-using-so-new-document-att-send-api1/m-p/2582338#M590596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Monica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure but .. if you need any help sending email to Distribution List .. then let me know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 14:38:51 GMT</pubDate>
    <dc:creator>former_member187255</dc:creator>
    <dc:date>2007-07-27T14:38:51Z</dc:date>
    <item>
      <title>Extra emails using SO_NEW_DOCUMENT_ATT_SEND_API1.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-emails-using-so-new-document-att-send-api1/m-p/2582335#M590593</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 have a requirement to send Purchase order email to a group of people besides the vendor. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set the configuration to send the first email to the vendor and it is working fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use SO_NEW_DOCUMENT_ATT_SEND_API1 to send the SAME EMAIL to a group of persons but I am not sure where to read the information of the already generated email to populate the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw some code in the forum to read the form and send it with SO_NEW_DOCUMENT_ATT_SEND_API1, but I could not find where you enter the Purchase Order number to generate the form in base of it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anybody help me to understand how to populate SO_NEW_DOCUMENT_ATT_SEND_API1 with the information of the already generated email? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Monica.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-emails-using-so-new-document-att-send-api1/m-p/2582335#M590593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T13:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extra emails using SO_NEW_DOCUMENT_ATT_SEND_API1.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-emails-using-so-new-document-att-send-api1/m-p/2582336#M590594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Monica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can Create a Distribution List with all the emails... and pass that Distribution List when ur calling SO_NEW_DOCUMENT_ATT_SEND_API1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-emails-using-so-new-document-att-send-api1/m-p/2582336#M590594</guid>
      <dc:creator>former_member187255</dc:creator>
      <dc:date>2007-07-27T13:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Extra emails using SO_NEW_DOCUMENT_ATT_SEND_API1.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-emails-using-so-new-document-att-send-api1/m-p/2582337#M590595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandra, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a little more research and realized that the email sent is not stored.  This takes me to the option of emailing a SAPscript form with my PO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found some code in the forum to email a SAPscript  but I do see where you enter the PO number or the reference to it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Monica.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 14:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-emails-using-so-new-document-att-send-api1/m-p/2582337#M590595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T14:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Extra emails using SO_NEW_DOCUMENT_ATT_SEND_API1.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/extra-emails-using-so-new-document-att-send-api1/m-p/2582338#M590596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Monica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure but .. if you need any help sending email to Distribution List .. then let me know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 14:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/extra-emails-using-so-new-document-att-send-api1/m-p/2582338#M590596</guid>
      <dc:creator>former_member187255</dc:creator>
      <dc:date>2007-07-27T14:38:51Z</dc:date>
    </item>
  </channel>
</rss>

