<?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: application server File renaming function module creation - sample code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-renaming-function-module-creation-sample-code/m-p/3771885#M907582</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a logical file name using FILE transaction. Then create a logical path and assign the physical path (actual path on app. server) to the logical path. While defining the physical filne name you have the option of selecting from the list of 'reserved word' available. For e.g. &amp;lt;DATE&amp;gt;, &amp;lt;TIME&amp;gt; etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Execute transaction 'FILE'.&lt;/P&gt;&lt;P&gt;2) Create a logical file path.&lt;/P&gt;&lt;P&gt;3) Assign Syntax Grp (Operating Systems) to above logical file path. You need to create the syntax group to identify the physical path in the application server. This step actually assigns the physical path to the logical path.&lt;/P&gt;&lt;P&gt;4) Create a logical file.&lt;/P&gt;&lt;P&gt;5) Assign the physical file name to the logical file. You have lots of system reserved word to choose from to suffix your file name with date and time etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The physical file name is used by the function module FILE_GET_NAME at runtime to compose a complete platform-specific file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, see [&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="168608"&gt;&lt;/A&gt;;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2008 13:40:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-23T13:40:54Z</dc:date>
    <item>
      <title>application server File renaming function module creation - sample code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-renaming-function-module-creation-sample-code/m-p/3771884#M907581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to rename a file from application server using function module.&lt;/P&gt;&lt;P&gt;Can somebody tell me is there is any such sap provided function module &lt;/P&gt;&lt;P&gt;is there?If not please tell me what should be abap routine to create such&lt;/P&gt;&lt;P&gt;a function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 13:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-renaming-function-module-creation-sample-code/m-p/3771884#M907581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T13:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: application server File renaming function module creation - sample code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-renaming-function-module-creation-sample-code/m-p/3771885#M907582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a logical file name using FILE transaction. Then create a logical path and assign the physical path (actual path on app. server) to the logical path. While defining the physical filne name you have the option of selecting from the list of 'reserved word' available. For e.g. &amp;lt;DATE&amp;gt;, &amp;lt;TIME&amp;gt; etc. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Execute transaction 'FILE'.&lt;/P&gt;&lt;P&gt;2) Create a logical file path.&lt;/P&gt;&lt;P&gt;3) Assign Syntax Grp (Operating Systems) to above logical file path. You need to create the syntax group to identify the physical path in the application server. This step actually assigns the physical path to the logical path.&lt;/P&gt;&lt;P&gt;4) Create a logical file.&lt;/P&gt;&lt;P&gt;5) Assign the physical file name to the logical file. You have lots of system reserved word to choose from to suffix your file name with date and time etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The physical file name is used by the function module FILE_GET_NAME at runtime to compose a complete platform-specific file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, see [&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="168608"&gt;&lt;/A&gt;;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 13:40:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-renaming-function-module-creation-sample-code/m-p/3771885#M907582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-23T13:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: application server File renaming function module creation - sample code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-renaming-function-module-creation-sample-code/m-p/3771886#M907583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using the fm SCMS_FILE_COPY,we can rename a file from application server&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 11:16:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-file-renaming-function-module-creation-sample-code/m-p/3771886#M907583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T11:16:22Z</dc:date>
    </item>
  </channel>
</rss>

