<?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 operating system commands in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/operating-system-commands/m-p/3254121#M777130</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Q]	`What do we mean by operating system commands&lt;/P&gt;&lt;P&gt;Like we use in the OPEN DATASET STATEMENT &lt;/P&gt;&lt;P&gt;OPEN  DATASET &amp;lt;dsn&amp;gt;  FILTER&amp;lt;filt&amp;gt;.&lt;/P&gt;&lt;P&gt;Q]	 What all system commands are available with M/S &amp;amp; Unix----or rather how to see them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2008 06:16:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-08T06:16:12Z</dc:date>
    <item>
      <title>operating system commands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/operating-system-commands/m-p/3254121#M777130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Q]	`What do we mean by operating system commands&lt;/P&gt;&lt;P&gt;Like we use in the OPEN DATASET STATEMENT &lt;/P&gt;&lt;P&gt;OPEN  DATASET &amp;lt;dsn&amp;gt;  FILTER&amp;lt;filt&amp;gt;.&lt;/P&gt;&lt;P&gt;Q]	 What all system commands are available with M/S &amp;amp; Unix----or rather how to see them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 06:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/operating-system-commands/m-p/3254121#M777130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T06:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: operating system commands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/operating-system-commands/m-p/3254122#M777131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check these links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/df/4eec39cf3d970be10000000a11402f/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/df/4eec39cf3d970be10000000a11402f/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Using different OS command&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you define the command for &lt;STRONG&gt;each operating system using transactions SM69&lt;/STRONG&gt; (You can test it with SM49) and then call it using  SXPG_COMMAND_EXECUTE  which contains a parameter defining the operating system (SY-OPSYS) then it does not matter which operating system is running, the function&lt;/P&gt;&lt;P&gt; module always calls the correct version of the command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, for example you could define a command 'OS_COMMAND' which deleted a file. This would have one version for Dos which said 'del', and a second version for unix which said 'rm'. The correct command would be specified by the call to SXPG_COMMAND_EXECUTE because the operating system&lt;/P&gt;&lt;P&gt;parameter differentiates between the two commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for Unix Command from ABAP &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ab008.htm" target="test_blank"&gt;http://www.sap-img.com/ab008.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 06:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/operating-system-commands/m-p/3254122#M777131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T06:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: operating system commands</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/operating-system-commands/m-p/3254123#M777132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Operating system commands :&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;VMS     Any input line that begins with a dollar sign, $, is considered to be a DCL command. These commands are executed by spawning a subprocess. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNIX     Any input line that begins with a percent sign, %, is considered to be a UNIX command and are passed on to the shell. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check beloe links.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.smd.qmul.ac.uk/statgen/dcurtis/lc/how2os.html" target="test_blank"&gt;http://www.smd.qmul.ac.uk/statgen/dcurtis/lc/how2os.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/EN/87/56d00722c011d2954a0000e8353423/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/EN/87/56d00722c011d2954a0000e8353423/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the below links are useful for system commands with M/S &amp;amp; Unix.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikibooks.org/wiki/Guide_to_Unix/Commands/System_Information" target="test_blank"&gt;http://en.wikibooks.org/wiki/Guide_to_Unix/Commands/System_Information&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://en.wikipedia.org/wiki/Unix" target="test_blank"&gt;http://en.wikipedia.org/wiki/Unix&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sowjanya.B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 06:29:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/operating-system-commands/m-p/3254123#M777132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T06:29:30Z</dc:date>
    </item>
  </channel>
</rss>

