<?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: Sending Customer statement through E-mail in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398418#M534072</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 the below link for e mail  notification. If you want to trigger this logic immedaitely when ever you save the document then you just need to findout the user exit which will trigger before you save the document...you can insert the code there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="412838"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DJ &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward, if its useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Jun 2007 22:10:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-13T22:10:36Z</dc:date>
    <item>
      <title>Sending Customer statement through E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398417#M534071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Friends i want to send customer statement through E-mail automatically when we run the program. Can anybody help me by giving some sample program or the complete steps involved in this. And may i know the approximate time to finish this report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I shall be greatful if i get complete solution and it will be highly rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 15:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398417#M534071</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T15:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Customer statement through E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398418#M534072</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 the below link for e mail  notification. If you want to trigger this logic immedaitely when ever you save the document then you just need to findout the user exit which will trigger before you save the document...you can insert the code there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="412838"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DJ &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward, if its useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 22:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398418#M534072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T22:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Customer statement through E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398419#M534073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following FMs:&lt;/P&gt;&lt;P&gt;SO_DOCUMENT_SEND_API1 &lt;/P&gt;&lt;P&gt;SAPoffice: Send new document with attachments via RFC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO_NEW_DOCUMENT_ATT_SEND_API1 &lt;/P&gt;&lt;P&gt;(In 4.6C only, You can go to SE37 and click the documentation on how to use it. A sample program is provided there.) &lt;/P&gt;&lt;P&gt;SAPoffice: Send new document with attachments via RFC &lt;/P&gt;&lt;P&gt;Note : If you are using FM SO_NEW_DOCUMENT_ATT_SEND_API1 then Export Parameter DOCUMENT_DATA-OBJ_DESCR contains the Subject. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO_NEW_DOCUMENT_SEND_API1 &lt;/P&gt;&lt;P&gt;SAPoffice: Send new document &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 00:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398419#M534073</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T00:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Customer statement through E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398420#M534074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to copy sap standard print program to custom program and do the modification..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like form and print program will trigger at F.27 transaction ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form name would be F140_ACC_STAT_01 &lt;/P&gt;&lt;P&gt;Print program would be FKORD10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy the layout and program into custom and keep the form and program at OB96 Transaction ( ask ur functional guy )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this FM SO_NEW_DOCUMENT_ATT_SEND_API1 in  print program to send an email.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 00:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398420#M534074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T00:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Customer statement through E-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398421#M534075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DJ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting an error as "gd_spool_nr.....Unknown"...what should i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 03:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-customer-statement-through-e-mail/m-p/2398421#M534075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T03:35:24Z</dc:date>
    </item>
  </channel>
</rss>

