<?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: cl_gui_frontend_services=&amp;gt;execute in function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003893#M1698089</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question of how to get a file to a local workstation in background has been discussed many times. Please search. Thread locked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2012 08:33:14 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2012-09-17T08:33:14Z</dc:date>
    <item>
      <title>cl_gui_frontend_services=&gt;execute in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003889#M1698085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a function module and i use cl_gui_frontend_services=&amp;gt;execute method in this FM to trigger a BAT file in local computer.&lt;/P&gt;&lt;P&gt;When i run this function module in debug mode, i simply run this method with F6 and it works,&amp;nbsp; but when i call this FM directly without debugging, this method doesnt work. &lt;/P&gt;&lt;P&gt;I read that this class doesnt work in background process. So how does it work in debug mode? Is there a way to run this method in function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 08:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003889#M1698085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-17T08:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: cl_gui_frontend_services=&gt;execute in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003890#M1698086</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;if you are working in debugging-mode, your report has an active connection to your local workstation through SAP GUI. With this connection, it is possible to create lcoal files via the class CL_GUI_FRONTEND_SERVICES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your report is running in batch-mode, you cannot access to your local workstation, because there is no one. All things are running on an workprocess-instance on your application server having no GUI-connection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least, you cannot know, which user has started your report in background and create a file on his workstation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Hendrik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 08:07:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003890#M1698086</guid>
      <dc:creator>hendrik_brandes</dc:creator>
      <dc:date>2012-09-17T08:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: cl_gui_frontend_services=&gt;execute in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003891#M1698087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aydin,&lt;/P&gt;&lt;P&gt;CL_GUI_FRONTEND_SERVICES class does not work for BG or other GUI functions....find alternate solution.&lt;/P&gt;&lt;P&gt;And as per knowledge debug mode is forground mode process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Amol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 08:12:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003891#M1698087</guid>
      <dc:creator>amol_samte</dc:creator>
      <dc:date>2012-09-17T08:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: cl_gui_frontend_services=&gt;execute in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003892#M1698088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you suggest for that? How can i trigger a BAT file at my local computer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 08:28:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003892#M1698088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-17T08:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: cl_gui_frontend_services=&gt;execute in function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003893#M1698089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The question of how to get a file to a local workstation in background has been discussed many times. Please search. Thread locked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 08:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-frontend-services-gt-execute-in-function-module/m-p/9003893#M1698089</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2012-09-17T08:33:14Z</dc:date>
    </item>
  </channel>
</rss>

