<?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: Use HYPERLINK In ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-hyperlink-in-alv/m-p/4337266#M1033168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="423527"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2008 11:21:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-25T11:21:44Z</dc:date>
    <item>
      <title>Use HYPERLINK In ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-hyperlink-in-alv/m-p/4337264#M1033166</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;i have requirement to add a hyperLink in ALV Report Output.&lt;/P&gt;&lt;P&gt;i have added the following code in my code but hyperlink('www.google.com' ) is not showing in the report output and when i execute the report then 'www.google.com' opens in the web browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  write : 'www.google.com' hotspot on.&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.google.com'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  WINDOW_NAME                  = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  NEW_WINDOW                   = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  BROWSER_TYPE                 =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONTEXTSTRING                =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     frontend_not_supported       = 1&lt;/P&gt;&lt;P&gt;     frontend_error               = 2&lt;/P&gt;&lt;P&gt;     prog_not_found               = 3&lt;/P&gt;&lt;P&gt;     no_batch                     = 4&lt;/P&gt;&lt;P&gt;     unspecified_error            = 5&lt;/P&gt;&lt;P&gt;     OTHERS                       = 6&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 11:15:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-hyperlink-in-alv/m-p/4337264#M1033166</guid>
      <dc:creator>former_member541575</dc:creator>
      <dc:date>2008-08-25T11:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Use HYPERLINK In ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-hyperlink-in-alv/m-p/4337265#M1033167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1015546"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and just use the code in my post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 11:17:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-hyperlink-in-alv/m-p/4337265#M1033167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T11:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Use HYPERLINK In ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/use-hyperlink-in-alv/m-p/4337266#M1033168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="423527"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2008 11:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/use-hyperlink-in-alv/m-p/4337266#M1033168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-25T11:21:44Z</dc:date>
    </item>
  </channel>
</rss>

