<?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 Calling internet browser from sap in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-internet-browser-from-sap/m-p/2892467#M679754</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;     As there are different ways of calling internet browser from SAP.&lt;/P&gt;&lt;P&gt;  Is it possible to pass the web page parameters through sap.&lt;/P&gt;&lt;P&gt; for e:g: consider any webmail page it will have login id and password.&lt;/P&gt;&lt;P&gt; now my requirement is that can i pass these values from sap and click on some button on sap and it should trigger the internet browser through sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Currently i need this requirement to work in SAP 4.6C and with out the use of ITS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kishore Yerra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2007 08:48:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-19T08:48:15Z</dc:date>
    <item>
      <title>Calling internet browser from sap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-internet-browser-from-sap/m-p/2892467#M679754</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;     As there are different ways of calling internet browser from SAP.&lt;/P&gt;&lt;P&gt;  Is it possible to pass the web page parameters through sap.&lt;/P&gt;&lt;P&gt; for e:g: consider any webmail page it will have login id and password.&lt;/P&gt;&lt;P&gt; now my requirement is that can i pass these values from sap and click on some button on sap and it should trigger the internet browser through sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Currently i need this requirement to work in SAP 4.6C and with out the use of ITS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kishore Yerra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 08:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-internet-browser-from-sap/m-p/2892467#M679754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T08:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calling internet browser from sap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-internet-browser-from-sap/m-p/2892468#M679755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go under properties for your iView and change/ add the following parameter. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Launch in New Window: Display in external window (parameter=1)&lt;/P&gt;&lt;P&gt;- Window Features: scrollbars=no,toolbar=no,status=no,directories=no,menuebar=no,location=no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, bind your iView to your portal role and test it directly (do not use iView preview after changing, in some cases it does not update correctly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward point if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 09:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-internet-browser-from-sap/m-p/2892468#M679755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T09:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calling internet browser from sap</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-internet-browser-from-sap/m-p/2892469#M679756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mrutyun^, you seem to have answered someone else's question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore, there are some function modules not all of which may be available in 4.6 so you will need to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL_BROWSER takes a url with the option to open a new window or embed in SAPgui&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_EXECUTE will let you run a frontend command with parameters, so you could call browser.exe to open the browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 09:18:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-internet-browser-from-sap/m-p/2892469#M679756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T09:18:18Z</dc:date>
    </item>
  </channel>
</rss>

