<?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: Adding a hyperlink to a Dynpro in screen painter in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420847#M201991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;   I think Peter's solution solves your issue.&lt;/P&gt;&lt;P&gt;YOu can also use the FM &amp;lt;b&amp;gt;call_browser&amp;lt;/b&amp;gt; to open a link.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jun 2006 14:15:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-22T14:15:09Z</dc:date>
    <item>
      <title>Adding a hyperlink to a Dynpro in screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420844#M201988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to add a hyperlink to a screen in R/3 version 46C.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an on-line form for RTPs which contains a lot of information which isn't available in the SAP RTP screen. The easiest way for us to get this information to the purchasers would be to add a hyperlink from the RTP screen ( SAPLXM02 screen 0111 ) to the on-line form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2006 13:41:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420844#M201988</guid>
      <dc:creator>former_member498918</dc:creator>
      <dc:date>2006-06-22T13:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a hyperlink to a Dynpro in screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420845#M201989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Karen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When an Internet user requests an ITS service by clicking on a URL hyperlink or keying in a URL address in a Web browser to run a IACEWT, the request is processed as follows:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The Web browser passes the request to the Web server. &lt;/P&gt;&lt;P&gt;2. The Web server calls the server-specific ITS extension WGate - WGate is the link between the ITS and the Web server. WGate is a Web server extension that encapsulates the various supported HTTP server interfaces such as: CGI (Common Gateway Interface), NSAPI (Netscape Server Application Programming Interface), ISAPI (Internet Server Application Programming Interface) in a transparent manner that passes the requested data to the ITS AGate component. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. WGate forwards the request to the ITS server process called AGate (which may or may not reside on the same machine.) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. AGate is the link between the ITS and the SAP R3 application server. AGate is the core processing component of the ITS. It receives Web browser request from WGate and communicates with the SAP R3 application server via the DIAG or RFC protocol. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. AGate then processes the requests, and sends all relevant details (including logon information) to the SAP R3 system, which either starts the first dialog step of a new transaction of submits further data for the next dialog step of a transaction already started.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. SAP R3 starts the transaction for the service requested and sends the screen output to AGate.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;7. When the dialog step has finished, AGate retrieves the result from SAP R3, and is responsible for session management, including mapping of SAP R3 screen or function modules to HTML, web session timeout handling, SAP R3 connection management and generation of HTML documents that are sent back to the Web browser client. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8. AGate forwards the formatted HTML page to WGate.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9. WGate forwards the formatted HTML page to the Web server. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10. The Web server sends the formatted HTML page to the Web browser, where it can be viewed by the user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ITS is downward compatible, therefore the ITS release must be the same or higher than the SAP R/3 kernel release.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above info is from the link: &lt;A href="http://www.sap-img.com/bc047.htm" target="test_blank"&gt;http://www.sap-img.com/bc047.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it out for more info &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find it useful, please reward me for the same.&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik Potharaju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2006 13:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420845#M201989</guid>
      <dc:creator>former_member189629</dc:creator>
      <dc:date>2006-06-22T13:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a hyperlink to a Dynpro in screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420846#M201990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a text field, which responds to double click, then in the PAI you can call cl_gui_frontend_services=&amp;gt;execute like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL METHOD cl_gui_frontend_services=&amp;gt;execute&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          document               = gv_docu_url&lt;/P&gt;&lt;P&gt;          maximized              = c_flagged&lt;/P&gt;&lt;P&gt;        EXCEPTIONS&lt;/P&gt;&lt;P&gt;          cntl_error             = 1&lt;/P&gt;&lt;P&gt;          error_no_gui           = 2&lt;/P&gt;&lt;P&gt;          bad_parameter          = 3&lt;/P&gt;&lt;P&gt;          file_not_found         = 4&lt;/P&gt;&lt;P&gt;          path_not_found         = 5&lt;/P&gt;&lt;P&gt;          file_extension_unknown = 6&lt;/P&gt;&lt;P&gt;          error_execute_failed   = 7&lt;/P&gt;&lt;P&gt;          OTHERS                 = 8                      .&lt;/P&gt;&lt;P&gt;      IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;        MESSAGE.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2006 14:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420846#M201990</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2006-06-22T14:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a hyperlink to a Dynpro in screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420847#M201991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karen,&lt;/P&gt;&lt;P&gt;   I think Peter's solution solves your issue.&lt;/P&gt;&lt;P&gt;YOu can also use the FM &amp;lt;b&amp;gt;call_browser&amp;lt;/b&amp;gt; to open a link.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2006 14:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420847#M201991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-22T14:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a hyperlink to a Dynpro in screen painter</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420848#M201992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you to everyone who replied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A button and the code from Peter did the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jun 2006 15:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-a-hyperlink-to-a-dynpro-in-screen-painter/m-p/1420848#M201992</guid>
      <dc:creator>former_member498918</dc:creator>
      <dc:date>2006-06-22T15:48:04Z</dc:date>
    </item>
  </channel>
</rss>

