<?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: Files in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/files/m-p/1763720#M330377</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;Actually it the way you refer to a data file defines logical or data or physical file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical filename : it's name which is stored in FILE transaction(logical path) for file access purpose.&lt;/P&gt;&lt;P&gt;data file : this is actual file that you refer for R/3 purpose.&lt;/P&gt;&lt;P&gt;Physical filename : filename which is placed (with physical path)on server/PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 11:36:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-15T11:36:41Z</dc:date>
    <item>
      <title>Files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/files/m-p/1763719#M330376</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;What is  1. Logical  file&lt;/P&gt;&lt;P&gt;              2. Data file&lt;/P&gt;&lt;P&gt;              3.Physical File...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks,&lt;/P&gt;&lt;P&gt;Krish...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 11:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/files/m-p/1763719#M330376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T11:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/files/m-p/1763720#M330377</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;Actually it the way you refer to a data file defines logical or data or physical file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logical filename : it's name which is stored in FILE transaction(logical path) for file access purpose.&lt;/P&gt;&lt;P&gt;data file : this is actual file that you refer for R/3 purpose.&lt;/P&gt;&lt;P&gt;Physical filename : filename which is placed (with physical path)on server/PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 11:36:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/files/m-p/1763720#M330377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T11:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/files/m-p/1763721#M330378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are referring to the defintions as used within the FILE transaction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Logical filename is what you pass to function FILE_GET_NAME to return the physical name of a Presentation Server (PC) file to open for uploading or downloading data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure what you mean by "Data File".&lt;/P&gt;&lt;P&gt;Within the abap you would open a dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In FILE_GET_NAME, the &amp;lt;FILENAME&amp;gt; placeholder on the physical path is substituted by the contents of the "Physical File" field in the Logical Path definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is all explained quite well in the help on Platform Independent Filenames - follow this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d3/2e974d35c511d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 11:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/files/m-p/1763721#M330378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T11:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/files/m-p/1763722#M330379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Krish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u are refering to FILE trx then &lt;/P&gt;&lt;P&gt;Logical file can be some name u can assign to actual file. This basically helps u to change the name of the actual file without needing to change the file name in the program. &lt;/P&gt;&lt;P&gt;e.g Logical   Physical &lt;/P&gt;&lt;P&gt;      invoice   c:\invoice.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can go ahead and use the logical file name in the program and if the actual file changes tomorrow as d:\invoice1.xls u can simple go to FILE trx and change the file name and ur program still remains unchanged. Data file is the actual file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 12:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/files/m-p/1763722#M330379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T12:06:28Z</dc:date>
    </item>
  </channel>
</rss>

