<?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 CL_GUI_HTML_VIEWER and POST request in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-and-post-request/m-p/3461099#M831604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;I want to use the CL_GUI_HTML_VIEWER to interact with a web-application. &lt;/P&gt;&lt;P&gt;When calling the URL I want to append some parameters to it in the form&lt;/P&gt;&lt;P&gt;&lt;A href="http://myurl?param1=value1&amp;amp;param2=value2&amp;amp;" target="test_blank"&gt;http://myurl?param1=value1&amp;amp;param2=value2&amp;amp;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the control sends this as GET request. So the length of the url is limited.&lt;/P&gt;&lt;P&gt;What is the limit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to call the url as unlimited POST request? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guido&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 12:11:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-07T12:11:13Z</dc:date>
    <item>
      <title>CL_GUI_HTML_VIEWER and POST request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-and-post-request/m-p/3461099#M831604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo,&lt;/P&gt;&lt;P&gt;I want to use the CL_GUI_HTML_VIEWER to interact with a web-application. &lt;/P&gt;&lt;P&gt;When calling the URL I want to append some parameters to it in the form&lt;/P&gt;&lt;P&gt;&lt;A href="http://myurl?param1=value1&amp;amp;param2=value2&amp;amp;" target="test_blank"&gt;http://myurl?param1=value1&amp;amp;param2=value2&amp;amp;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think that the control sends this as GET request. So the length of the url is limited.&lt;/P&gt;&lt;P&gt;What is the limit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to call the url as unlimited POST request? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guido&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 12:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-and-post-request/m-p/3461099#M831604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T12:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER and POST request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-and-post-request/m-p/3461100#M831605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The sample SAPHTML_EVENTS_DEMO code provides demo buttons for both "Submit input using GET method" and "Submit input using POST method" so I assume you could choose either.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "postdata_tab" in the demo is of type cnht_post_data_tab which is an internal table 256 chars wide... the CL_GUI_HTML_VIEWER class has attribute M_POSTDATA of the same type... the M_GETDATA attribute is type CNHT_URL = 2048 char (type group CNHT has the definitions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2008 23:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-and-post-request/m-p/3461100#M831605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-11T23:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_HTML_VIEWER and POST request</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-and-post-request/m-p/3461101#M831606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this demo form fields are send from the html page to SAP by a POST response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want so send parameters from SAP to the html page by a POST request to fill some input fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 08:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-html-viewer-and-post-request/m-p/3461101#M831606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T08:14:47Z</dc:date>
    </item>
  </channel>
</rss>

