<?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 how to call web address in modulepool program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-web-address-in-modulepool-program/m-p/6914048#M1483294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to call web address in module pool programm screen, when user press the Customer Loading Profile button in module pool screen 1100, it needs to call this web address :	&lt;A href="http://intra.spoornet.co.za/newintranet/Departments/gfb_pages/default.htm/" target="test_blank"&gt;http://intra.spoornet.co.za/newintranet/Departments/gfb_pages/default.htm/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Apr 2010 08:34:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-26T08:34:45Z</dc:date>
    <item>
      <title>how to call web address in modulepool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-web-address-in-modulepool-program/m-p/6914048#M1483294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to call web address in module pool programm screen, when user press the Customer Loading Profile button in module pool screen 1100, it needs to call this web address :	&lt;A href="http://intra.spoornet.co.za/newintranet/Departments/gfb_pages/default.htm/" target="test_blank"&gt;http://intra.spoornet.co.za/newintranet/Departments/gfb_pages/default.htm/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 08:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-web-address-in-modulepool-program/m-p/6914048#M1483294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-26T08:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to call web address in modulepool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-web-address-in-modulepool-program/m-p/6914049#M1483295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the FM      CALL_BROWSER and pass your URL in the  URL parameter of the FM &lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Thaks and regards,&lt;/P&gt;&lt;P&gt;Anup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 08:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-web-address-in-modulepool-program/m-p/6914049#M1483295</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2010-04-26T08:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to call web address in modulepool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-web-address-in-modulepool-program/m-p/6914050#M1483296</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;&lt;/P&gt;&lt;P&gt;in the PAI of that screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data  lv_href(2048) type C value ' Ur Link'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use this FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'DSVAS_DOC_WS_EXECUTE_50'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   COMMANDLINE              = lv_href&lt;/P&gt;&lt;P&gt;   PROGRAM                  = 'iexplore'&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   FRONTEND_ERROR           = 1&lt;/P&gt;&lt;P&gt;   NO_BATCH                 = 2&lt;/P&gt;&lt;P&gt;   PROG_NOT_FOUND           = 3&lt;/P&gt;&lt;P&gt;   ILLEGAL_OPTION           = 4&lt;/P&gt;&lt;P&gt;   GUI_REFUSE_EXECUTE       = 5&lt;/P&gt;&lt;P&gt;   OTHERS                   = 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 09:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-web-address-in-modulepool-program/m-p/6914050#M1483296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-26T09:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to call web address in modulepool program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-web-address-in-modulepool-program/m-p/6914051#M1483297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can try something like &lt;/P&gt;&lt;P&gt;--create a HTML container on your module pool screen&lt;/P&gt;&lt;P&gt;--create a variable and store the web address in this variable say doc_url.&lt;/P&gt;&lt;P&gt;--create custom container variable say my_container type ref to cl_gui_custom_container&lt;/P&gt;&lt;P&gt;--create object my_container&lt;/P&gt;&lt;P&gt;          exporting &lt;/P&gt;&lt;P&gt;             container_name = 'HTML'.&lt;/P&gt;&lt;P&gt;--create html controller variable say html_control type ref to cl_gui_html_viewer&lt;/P&gt;&lt;P&gt;--create object html_control&lt;/P&gt;&lt;P&gt;          exporting &lt;/P&gt;&lt;P&gt;             parent = m_container.&lt;/P&gt;&lt;P&gt;--then call the method show_url passing the varaibel holding the web address&lt;/P&gt;&lt;P&gt;-- call method html_control-&amp;gt;show_url&lt;/P&gt;&lt;P&gt;                  exporting&lt;/P&gt;&lt;P&gt;                        url = doc_url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Apr 2010 09:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-web-address-in-modulepool-program/m-p/6914051#M1483297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-26T09:04:44Z</dc:date>
    </item>
  </channel>
</rss>

