<?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: CONTROL_FLUSH_ERROR when using 'GUI_DOWNLOAD' Function Module in foreground in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737599#M1949301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Osman Pasha, you are rt but for file type = ASC with&amp;nbsp; field separator it is giving the error like 'Error in control frame work'..&lt;/P&gt;&lt;P&gt;As you mentioned it might be the SAP GUI issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Balu B &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 May 2016 12:36:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-05-26T12:36:17Z</dc:date>
    <item>
      <title>CONTROL_FLUSH_ERROR when using 'GUI_DOWNLOAD' Function Module in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737597#M1949299</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 am using function module 'GUI_DOWNLOAD' in foreground mode with APPEND = 'X' ( I need to add Header details to file ).&lt;/P&gt;&lt;P&gt;In most of the cases it works good but in some cases ( which I cannot isolate ) - I am getting CONTROL_FLUSH_ERROR exception. Do you have any ideas where can be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balu B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 12:12:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737597#M1949299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-26T12:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: CONTROL_FLUSH_ERROR when using 'GUI_DOWNLOAD' Function Module in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737598#M1949300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Check out this thread&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;A class="jive-link-external-small" href="https://forums.sdn.sap.com/click.jspa?searchID=875715&amp;amp;messageID=2952760" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7; background: transparent;"&gt;https://forums.sdn.sap.com/click.jspa?searchID=875715&amp;amp;messageID=2952760&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;You will get "CONTROL_FLUSH_ERROR " error when there is some problem with SAP GUI. Check your Gui installation and if possible uninstall the exixting GUI and reinstall the new GUI from fresh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;or use&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt; &lt;SPAN style="font-family: monospace; white-space: pre;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; CALL METHOD cl_gui_frontend_services=&amp;gt;gui_download&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bin_filesize = l_xml_size&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'c:tempflights.xml'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filetype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'BIN'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHANGING&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data_tab&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = l_xml_table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXCEPTIONS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OTHERS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 24.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&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; WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 12:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737598#M1949300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-26T12:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: CONTROL_FLUSH_ERROR when using 'GUI_DOWNLOAD' Function Module in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737599#M1949301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Osman Pasha, you are rt but for file type = ASC with&amp;nbsp; field separator it is giving the error like 'Error in control frame work'..&lt;/P&gt;&lt;P&gt;As you mentioned it might be the SAP GUI issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Balu B &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 12:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737599#M1949301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-26T12:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: CONTROL_FLUSH_ERROR when using 'GUI_DOWNLOAD' Function Module in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737600#M1949302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Balu Try to remove Append = 'X'. may be your problem will get solve.try it.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 13:18:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737600#M1949302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-26T13:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: CONTROL_FLUSH_ERROR when using 'GUI_DOWNLOAD' Function Module in foreground</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737601#M1949303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Osman, As you said if i remove the Append = 'X' i am not getting the header details in the file .&lt;/P&gt;&lt;P&gt;Actually in my case i am using the FM GUI_Download&amp;nbsp; for Header first and&amp;nbsp; then using the same FM for data in that case i need to append both Header and data in the same file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i observed that the only way we can use FM (GUI_DOWNLOAD) for header and data&amp;nbsp; without passing Append = 'x'.&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;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 08:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/control-flush-error-when-using-gui-download-function-module-in-foreground/m-p/11737601#M1949303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-05-30T08:35:16Z</dc:date>
    </item>
  </channel>
</rss>

