<?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: Hyperlink creation in module pool screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091986#M1358935</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;For creating hyperlink in a module pool program ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can either create an alv list in that u can make a col or a field of the table a hyperlink &lt;/P&gt;&lt;P&gt;and call FM CALL_BROWSER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that u need to use structure  LVC_S_HYPE like u use for creating field catalog....&lt;/P&gt;&lt;P&gt;where u can pass the component HREF of LVC_S_HYPE  to the field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or check out the following wiki &lt;/P&gt;&lt;P&gt;[https://wiki.sdn.sap.com/wiki/display/ABAP/HYPERLINK&lt;EM&gt;in&lt;/EM&gt;ALV]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u got the idea ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of Luck !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Sep 2009 09:45:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-03T09:45:31Z</dc:date>
    <item>
      <title>Hyperlink creation in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091985#M1358934</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 want to make a field in the custom screen is to be hyperlink enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user click on this field then an external website will be opened.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 09:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091985#M1358934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-03T09:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink creation in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091986#M1358935</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;For creating hyperlink in a module pool program ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can either create an alv list in that u can make a col or a field of the table a hyperlink &lt;/P&gt;&lt;P&gt;and call FM CALL_BROWSER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that u need to use structure  LVC_S_HYPE like u use for creating field catalog....&lt;/P&gt;&lt;P&gt;where u can pass the component HREF of LVC_S_HYPE  to the field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or check out the following wiki &lt;/P&gt;&lt;P&gt;[https://wiki.sdn.sap.com/wiki/display/ABAP/HYPERLINK&lt;EM&gt;in&lt;/EM&gt;ALV]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u got the idea ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best of Luck !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2009 09:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091986#M1358935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-03T09:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink creation in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091987#M1358936</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;In PBO, Create the Hotspot on the filed on which you wants to create hyperlink. In case if it is a button, you just have to add afunction code to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI, check for the sy-ucomm or ok-code and call FM CALL_BROWSER accordingly, for example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CALL_BROWSER'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   URL                          = 'www.sdn.sap.com '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 04:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091987#M1358936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T04:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink creation in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091988#M1358937</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;Thanks to both of you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to create a list box and open URL from my custom screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2009 08:56:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091988#M1358937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-08T08:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink creation in module pool screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091989#M1358938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I  am trying to open a website from a subscreen text field . I have set GUI Status with function code 'PICK' for F2 . The function module CALL_BROWSER is called at the PAI of the screen . But it is not working . When I am clicking on the text field with hyperlink,which I have brought by checking the ' Response to double click ' .,the cursor returns back to the first input field of the main screen.Pls advise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2009 09:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-creation-in-module-pool-screen/m-p/6091989#M1358938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-22T09:38:22Z</dc:date>
    </item>
  </channel>
</rss>

