<?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: error using method cl_gui_frontend_services=&amp;gt;gui_download in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393534#M190980</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all,&lt;/P&gt;&lt;P&gt;i appreciat your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2006 07:14:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-10T07:14:57Z</dc:date>
    <item>
      <title>error using method cl_gui_frontend_services=&gt;gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393530#M190976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello all,&lt;/P&gt;&lt;P&gt;when i use this method not in the background it working great,&lt;/P&gt;&lt;P&gt;but when i try to use this method on the background,&lt;/P&gt;&lt;P&gt;i got the error: control_flush_error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is anyone know what is the problem?&lt;/P&gt;&lt;P&gt;thanks in advanced.&lt;/P&gt;&lt;P&gt;dana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 06:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393530#M190976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T06:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: error using method cl_gui_frontend_services=&gt;gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393531#M190977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot download using this guid_download method in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use application server path, using datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 06:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393531#M190977</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-10T06:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: error using method cl_gui_frontend_services=&gt;gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393532#M190978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In background processing,&lt;/P&gt;&lt;P&gt;   no GUI (front-end computer)&lt;/P&gt;&lt;P&gt;   is avaialable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Hence, all GUI methods, and FM&lt;/P&gt;&lt;P&gt;   will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. For such purpose, we have to work with&lt;/P&gt;&lt;P&gt;   files on application server (and not front-end server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. for that purpose we  have to use&lt;/P&gt;&lt;P&gt;  OPEN DATASET, TRANSFER, CLOSE DATASET commands.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;(See F1 help on the syntax)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 07:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393532#M190978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T07:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: error using method cl_gui_frontend_services=&gt;gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393533#M190979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In background processing,&lt;/P&gt;&lt;P&gt;   no GUI (front-end computer)&lt;/P&gt;&lt;P&gt;   is avaialable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Hence, all GUI methods, and FM&lt;/P&gt;&lt;P&gt;   will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. For such purpose, we have to work with&lt;/P&gt;&lt;P&gt;   files on application server (and not front-end server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. for that purpose we  have to use&lt;/P&gt;&lt;P&gt;  OPEN DATASET, TRANSFER, CLOSE DATASET commands.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;(See F1 help on the syntax)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 07:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393533#M190979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T07:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: error using method cl_gui_frontend_services=&gt;gui_download</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393534#M190980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all,&lt;/P&gt;&lt;P&gt;i appreciat your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 07:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-using-method-cl-gui-frontend-services-gt-gui-download/m-p/1393534#M190980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T07:14:57Z</dc:date>
    </item>
  </channel>
</rss>

