<?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: ALV Hyperlinks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018004#M412675</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2953223"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satyendra.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Award points if it helps ..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2007 06:19:44 GMT</pubDate>
    <dc:creator>satykumar</dc:creator>
    <dc:date>2007-03-20T06:19:44Z</dc:date>
    <item>
      <title>ALV Hyperlinks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018001#M412672</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 my OO ABAP ALV report i use containers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in my Top of page or in the header: I have a Hyperlink displayed. Now it opens that link in the same window. I need that link to be displayed in the NEW/SEPARATE window. I'm using the method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD p_dyndoc_id-&amp;gt;add_link&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;url = 'www.google.com'&lt;/P&gt;&lt;P&gt;text = l_text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls help&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 05:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018001#M412672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T05:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Hyperlinks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018002#M412673</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;You can use FM CALL_BROWSER for this purpose. Pass URL to this FM.&lt;/P&gt;&lt;P&gt;set importing parameter NEW_WINDOW to 'X' for open the URL in new window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satyendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 05:45:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018002#M412673</guid>
      <dc:creator>satykumar</dc:creator>
      <dc:date>2007-03-20T05:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Hyperlinks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018003#M412674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will realyy help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But just one problem. When i click on the URL..How to catch that ONCLICK event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in this ebent i'm planning to call this FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you pls help me with an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 06:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018003#M412674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T06:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Hyperlinks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018004#M412675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2953223"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satyendra.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Award points if it helps ..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 06:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018004#M412675</guid>
      <dc:creator>satykumar</dc:creator>
      <dc:date>2007-03-20T06:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Hyperlinks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018005#M412676</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;Thanks again for th ereply.&lt;/P&gt;&lt;P&gt;That link will not help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm displaying the URl in the Header using ADD_LINK method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways i will award points to ur previous help..&lt;/P&gt;&lt;P&gt;And post this as another query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 07:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-hyperlinks/m-p/2018005#M412676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T07:04:50Z</dc:date>
    </item>
  </channel>
</rss>

