<?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: HTML Address in ABAP Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-address-in-abap-code/m-p/1180099#M125539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for lists you can use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: / 'click here to go to' .&lt;/P&gt;&lt;P&gt;  FORMAT HOTSPOT ON.FORMAT INTENSIFIED ON.&lt;/P&gt;&lt;P&gt;  WRITE: 'www.google.com'. HIDE URL_TABLE.&lt;/P&gt;&lt;P&gt;  FORMAT HOTSPOT OFF.FORMAT INTENSIFIED OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;data: fnam(40) ,&lt;/P&gt;&lt;P&gt;      fval(300) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get cursor field fnam value fval .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CALL_BROWSER'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   URL                          = fval&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                 = BROWSER_TYPE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONTEXTSTRING                = 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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2006 11:50:35 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2006-02-22T11:50:35Z</dc:date>
    <item>
      <title>HTML Address in ABAP Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-address-in-abap-code/m-p/1180096#M125536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created some new R/3 screens that are viewed within MSS.  On one of these screens I want to add a web address on the screen that users can click on the address and a separate screen opens up to the web page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 10:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-address-in-abap-code/m-p/1180096#M125536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T10:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Address in ABAP Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-address-in-abap-code/m-p/1180097#M125537</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;Refer to the Report program&lt;/P&gt;&lt;P&gt;DD_ADD_LINK&lt;/P&gt;&lt;P&gt;There is a link to "http://www.mysap.com/" &lt;/P&gt;&lt;P&gt;using&lt;/P&gt;&lt;P&gt;CALL METHOD do-&amp;gt;add_link EXPORTING text = text&lt;/P&gt;&lt;P&gt;                           url = 'http://www.mysap.com/'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;pls. reward appropriate points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 11:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-address-in-abap-code/m-p/1180097#M125537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-22T11:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Address in ABAP Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-address-in-abap-code/m-p/1180098#M125538</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 do in this way , add an input/output field with the specified URL in display mode with double click event checkbox selection. if user clicks on this field , then under sy-ucomm value 'PICK' ,write the code to open another screen with the class cl_gui_html_viewer for html page display .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Laxman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 11:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-address-in-abap-code/m-p/1180098#M125538</guid>
      <dc:creator>Laxmana_Appana_</dc:creator>
      <dc:date>2006-02-22T11:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: HTML Address in ABAP Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/html-address-in-abap-code/m-p/1180099#M125539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for lists you can use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: / 'click here to go to' .&lt;/P&gt;&lt;P&gt;  FORMAT HOTSPOT ON.FORMAT INTENSIFIED ON.&lt;/P&gt;&lt;P&gt;  WRITE: 'www.google.com'. HIDE URL_TABLE.&lt;/P&gt;&lt;P&gt;  FORMAT HOTSPOT OFF.FORMAT INTENSIFIED OFF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;data: fnam(40) ,&lt;/P&gt;&lt;P&gt;      fval(300) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get cursor field fnam value fval .&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CALL_BROWSER'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   URL                          = fval&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                 = BROWSER_TYPE&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  CONTEXTSTRING                = 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;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2006 11:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/html-address-in-abap-code/m-p/1180099#M125539</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-02-22T11:50:35Z</dc:date>
    </item>
  </channel>
</rss>

