<?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: Triggering an email in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999489#M708583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now i dont have any sample code...&lt;/P&gt;&lt;P&gt;but i will breif u the steps...&lt;/P&gt;&lt;P&gt;Jus check the required condition whether the customer is changed or not...&lt;/P&gt;&lt;P&gt;if changed then call the FM which i mentioned by passing the required parameters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So by saving the TCODE XD02..definitely the exit will get called and your code will get executed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2007 10:39:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-13T10:39:42Z</dc:date>
    <item>
      <title>Triggering an email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999485#M708579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Experts,&lt;/P&gt;&lt;P&gt;               I am assigned a task, where in a email must be triggered, containing a message that &amp;#145;Customer data is changed&amp;#146; to my mail id on change of customer data through XD02 transaction upon pressing SAVE icon.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 08:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999485#M708579</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T08:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering an email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999486#M708580</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;Get the BADI which is getting triggered on pressing SAVE button and create an implementation for it. In this implementation write the code for sending Emails. You can use FM &amp;lt;b&amp;gt;SO_NEW_DOCUMENT_ATT_SEND_API1&amp;lt;/b&amp;gt; to send mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 09:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999486#M708580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T09:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering an email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999487#M708581</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;Call this FM SO_NEW_DOCUMENT_SEND_API1 for sending an email in the below exit:&lt;/P&gt;&lt;P&gt;EXIT_SAPMF02D_001.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 09:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999487#M708581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T09:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering an email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999488#M708582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swami,&lt;/P&gt;&lt;P&gt;         Can you please send me any sample code if you have any.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 10:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999488#M708582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T10:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Triggering an email</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999489#M708583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now i dont have any sample code...&lt;/P&gt;&lt;P&gt;but i will breif u the steps...&lt;/P&gt;&lt;P&gt;Jus check the required condition whether the customer is changed or not...&lt;/P&gt;&lt;P&gt;if changed then call the FM which i mentioned by passing the required parameters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So by saving the TCODE XD02..definitely the exit will get called and your code will get executed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2007 10:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/triggering-an-email/m-p/2999489#M708583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-13T10:39:42Z</dc:date>
    </item>
  </channel>
</rss>

