<?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: Calling https:// long url from ABAP code IF_HTTP_CLIENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816222#M1781968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Use&amp;nbsp;&amp;nbsp; IF_HTTP_CLIENT~APPEND_FIELD_URL .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Oct 2013 14:09:07 GMT</pubDate>
    <dc:creator>former_member219762</dc:creator>
    <dc:date>2013-10-13T14:09:07Z</dc:date>
    <item>
      <title>Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816217#M1781963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have URL which has around 30 query stream parameters , below is the URL.&lt;/P&gt;&lt;P&gt;my URL data element is of string type , it does not accept long string, how to pass it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H1 style="margin: 13px 0 10px; font-size: 2em; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="http://xxx.xxx.xx.xx:100/xxxxx.svc/SaveJobNotification?Notificationid='abcxyz'&amp;amp;Priority='CM"&gt;http://xxx.xxx.xx.xx:100/xxxxx.svc/SaveJobNotification?Notificationid='abcxyz'&amp;amp;Priority='CM&lt;/A&gt;&lt;SPAN&gt; HIGH' &amp;amp;NotificationType='Corrective Maint.'&amp;amp;SystemStatus=''&amp;amp;UserStatus='Initial'&amp;amp;startdt='20130203'&amp;amp;starttime='122545'&amp;amp;enddt='20130205'&amp;amp;endtime='122545'&amp;amp;CodeGroup='Meter Related Code'&amp;amp;Code='Meter Install' &amp;amp;street='Plot No 87,Sawarkar Nagar'&amp;amp;city='Nagpur'&amp;amp;state='Maharashatra'&amp;amp;country='India'&amp;amp;zipcode='440021'&amp;amp;Telephone='9876543212'&amp;amp;ContactName='dfgdf'&amp;amp;PlannerGroup='dfgd'&amp;amp;DriverID='DRV0000001' &amp;amp;MaintenancePlant='Work 0001'&amp;amp;District='Houston'&amp;amp;Location='USA'&amp;amp;PriorityType='CM'&amp;amp;StatusPro='Profile1'&amp;amp;CodeType='TASK'&amp;amp;CustomerCode='118'&amp;amp;TeamID='TEAM (A)' &amp;amp;Region='Colorado'&amp;amp;CostCenter='Cost Center 1'&amp;amp;ReportedBy='Bhavana'&amp;amp;ReportedOn='20130803'&amp;amp;NotificationName='ererer'&amp;amp;Remark='erter'&amp;amp;CompanyID='CMP0000001'&amp;amp;UserID='USR0000001'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;Below is my code , how to pass these parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;METHOD&lt;/SPAN&gt; cl_http_client=&amp;gt;create_by_url&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = http_url&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;client&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = http_client&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; argument_not_found = &lt;SPAN class="L1S32"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plugin_not_active&amp;nbsp; = &lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; internal_error&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;OTHERS&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;4&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; http_client-&amp;gt;request-&amp;gt;set_header_field( name&amp;nbsp; = &lt;SPAN class="L1S33"&gt;'~request_method'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;value&lt;/SPAN&gt; = &lt;SPAN class="L1S33"&gt;'POST'&lt;/SPAN&gt; ).&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;* Send the request&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; http_client-&amp;gt;send( ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; sy-subrc &amp;lt;&amp;gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;WRITE&lt;/SPAN&gt; : &lt;SPAN class="L1S33"&gt;'Problem'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S31"&gt;* Reterive the result&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;CALL&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;METHOD&lt;/SPAN&gt; http_client-&amp;gt;receive&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXCEPTIONS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http_communication_failure = &lt;SPAN class="L1S32"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http_invalid_state&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; http_processing_failed&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;OTHERS&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &lt;SPAN class="L1S32"&gt;4&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IF&lt;/SPAN&gt; sy-subrc &amp;lt;&amp;gt; &lt;SPAN class="L1S32"&gt;0&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;WRITE&lt;/SPAN&gt; : &lt;SPAN class="L1S33"&gt;'Problem'&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;ENDIF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 13:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816217#M1781963</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2013-10-11T13:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816218#M1781964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;it does not accept long string, how to pass it.&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What is the problem you are facing ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay Bose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 13:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816218#M1781964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-11T13:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816219#M1781965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ajay,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; http_url&lt;/SPAN&gt; is of string type but my URL has more than 255 chars&lt;/P&gt;&lt;P&gt;I want to ask is their any other method to pass parameter data to my http request in the format which i mentioned in url.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 13:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816219#M1781965</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2013-10-11T13:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816220#M1781966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can CONCATENATE string literals rite ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a method available in webdynpro &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;CL_WD_UTILITIES=&amp;gt;CONSTRUCT_WD_URL&lt;/SPAN&gt; which creates the URL for a webdynpro application. Not sure if there is a method like what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ajay Bose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 14:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816220#M1781966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-11T14:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816221#M1781967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This i cannot use&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 14:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816221#M1781967</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2013-10-11T14:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816222#M1781968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Use&amp;nbsp;&amp;nbsp; IF_HTTP_CLIENT~APPEND_FIELD_URL .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Oct 2013 14:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816222#M1781968</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-10-13T14:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816223#M1781969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sreenivas,&lt;/P&gt;&lt;P&gt;Thanks for replying , this method will ultimately append field to URL.&lt;/P&gt;&lt;P&gt;URL&amp;nbsp; data type is too short to accept it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 06:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816223#M1781969</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2013-10-14T06:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816224#M1781970</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;SPAN class="L1S52"&gt;&lt;/SPAN&gt; &lt;SPAN class="L1S52"&gt;METHOD&lt;/SPAN&gt; cl_http_client=&amp;gt;create_by_url &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = http_url&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here url type is string so it is dynamic .Why it is not accepting more than 256 characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 10:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816224#M1781970</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-10-14T10:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816225#M1781971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although it is dynamic , it is not accepting more than 256 , is their any basis setting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 12:05:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816225#M1781971</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2013-10-14T12:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816226#M1781972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Split parameter stream and CONCATENATE that into another string type object and pass that object to url parameter of the method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreenivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 13:33:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816226#M1781972</guid>
      <dc:creator>former_member219762</dc:creator>
      <dc:date>2013-10-14T13:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816227#M1781973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that the length of your request is the problem but the Blanks (Spaces) in your parameters. Parameters must always be URL encoded (spaces for example become "%20").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(for these kind of requests (so many parameters) a POST would be a more proper http method I think)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 14:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816227#M1781973</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2013-10-14T14:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816228#M1781974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the Status message , requested URL is too long even i enforce it while debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/297930" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 06:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816228#M1781974</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2013-10-15T06:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816229#M1781975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Helo&lt;/P&gt;&lt;P&gt;Assuming&amp;nbsp; client to be an object of class CL_HTTP_CLIENT, you can send whaterver data (field name-value paris, plain data, compressed data, etc.) using this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; client-&amp;gt;request-&amp;gt;set_cdata( dummy ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See report RSHTTP01 for an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 06:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816229#M1781975</guid>
      <dc:creator>alejandro_mejias</dc:creator>
      <dc:date>2013-10-15T06:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816230#M1781976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; /SaveJobNotification?Notificationid=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;1234&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&amp;amp;Priority=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;CM HIGH&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&amp;amp;NotificationType=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;Corrective Maint.&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&amp;amp;SystemStatus=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&amp;amp;UserStatus=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;Initial&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&amp;amp;startdt=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;20130203&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&lt;SPAN class="L1S33"&gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L1S33"&gt;*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/SPAN&gt;&amp;amp;starttime=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;122545&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&amp;amp;enddt=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;20130205&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&amp;amp;endtime=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;122545&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&amp;amp;CodeGroup=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;Meter Related Code&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&amp;amp;&lt;SPAN class="L1S52"&gt;Code&lt;/SPAN&gt;=&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;Meter Install&lt;SPAN class="L1S33"&gt;''&lt;/SPAN&gt;&lt;SPAN class="L1S33"&gt;'&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;amp;street=&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Plot &lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 10pt;"&gt;No&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN class="L1S32" style="font-size: 10pt;"&gt;87&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,Sawarkar Nagar&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;amp;city=&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Nagpur&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;amp;state=&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;Maharashatra&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="L1S52" style="font-size: 10pt;"&gt;country&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;India&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;amp;zipcode=&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;''&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;440021&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;''&lt;/SPAN&gt;&lt;SPAN class="L1S33" style="font-size: 10pt;"&gt;' INTO http_url.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i pass this data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 07:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816230#M1781976</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2013-10-15T07:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816231#M1781977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mansih,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just a question: do you know the difference between http GET and http POST?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 08:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816231#M1781977</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2013-10-15T08:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816232#M1781978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Uwe, I have been using it lot these days, this is already post method.&lt;/P&gt;&lt;P&gt;Issue is with only POST not GET Method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816232#M1781978</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2013-10-15T09:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816233#M1781979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, then you should already know that with a POST you shouldn't pass the parameters via URL but within the message body like &lt;STRONG style="font-size: 11px; background-color: #ffffff; color: #333333;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.sap.com/amejiasp@aamp.es" id="jive-6573114736291795119160" style="padding: 0 3px 0 0; font-weight: inherit; font-style: inherit; font-size: 1.1em; font-family: inherit; color: #3778c7;"&gt;Alejandro Mejias&lt;/A&gt;&lt;/STRONG&gt; said. &lt;/P&gt;&lt;P&gt;On SCN and the ABAP documentation are enough examples on how to code this. Just search for "&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;SET_FORM_FIELD&lt;/SPAN&gt;" or "SET_CDATA".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816233#M1781979</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2013-10-15T09:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816234#M1781980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the request set content type &lt;CODE&gt;application/x-www-form-urlencoded&lt;/CODE&gt;, so the request body uses the same format as the query string:&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&lt;CODE&gt;parameter=value&amp;amp;also=another &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;CALL METHOD client-&amp;gt;request-&amp;gt;set_header_field&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;EXPORTING&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;name&amp;nbsp; = '&lt;CODE&gt;Content-Type&lt;/CODE&gt;'&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;value = '&lt;CODE&gt;application/x-www-form-urlencoded&lt;/CODE&gt;'.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client-&amp;gt;request-&amp;gt;set_cdata(&amp;nbsp; '&lt;CODE&gt;parameter=value&amp;amp;also=another&amp;amp;everythingconcatenatedas=stringtype' );&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816234#M1781980</guid>
      <dc:creator>alejandro_mejias</dc:creator>
      <dc:date>2013-10-15T09:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816235#M1781981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well Uwe, i am using oData , in this parameters are passed via URL also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 11:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816235#M1781981</guid>
      <dc:creator>CRVMANISH</dc:creator>
      <dc:date>2013-10-15T11:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calling https:// long url from ABAP code IF_HTTP_CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816236#M1781982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried one of our suggestions yet?&lt;/P&gt;&lt;P&gt;Again: you cannot use Spaces within an URL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 11:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-https-long-url-from-abap-code-if-http-client/m-p/9816236#M1781982</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2013-10-15T11:41:14Z</dc:date>
    </item>
  </channel>
</rss>

