<?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 Reading header fields from WebDynpro for ABAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-header-fields-from-webdynpro-for-abap/m-p/5421207#M1244318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to read the header fields from my webdynpro-application.&lt;/P&gt;&lt;P&gt;i hope it is possible to read all the fields like it is done in the BSP-App &lt;A href="http://host:port/sap/bc/bsp/sap/it00" target="test_blank"&gt;http://host:port/sap/bc/bsp/sap/it00&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to use the class cl_http_request but there were nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2009 08:09:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-06T08:09:28Z</dc:date>
    <item>
      <title>Reading header fields from WebDynpro for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-header-fields-from-webdynpro-for-abap/m-p/5421207#M1244318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to read the header fields from my webdynpro-application.&lt;/P&gt;&lt;P&gt;i hope it is possible to read all the fields like it is done in the BSP-App &lt;A href="http://host:port/sap/bc/bsp/sap/it00" target="test_blank"&gt;http://host:port/sap/bc/bsp/sap/it00&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to use the class cl_http_request but there were nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 08:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-header-fields-from-webdynpro-for-abap/m-p/5421207#M1244318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T08:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reading header fields from WebDynpro for ABAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reading-header-fields-from-webdynpro-for-abap/m-p/5421208#M1244319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found the solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: cl_request  TYPE REF TO IF_HTTP_REQUEST,
        lt_header_fields TYPE tihttpnvp,
        ls_header_fields LIKE LINE OF lt_header_fields.

  cl_request = wdr_task=&amp;gt;request.
  DATA: name TYPE string,
        value TYPE string,
        data TYPE xstring.
  CALL METHOD cl_request-&amp;gt;if_http_entity~get_header_fields
    CHANGING
      fields = lt_header_fields.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2009 08:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reading-header-fields-from-webdynpro-for-abap/m-p/5421208#M1244319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-06T08:40:52Z</dc:date>
    </item>
  </channel>
</rss>

