<?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 Problem with sending e-mail in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358685#M1233596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a custom program which can send account statements to the user by fax or e-mail as specified on the selection screen. I am facing a problem while sending e-mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I call the End_form FM, if the ITCPP-TDIMMED (Print immediately) parameter is 'X', then it sends e-mails to all the customer properly, but it will give pop-ups to save the account statement as PDF on your pc for as many times as there are customers.&lt;/P&gt;&lt;P&gt;If I pass the ITCPP-TDIMMED as blank, then it won't give pop-ups but it will not send e-mail to all customers. This is because, inside the End_form FM -&amp;gt; FM RSPO_SR_OPEN, system function C_START_SPOOL_JOB is called. If the print_immediately parameter for this function is 'X' then it generates new spool number every time and so it sends mail to all the customers. If print_immediately is blank, then it will generate only one spool ID and so it will send e-mail to only one customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality for fax is different. Spool is not generated for fax, so it sends fax correctly and does not give pop ups for saving the account statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is, I want to avoid the pop ups for saving and send the e-mail to all cutomers properly.&lt;/P&gt;&lt;P&gt;Has anyone faced the same problem? Is there any work wround this situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2009 15:49:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-24T15:49:20Z</dc:date>
    <item>
      <title>Problem with sending e-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358685#M1233596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a custom program which can send account statements to the user by fax or e-mail as specified on the selection screen. I am facing a problem while sending e-mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I call the End_form FM, if the ITCPP-TDIMMED (Print immediately) parameter is 'X', then it sends e-mails to all the customer properly, but it will give pop-ups to save the account statement as PDF on your pc for as many times as there are customers.&lt;/P&gt;&lt;P&gt;If I pass the ITCPP-TDIMMED as blank, then it won't give pop-ups but it will not send e-mail to all customers. This is because, inside the End_form FM -&amp;gt; FM RSPO_SR_OPEN, system function C_START_SPOOL_JOB is called. If the print_immediately parameter for this function is 'X' then it generates new spool number every time and so it sends mail to all the customers. If print_immediately is blank, then it will generate only one spool ID and so it will send e-mail to only one customer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Functionality for fax is different. Spool is not generated for fax, so it sends fax correctly and does not give pop ups for saving the account statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is, I want to avoid the pop ups for saving and send the e-mail to all cutomers properly.&lt;/P&gt;&lt;P&gt;Has anyone faced the same problem? Is there any work wround this situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 15:49:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358685#M1233596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T15:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sending e-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358686#M1233597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Field ITCPP-TDNEWID determines if a spool is to be created or not. Make sure you pass the value you need (X for newspool BLANK prepends to the current open spool). More specifically you want to pass that value to parameter APPEND of FM RSPO_SR_OPEN. In this case 'X' = append to current open spool and BLANK = new spool. &lt;/P&gt;&lt;P&gt;As for the pop ups there MUST be message statement (or call screen) somewhere in your end_form. What exactly is the pop up message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 20:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358686#M1233597</guid>
      <dc:creator>vyende</dc:creator>
      <dc:date>2009-03-24T20:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sending e-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358687#M1233598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying. But I cannot keep the value of ITCPP-TDIMMED as blank because it will then generate only one spool and will send mail to only one customer.&lt;/P&gt;&lt;P&gt;Basically the program e-mails or faxes the account statements in PDF format. So I have installed PDF creater and set it as my default printer.. The pop up it gives is for saving the generated PDF account statement on your pc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 21:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358687#M1233598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T21:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sending e-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358688#M1233599</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;Instead of using single mail id, if you use the group mail (which will be created by basis with all required mail ids) then i hope problem will be resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 21:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358688#M1233599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T21:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sending e-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358689#M1233600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Instead of using single mail id, if you use the group mail (which will be created by basis with all required mail ids) then i hope problem will be resolved." &lt;/P&gt;&lt;P&gt;You cannot do this because the each mail recipient will receive all attachments&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 21:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358689#M1233600</guid>
      <dc:creator>vyende</dc:creator>
      <dc:date>2009-03-24T21:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sending e-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358690#M1233601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mail IDs are not fixed. It depends on the customers entered on the selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 00:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358690#M1233601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T00:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with sending e-mail</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358691#M1233602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/people/thomas.jung3/blog/2004/09/09/receiving-e-mail-and-processing-it-with-abap--version-610-and-higher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 07:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-sending-e-mail/m-p/5358691#M1233602</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T07:33:39Z</dc:date>
    </item>
  </channel>
</rss>

