<?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>Question Re: Wait...Your request is being processed in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/wait-your-request-is-being-processed/qaa-p/1822533#M799587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Elvez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this behavior is do to the &amp;lt;xhtmlb:protectDoubleSubmit&amp;gt; what can not be user together with download. As the browser where the protect is active is never reciving a repsonse from the server. &amp;gt;&amp;gt; It does not knows when to remove this element.&lt;/P&gt;&lt;P&gt;Please correct your page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dezso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jan 2007 08:27:05 GMT</pubDate>
    <dc:creator>former_member191062</dc:creator>
    <dc:date>2007-01-05T08:27:05Z</dc:date>
    <item>
      <title>Wait...Your request is being processed</title>
      <link>https://community.sap.com/t5/technology-q-a/wait-your-request-is-being-processed/qaq-p/1822532</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;I am successfully downloading a PDF document, but the calling window never stops processing and displays &amp;lt;b&amp;gt;Wait...Your request is being processed&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I prevent that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some coding from the OnInputProcessing event handler:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* some Browsers have caching problems when loading PDF format
  runtime-&amp;gt;server-&amp;gt;response-&amp;gt;set_header_field(
                     name  = 'cache-control'
                     value = 'max-age=0' ).

* set file name
 runtime-&amp;gt;server-&amp;gt;response-&amp;gt;set_header_field(
                     name  = 'content-disposition'
                     value = lv_filename ).

* finally display PDF format in Browser
  runtime-&amp;gt;server-&amp;gt;response-&amp;gt;set_data( data   = l_pdf_xstring
                      length = l_pdf_len ).

navigation-&amp;gt;response_complete( ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2007 15:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wait-your-request-is-being-processed/qaq-p/1822532</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2007-01-04T15:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Wait...Your request is being processed</title>
      <link>https://community.sap.com/t5/technology-q-a/wait-your-request-is-being-processed/qaa-p/1822533#M799587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Elvez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this behavior is do to the &amp;lt;xhtmlb:protectDoubleSubmit&amp;gt; what can not be user together with download. As the browser where the protect is active is never reciving a repsonse from the server. &amp;gt;&amp;gt; It does not knows when to remove this element.&lt;/P&gt;&lt;P&gt;Please correct your page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dezso&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 08:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wait-your-request-is-being-processed/qaa-p/1822533#M799587</guid>
      <dc:creator>former_member191062</dc:creator>
      <dc:date>2007-01-05T08:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Wait...Your request is being processed</title>
      <link>https://community.sap.com/t5/technology-q-a/wait-your-request-is-being-processed/qaa-p/1822534#M799588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dezso,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply - that explains why SAP is not using this behaviour in their standard applications. One final question before I set the question as answered - would it solve my problem to simply remove &amp;lt;xhtmlb:protectDoubleSubmit&amp;gt;? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 16:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wait-your-request-is-being-processed/qaa-p/1822534#M799588</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2007-01-05T16:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Wait...Your request is being processed</title>
      <link>https://community.sap.com/t5/technology-q-a/wait-your-request-is-being-processed/qaa-p/1822535#M799589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes if you remove &amp;lt;xhtmlb:protectDoubleSubmit&amp;gt;, you wont get message "wait..your request is being processes" at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jan 2007 17:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/wait-your-request-is-being-processed/qaa-p/1822535#M799589</guid>
      <dc:creator>raja_thangamani</dc:creator>
      <dc:date>2007-01-05T17:58:20Z</dc:date>
    </item>
  </channel>
</rss>

