<?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: Regarding Application server file path in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-application-server-file-path/m-p/3767694#M906552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the process to create Logical File Path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Go to tcode FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Click on Logical File Path Definition. Give name "ZTEST" and some description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Click on Assignment of Physical Path to Logical Path. and provide Syntax Group and physical path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Click on Logical File Name Definition and give descrition, physical filename, Data format as ASC, Application area and logical path which you have created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Logical Files in ABAP Programs&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating and Defining Logical Filenames&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3df8358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3df8358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 11:21:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T11:21:47Z</dc:date>
    <item>
      <title>Regarding Application server file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-application-server-file-path/m-p/3767692#M906550</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;please explain the process how to create logical file path in FILE t-code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 11:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-application-server-file-path/m-p/3767692#M906550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T11:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Application server file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-application-server-file-path/m-p/3767693#M906551</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;&lt;/P&gt;&lt;P&gt;logical file path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The (platform-independent) logical file path is evaluated at runtime to get the (platform-dependent) physical path (see Assignment of Physical Paths to Logical Path).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two examples of this are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Logical file path: BW_OLAP_CACHE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name: BW OLAP Cache&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Logical file path: BW_OLAP_CACHE_SPAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name: BW OLAP cache cross-application server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assignment of Physical Paths to Logical Path&lt;/P&gt;&lt;P&gt;At runtime, the physical path assigned for the corresponding operating system platform is generated from the logical file path. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the physical path is platform-dependent, the customer must set it her/himself. The closer the file is to the application server or, with the cross-application server cache mode, to the application server, the faster it can be found and read. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Log(ical) path: BW_OLAP_CACHE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Name: BW OLAP Cache&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax group: UNIX (all Unix platforms)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phys(ical) path: /usr/ (Syntax group WINDOWS NT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a heterogeneous system landscape (such as UNIX and Windows NT servers) all system-specific syntax groups must be maintained. Ensure that the definitions for the various syntax groups point to the same directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Save your entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for detailed information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at this links... i guess it explains what you are looking for...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/25/ab3a57df3b11d189fc0000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/25/ab3a57df3b11d189fc0000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_sm40/helpdata/EN/8d/3e4ec2462a11d189000000e8323d3a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_sm40/helpdata/EN/8d/3e4ec2462a11d189000000e8323d3a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 11:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-application-server-file-path/m-p/3767693#M906551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T11:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Application server file path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-application-server-file-path/m-p/3767694#M906552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the process to create Logical File Path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Go to tcode FILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Click on Logical File Path Definition. Give name "ZTEST" and some description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Click on Assignment of Physical Path to Logical Path. and provide Syntax Group and physical path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Click on Logical File Name Definition and give descrition, physical filename, Data format as ASC, Application area and logical path which you have created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Logical Files in ABAP Programs&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating and Defining Logical Filenames&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3df8358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3df8358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 11:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-application-server-file-path/m-p/3767694#M906552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T11:21:47Z</dc:date>
    </item>
  </channel>
</rss>

