<?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 Automatic mail reminder in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583076#M1434693</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 am creating an application where the requierment is like this,&lt;/P&gt;&lt;P&gt;every month end a "Reminder" mail has to be sent to the concerned person.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help , i dont have any idea about this "Automatic Email Reminder"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2010 09:48:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-19T09:48:57Z</dc:date>
    <item>
      <title>Automatic mail reminder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583076#M1434693</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 am creating an application where the requierment is like this,&lt;/P&gt;&lt;P&gt;every month end a "Reminder" mail has to be sent to the concerned person.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help , i dont have any idea about this "Automatic Email Reminder"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 09:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583076#M1434693</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T09:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic mail reminder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583077#M1434694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lavanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can develop a simple reoprt program to send emails using the FM "SO_NEW_DOCUMENT_SEND_API1". You can run schedule a job to run this report every month end. You can find lot of sample codes for calling this FM in SCN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ganga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 09:58:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583077#M1434694</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T09:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic mail reminder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583078#M1434695</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;Thanks for your reply . But my requirement is that , the mail has to sent automatically every month to the concerned person .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 10:07:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583078#M1434695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T10:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic mail reminder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583079#M1434696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lavanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i didnt get wt do u mean by automatic.&lt;/P&gt;&lt;P&gt;if we create a job and scheduled at the intervals needed, it will be executed automatically in the background. you can create a table in which the mail id can be maintained and fetch the mail id in the program before calling the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;teja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 10:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583079#M1434696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T10:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic mail reminder</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583080#M1434697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes...You can populate the email IDs of the concerned persons to RECEIVERS of this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can schedule a back ground job to run this report every month end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ganga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 10:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-mail-reminder/m-p/6583080#M1434697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-19T10:12:49Z</dc:date>
    </item>
  </channel>
</rss>

