<?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: file share in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-share/m-p/4655596#M1095422</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;This FM executes an OS command using the command and parameters that are passed to it.   If there is a problem, check the definintion of the OS command in SM69.  Also check the values of teh additional parameters that are passed to the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Greg Kern.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 15:01:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-21T15:01:35Z</dc:date>
    <item>
      <title>file share</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-share/m-p/4655595#M1095421</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 any body explain me what exactly this function module do,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'SXPG_CALL_SYSTEM'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        commandname                      = l_cmd&lt;/P&gt;&lt;P&gt;        additional_parameters            = l_parm&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    STATUS                           =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    EXITCODE                         =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;         exec_protocol                    = t_cmd&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        no_permission                    = 1&lt;/P&gt;&lt;P&gt;        command_not_found                = 2&lt;/P&gt;&lt;P&gt;        parameters_too_long              = 3&lt;/P&gt;&lt;P&gt;        security_risk                    = 4&lt;/P&gt;&lt;P&gt;        wrong_check_call_interface       = 5&lt;/P&gt;&lt;P&gt;        program_start_error              = 6&lt;/P&gt;&lt;P&gt;        program_termination_error        = 7&lt;/P&gt;&lt;P&gt;        x_error                          = 8&lt;/P&gt;&lt;P&gt;        parameter_expected               = 9&lt;/P&gt;&lt;P&gt;        too_many_parameters              = 10&lt;/P&gt;&lt;P&gt;        illegal_command                  = 11&lt;/P&gt;&lt;P&gt;        OTHERS                           = 12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where l_cmd we had taken some extenal operating system command like 'ZZDIR' and l_parm we had given a path which contains a file which we maintain in a file share location. I am getting an error like 'file doesn't exist in the specified directory' which is a statement from the main z program. But that is due to some failure with the above FM. pls explain me clearly abt the above FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 14:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-share/m-p/4655595#M1095421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T14:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: file share</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-share/m-p/4655596#M1095422</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;This FM executes an OS command using the command and parameters that are passed to it.   If there is a problem, check the definintion of the OS command in SM69.  Also check the values of teh additional parameters that are passed to the FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Greg Kern.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 15:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-share/m-p/4655596#M1095422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T15:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: file share</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/file-share/m-p/4655597#M1095423</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;down the instance of SAP and then up the instance of SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that this solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cordial greetings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 15:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/file-share/m-p/4655597#M1095423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T15:16:58Z</dc:date>
    </item>
  </channel>
</rss>

