<?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: SM69 error command SH in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292316#M1917043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SM69 or SXPG_COMMAND_EXECUTE can display or return a protocol, don't you see any text describing error in SM69 test ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also be aware that the command won't be executed with your user as with some shell on application server but with some user associated to SAP, so authority may differ, also insure the shell is accessible when command is executed, some /bin/bash /usr/bin/sh?&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;&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Oct 2015 14:51:14 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2015-10-06T14:51:14Z</dc:date>
    <item>
      <title>SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292312#M1917039</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;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;i have a requirement to execute application server file using abap program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;this file is like&amp;nbsp; /usr/sap....../ZZZZZ.SH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;in SM69 i have defined&amp;nbsp; an external command&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; ZTEST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;Operating system command = "SH"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;STRONG&gt;Parameters for operating system command&amp;nbsp; =&amp;nbsp; "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;/usr/sap....../ZZZZZ.SH"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i execute ZTEST i have this error ---&amp;gt;&lt;STRONG style="font-size: 10pt;"&gt;External program terminated with exit code 6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HELP ME&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 13:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292312#M1917039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-06T13:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292313#M1917040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Can you please check your sm69 - ZTEST - using FM &lt;SPAN style="color: #333333; font-size: 12px;"&gt;SXPG_COMMAND_EXECUTE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the Exception it returns,&lt;/P&gt;&lt;P&gt;As per your input, the error code 6 - is program start error.&amp;nbsp; &lt;/P&gt;&lt;P&gt;So can you have a look at the shell script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 14:01:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292313#M1917040</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2015-10-06T14:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292314#M1917041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkateswaran Krishnamurthy ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i execute my script from&amp;nbsp; shell linux&amp;nbsp; &lt;SPAN lang="en"&gt;it works correctly &lt;SPAN lang="en"&gt;so I think the script is done well but&amp;nbsp; &lt;SPAN lang="en"&gt;I have problems to run it from SM69&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I do not understand the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 14:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292314#M1917041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-06T14:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292315#M1917042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay, try to execute the command using this function&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;SXPG_COMMAND_EXECUTE&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp; It will give you the exact exception error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Venkat&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 14:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292315#M1917042</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2015-10-06T14:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292316#M1917043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SM69 or SXPG_COMMAND_EXECUTE can display or return a protocol, don't you see any text describing error in SM69 test ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also be aware that the command won't be executed with your user as with some shell on application server but with some user associated to SAP, so authority may differ, also insure the shell is accessible when command is executed, some /bin/bash /usr/bin/sh?&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;&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 14:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292316#M1917043</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-10-06T14:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292317#M1917044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond Giuseppi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I do not understand what you mean...&lt;SPAN lang="en"&gt;there is a specific folder where I save the file ?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292317#M1917044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-06T15:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292318#M1917045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please confirm the user access privileges..&amp;nbsp; read,write,execute....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292318#M1917045</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2015-10-06T15:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292319#M1917046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes...i have &lt;SPAN style="color: #333333; font-size: 12px;"&gt;user access privilege&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292319#M1917046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-06T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292320#M1917047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Dear swb &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please check&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1. upper/lower case - case sensitive&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2. any RFC connections ?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;3. is there any operating system specified in sm69&amp;nbsp; (sy-opsys)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292320#M1917047</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2015-10-06T15:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292321#M1917048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;Hi Venkateswaran Krishnamurthy&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;1. upper/lower case - case sensitive&amp;nbsp; --&amp;gt;&lt;STRONG&gt;checked&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;2. any RFC connections ? &lt;STRONG&gt;What do you mean??&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;3. is there any operating system specified in sm69&amp;nbsp; (sy-opsys)&amp;nbsp; --&amp;gt;&lt;STRONG&gt;Linux&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292321#M1917048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-06T15:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292322#M1917049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please re-define in sm69 in following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; type = customer&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; command name =&amp;nbsp; ZTEST&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp; operating system = UNIX&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp; external program = &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&amp;lt;your fill path with zzz.sh&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp; parameters&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;nbsp; &amp;lt;if any&amp;gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Acutally command should be a full path file name....&amp;nbsp; not sh only....&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;parameters is the input for the sh.file&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Can you review and provide me the existing screenshot&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Oct 2015 15:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292322#M1917049</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2015-10-06T15:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: SM69 error command SH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292323#M1917050</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;&lt;SPAN lang="en"&gt;I deleted everything and I redefined same as before&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;and now its work correctly&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; t ype = customer&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; command name =&amp;nbsp; ZTEST&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&amp;nbsp; operating system =LINUX&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; background: transparent;"&gt;Operating system command = "SH"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; background: transparent;"&gt;Parameters for operating system command&amp;nbsp; =&amp;nbsp; "&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;/usr/sap....../ZZZZZ.SH"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG style="background: transparent; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG style="background: transparent; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG style="background: transparent; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;thanks&amp;nbsp; to all&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG style="background: transparent; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG style="background: transparent; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 08:15:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm69-error-command-sh/m-p/11292323#M1917050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-07T08:15:54Z</dc:date>
    </item>
  </channel>
</rss>

