<?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 in ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-alv/m-p/1784290#M337860</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;A suggested,hotspot is the best approach.Check this tutorial for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Dec 2006 03:44:20 GMT</pubDate>
    <dc:creator>jayanthi_jayaraman</dc:creator>
    <dc:date>2006-12-20T03:44:20Z</dc:date>
    <item>
      <title>Hyperlink in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-alv/m-p/1784287#M337857</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 radiobuttons to display to different field catalogs in ALV Report. Instead i want to display an hyperlink in the grid display and when i click on that it should display the other field catalog. Can u help me on this. Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 02:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-alv/m-p/1784287#M337857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T02:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-alv/m-p/1784288#M337858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The hotspot (hyperlink) will have to be enabled at a specific field level on the grid. So, for whichever field you want to have this feature, set the HOTPSOT attribute for that field to X in the field catalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you handle the event of hotspot click for the grid and do the same what you are doing for the radio button now. The following examples show you how to use the events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With ALV Grid Control - BCALV_TEST_GRID_EVENTS&lt;/P&gt;&lt;P&gt;With REUSE function - BCALV_TEST_FULLSCREEN_EVENTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 03:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-alv/m-p/1784288#M337858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T03:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-alv/m-p/1784289#M337859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik , &lt;/P&gt;&lt;P&gt;  I dont think there is a concept of hyperlink in ALV , but a similar concept exists called hotspot.&lt;/P&gt;&lt;P&gt;You can set hotspot on a field by setting the value of hotspot in the field catalog to 'X'.&lt;/P&gt;&lt;P&gt;Now in the ALV display when ever you click on a field which is hotspot enabled , then an event is trrigered , so you need to handle this event and write the code to display your secondary ALV .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 03:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-alv/m-p/1784289#M337859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T03:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-alv/m-p/1784290#M337860</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;A suggested,hotspot is the best approach.Check this tutorial for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e8a1d690-0201-0010-b7ad-d9719a415907&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 03:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hyperlink-in-alv/m-p/1784290#M337860</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-20T03:44:20Z</dc:date>
    </item>
  </channel>
</rss>

