<?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: OPEN_FORM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/1348911#M175333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please verify your SCOT Tcode settings in both systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2006 14:18:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-10T14:18:49Z</dc:date>
    <item>
      <title>OPEN_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/1348908#M175330</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;My requirement is to set a output type BA00 for sending a mail for order confirmation.&lt;/P&gt;&lt;P&gt;In development system its working fine&lt;/P&gt;&lt;P&gt;But in Quality system while issuing the O/P i am getting following error:&lt;/P&gt;&lt;P&gt;'Cannot process message, no route from  to '&lt;/P&gt;&lt;P&gt;If i click on this error the explanation for this error is as below:&lt;/P&gt;&lt;P&gt;_________________________________________________&lt;/P&gt;&lt;P&gt;Cannot process message, no route from  to&lt;/P&gt;&lt;P&gt;Message no. XS826&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;To continue processing, the system requires a valid route from sender to recipient  (type ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Response&lt;/P&gt;&lt;P&gt;The action was terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;If this error was generated within R/3 by SAPconnect, you have the following options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a route (i.e. assign a suitable address area, which covers the above address, to a node).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Check whether the route exists, but the node to which it is assigned is not in operation. If this is the case, change the route or put the node into operation.&lt;/P&gt;&lt;P&gt;2. Change the recipient address if it has been entered incorrectly.&lt;/P&gt;&lt;P&gt;If the error was detected outside of R/3, please read the operator's manual for your communication software or contact the manufacturer.&lt;/P&gt;&lt;P&gt;___________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debug i found that open_form raise an exception 6 (MAIL_OPTIONS)which might be the reason for this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me how to correct this error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;-Harkamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 13:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/1348908#M175330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T13:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/1348909#M175331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harkamal &lt;/P&gt;&lt;P&gt;1.Make sure that you copied/transported the form into your testing system .&lt;/P&gt;&lt;P&gt;2. Make sure you done the all the configuration required to fire the output type .&lt;/P&gt;&lt;P&gt;3.Make sure your testing is capable to send a mail . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have done all these, still also if u will get the problem try to activate the script debuuger, whether the script is executing or not .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to debug the program from point where you will be getting error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;HOpe This Info Helps YOU.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 14:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/1348909#M175331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T14:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/1348910#M175332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raghav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debugged the program and i found that open_form &lt;/P&gt;&lt;P&gt;Exception 6 (MAil_option) has been raised.&lt;/P&gt;&lt;P&gt;But i am not bale to find out the cause of this exception&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks n Regards,&lt;/P&gt;&lt;P&gt;Harkamal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 14:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/1348910#M175332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN_FORM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/1348911#M175333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please verify your SCOT Tcode settings in both systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 14:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-form/m-p/1348911#M175333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T14:18:49Z</dc:date>
    </item>
  </channel>
</rss>

