<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: SAP obsolete functions (2) &#8211; CL_GUI_FRONTEND_SERVICES</title>
	<atom:link href="http://www.plinky.it/blog/2009/01/27/sap-obsolete-functions-2-cl_gui_frontend_services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.plinky.it/blog/2009/01/27/sap-obsolete-functions-2-cl_gui_frontend_services/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=sap-obsolete-functions-2-cl_gui_frontend_services</link>
	<description>The Geek House</description>
	<lastBuildDate>Tue, 31 Jan 2012 10:30:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://www.plinky.it/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Abhishek</title>
		<link>http://www.plinky.it/blog/2009/01/27/sap-obsolete-functions-2-cl_gui_frontend_services/#comment-432</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Thu, 20 May 2010 06:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.plinky.it/blog/?p=47#comment-432</guid>
		<description>FANTASTIC.</description>
		<content:encoded><![CDATA[<p>FANTASTIC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Femia</title>
		<link>http://www.plinky.it/blog/2009/01/27/sap-obsolete-functions-2-cl_gui_frontend_services/#comment-320</link>
		<dc:creator>Ivan Femia</dc:creator>
		<pubDate>Thu, 11 Mar 2010 19:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.plinky.it/blog/?p=47#comment-320</guid>
		<description>Hi mateau,

Check TCode SM49, this is a list of available executable command on server. There is also a function module.

Regards,
Ivan</description>
		<content:encoded><![CDATA[<p>Hi mateau,</p>
<p>Check TCode SM49, this is a list of available executable command on server. There is also a function module.</p>
<p>Regards,<br />
Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: meteau</title>
		<link>http://www.plinky.it/blog/2009/01/27/sap-obsolete-functions-2-cl_gui_frontend_services/#comment-319</link>
		<dc:creator>meteau</dc:creator>
		<pubDate>Thu, 11 Mar 2010 17:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.plinky.it/blog/?p=47#comment-319</guid>
		<description>Hey there...love the blog.

Am I understanding correctly that CL_GUI_FRONTEND_SERVICES is for interacting through the sap gui on the local system?
What is the comparable FM/Class for the backend.  For example, what if I wanted to call an executable on the server?</description>
		<content:encoded><![CDATA[<p>Hey there&#8230;love the blog.</p>
<p>Am I understanding correctly that CL_GUI_FRONTEND_SERVICES is for interacting through the sap gui on the local system?<br />
What is the comparable FM/Class for the backend.  For example, what if I wanted to call an executable on the server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Femia</title>
		<link>http://www.plinky.it/blog/2009/01/27/sap-obsolete-functions-2-cl_gui_frontend_services/#comment-106</link>
		<dc:creator>Ivan Femia</dc:creator>
		<pubDate>Mon, 04 May 2009 18:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.plinky.it/blog/?p=47#comment-106</guid>
		<description>You&#039;re right, this is only a starting point to the most common use cases.

To determine the user operating system have you tryed CL_GUI_FRONTEND_SERVICES=&gt;GET_PLATFORM?

I repeat this is only a starting point then you have to evaluate case by case.

For the other questions I don&#039;t remember right now I have to investigate.

Regards,
Ivan</description>
		<content:encoded><![CDATA[<p>You&#8217;re right, this is only a starting point to the most common use cases.</p>
<p>To determine the user operating system have you tryed CL_GUI_FRONTEND_SERVICES=>GET_PLATFORM?</p>
<p>I repeat this is only a starting point then you have to evaluate case by case.</p>
<p>For the other questions I don&#8217;t remember right now I have to investigate.</p>
<p>Regards,<br />
Ivan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J.Reuther</title>
		<link>http://www.plinky.it/blog/2009/01/27/sap-obsolete-functions-2-cl_gui_frontend_services/#comment-105</link>
		<dc:creator>J.Reuther</dc:creator>
		<pubDate>Mon, 04 May 2009 11:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.plinky.it/blog/?p=47#comment-105</guid>
		<description>You only give obvious answers to easy questions.
Try reading a directory with last-modification-date of every file. It is not possible as far as I know.
Try to solve the problem by executing the DIR command with redirecting output to a temporary file. The method EXECUTE is not able to do dos commands or to redirect output.
Try to find out if the clinet PC is running windows. CL_GUI_FRONTEND_SERVICES=&gt;M_PLATFORM is PRIVATE.

I am pissed
Sorry, not your fault.</description>
		<content:encoded><![CDATA[<p>You only give obvious answers to easy questions.<br />
Try reading a directory with last-modification-date of every file. It is not possible as far as I know.<br />
Try to solve the problem by executing the DIR command with redirecting output to a temporary file. The method EXECUTE is not able to do dos commands or to redirect output.<br />
Try to find out if the clinet PC is running windows. CL_GUI_FRONTEND_SERVICES=&gt;M_PLATFORM is PRIVATE.</p>
<p>I am pissed<br />
Sorry, not your fault.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: babe</title>
		<link>http://www.plinky.it/blog/2009/01/27/sap-obsolete-functions-2-cl_gui_frontend_services/#comment-97</link>
		<dc:creator>babe</dc:creator>
		<pubDate>Thu, 23 Apr 2009 06:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.plinky.it/blog/?p=47#comment-97</guid>
		<description>thanks.</description>
		<content:encoded><![CDATA[<p>thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

