<?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 Help with function SXPG_COMMAND_EXECUTE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-sxpg-command-execute/m-p/901336#M55256</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;&lt;/P&gt;&lt;P&gt;I try to execute the UNIX command 'LS' via SXPG_COMMAND_EXECUTE and I use the parameter ADDITIONAL_PARAMETERS for the path: /usr/sap/import/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function translates the path into upper case and therefor the LS command is not able to list the content of the directory.&lt;/P&gt;&lt;P&gt;Has anybody a solution for this problem.&lt;/P&gt;&lt;P&gt;Thany your for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2005 09:23:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-05-27T09:23:38Z</dc:date>
    <item>
      <title>Help with function SXPG_COMMAND_EXECUTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-sxpg-command-execute/m-p/901336#M55256</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;&lt;/P&gt;&lt;P&gt;I try to execute the UNIX command 'LS' via SXPG_COMMAND_EXECUTE and I use the parameter ADDITIONAL_PARAMETERS for the path: /usr/sap/import/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function translates the path into upper case and therefor the LS command is not able to list the content of the directory.&lt;/P&gt;&lt;P&gt;Has anybody a solution for this problem.&lt;/P&gt;&lt;P&gt;Thany your for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2005 09:23:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-sxpg-command-execute/m-p/901336#M55256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-27T09:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with function SXPG_COMMAND_EXECUTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-sxpg-command-execute/m-p/901337#M55257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you executing the function in SE37? If so, there is a tick at the top of the screen that says "Upper/lower case". Make sure you set it on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are running this in an ABAP report, and you are entering the path via a parameter on the screen, make sure you use the additin LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2005 09:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-sxpg-command-execute/m-p/901337#M55257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-27T09:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help with function SXPG_COMMAND_EXECUTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-sxpg-command-execute/m-p/901338#M55258</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;/P&gt;&lt;P&gt;use that variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA PARA LIKE SXPGCOLIST-PARAMETERS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SXPG_COMMAND_EXECUTE'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            COMMANDNAME                   = 'ZLS'&lt;/P&gt;&lt;P&gt;            ADDITIONAL_PARAMETERS         = PARA&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 Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2005 09:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-sxpg-command-execute/m-p/901338#M55258</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-05-27T09:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with function SXPG_COMMAND_EXECUTE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-sxpg-command-execute/m-p/901339#M55259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you, I didn't see the checkbox at top of the screen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2005 09:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-function-sxpg-command-execute/m-p/901339#M55259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-05-27T09:57:11Z</dc:date>
    </item>
  </channel>
</rss>

