<?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 Call browser function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-browser-function/m-p/1044514#M87491</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;I am using CALL_BROWSER function to call a jsp application within SAP CRM system. This works fine from my PC. However one of our users is getting an error as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Windows cannot find "C:\PROGRA~1\Yahoo!\browser\ybrowser.exe%1'. Make sure you typed the name correctly and then try again"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do any one know if this is due to some file missing on the user's PC? If so, could you please let me know what we need to install.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandrika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Oct 2005 13:48:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-28T13:48:17Z</dc:date>
    <item>
      <title>Call browser function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-browser-function/m-p/1044514#M87491</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;I am using CALL_BROWSER function to call a jsp application within SAP CRM system. This works fine from my PC. However one of our users is getting an error as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Windows cannot find "C:\PROGRA~1\Yahoo!\browser\ybrowser.exe%1'. Make sure you typed the name correctly and then try again"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do any one know if this is due to some file missing on the user's PC? If so, could you please let me know what we need to install.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandrika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 13:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-browser-function/m-p/1044514#M87491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-28T13:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Call browser function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-browser-function/m-p/1044515#M87492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandrika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your error looks like a windows error. Maybe check if in a CMD you can run this line. (start -&amp;gt; run -&amp;gt; "cmd")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 13:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-browser-function/m-p/1044515#M87492</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2005-10-28T13:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Call browser function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-browser-function/m-p/1044516#M87493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandrika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Browser on the user's machine might be defaulted to the ybrowser from Yahoo.&lt;/P&gt;&lt;P&gt;You may troubleshoot the user's machine by calling the CALL_BROWSER function module in Test mode in SE37 and give some URL like &lt;A href="https://community.sap.com/www.sdn.dap.com" target="test_blank"&gt;www.sdn.dap.com&lt;/A&gt;. If it works, then check how this function is called in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 14:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-browser-function/m-p/1044516#M87493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-28T14:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Call browser function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-browser-function/m-p/1044517#M87494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandrika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was this problem resolved? It is an interesting issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2005 16:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-browser-function/m-p/1044517#M87494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-03T16:09:15Z</dc:date>
    </item>
  </channel>
</rss>

