<?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: Re: Move  file from one folder to another floder in application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-move-file-from-one-folder-to-another-floder-in-application-server/m-p/7028511#M1499058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ARCHIVFILE_SERVER_TO_SERVER&lt;/P&gt;&lt;P&gt;Also delete the file from source path ( delete dataset &amp;lt;path&amp;gt;  ) after executing this fm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jun 2010 09:19:09 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-06-16T09:19:09Z</dc:date>
    <item>
      <title>Re: Move  file from one folder to another floder in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-move-file-from-one-folder-to-another-floder-in-application-server/m-p/7028509#M1499056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       i want function module to move file from one folder to another floder in application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks &lt;/P&gt;&lt;P&gt;Satish chekuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 09:15:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-move-file-from-one-folder-to-another-floder-in-application-server/m-p/7028509#M1499056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T09:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Move  file from one folder to another floder in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-move-file-from-one-folder-to-another-floder-in-application-server/m-p/7028510#M1499057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont think there is a direct function module to do this. You could read the contents of the file and transfer it to the new folder and delete the source file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 09:17:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-move-file-from-one-folder-to-another-floder-in-application-server/m-p/7028510#M1499057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T09:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Move  file from one folder to another floder in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-move-file-from-one-folder-to-another-floder-in-application-server/m-p/7028511#M1499058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ARCHIVFILE_SERVER_TO_SERVER&lt;/P&gt;&lt;P&gt;Also delete the file from source path ( delete dataset &amp;lt;path&amp;gt;  ) after executing this fm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 09:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-move-file-from-one-folder-to-another-floder-in-application-server/m-p/7028511#M1499058</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-06-16T09:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Move  file from one folder to another floder in application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-move-file-from-one-folder-to-another-floder-in-application-server/m-p/7028512#M1499059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to do this would be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In SM69, declare an external command (e.g., mv command is used in Unix to move file from one directory to another).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Call the function module 'SXPG_CALL_SYSTEM' to execute this command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this thread for details : &lt;SPAN __jive_macro_name="thread" id="1022652"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suhas Saha on Jun 16, 2010 3:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 09:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-move-file-from-one-folder-to-another-floder-in-application-server/m-p/7028512#M1499059</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-06-16T09:24:25Z</dc:date>
    </item>
  </channel>
</rss>

