<?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: function module for hyperlink in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703942#M308462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  zkb_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_string TYPE string VALUE 'http://sap.com'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE / v_string HOTSPOT ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&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                    = 'http://sap.com'&lt;/P&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;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 15:18:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T15:18:03Z</dc:date>
    <item>
      <title>function module for hyperlink</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703936#M308456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;function module for hyperlink&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:07:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703936#M308456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T15:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: function module for hyperlink</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703937#M308457</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;U should use the option HOTSPOT, but you should explain what you exactly need to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703937#M308457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T15:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: function module for hyperlink</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703938#M308458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the below ones...&lt;/P&gt;&lt;P&gt;SIMO_OBJECT_EDIT&lt;/P&gt;&lt;P&gt;SIMO_OBJECT_SHOW&lt;/P&gt;&lt;P&gt;SIMO_OBJECT_TITLE&lt;/P&gt;&lt;P&gt;DSYS_OUTLINE_OBJECTS&lt;/P&gt;&lt;P&gt;DSYS_SHOW_FOR_F1HELP&lt;/P&gt;&lt;P&gt;SIMO_OBJECT_SHOWX&lt;/P&gt;&lt;P&gt;SIMO_OBJECT_TITLEX&lt;/P&gt;&lt;P&gt;V80P_PAOBJ_SETZEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703938#M308458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T15:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: function module for hyperlink</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703939#M308459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chk this help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_crm50/helpdata/en/7a/504e380745427ee10000009b38f842/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_crm50/helpdata/en/7a/504e380745427ee10000009b38f842/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:11:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703939#M308459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T15:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: function module for hyperlink</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703940#M308460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shilpa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible with the GUI function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call GUI_RUN Function module with &lt;/P&gt;&lt;P&gt;Command as  IEXPLORE.EXE and parameter as &lt;A href="https://community.sap.com/WWW.GOOGLE.COM" target="test_blank"&gt;WWW.GOOGLE.COM&lt;/A&gt;, it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703940#M308460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: function module for hyperlink</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703941#M308461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shilpa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition to Max's suggestion, please check this sample program from other thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report zrich_0001.
 
data: begin of itab occurs 0,
      url(1000) type c,
      end of itab.
 
itab-url  = 'http:\www.sap.com'.  append itab.
itab-url  = 'http:\help.sap.com'.  append itab.
itab-url  = 'http:\www.sdn.sap.com'.  append itab.
itab-url  = 'http:\www.bpx.sap.com'.  append itab.
 
loop at itab.
  format hotspot on.
  write:/ itab-url.
  hide itab-url.
  format hotspot off.
 
endloop.
 
at line-selection.
 
  data: url type string.
 
  url = itab-url.
  call method cl_gui_frontend_services=&amp;gt;execute
    exporting
      document = url.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703941#M308461</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2006-11-21T15:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: function module for hyperlink</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703942#M308462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REPORT  zkb_test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_string TYPE string VALUE 'http://sap.com'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WRITE / v_string HOTSPOT ON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&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                    = 'http://sap.com'&lt;/P&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;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 15:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-hyperlink/m-p/1703942#M308462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T15:18:03Z</dc:date>
    </item>
  </channel>
</rss>

