<?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: logical path in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path/m-p/1363881#M180286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally we use FILE transaction to create the logical path for actual file path inorder to support the different operating system. For example in some operating systems the file path will be supported dir/file1, in some other it will supported as dir\file1.&lt;/P&gt;&lt;P&gt;To avoid this coflict we use file trasaction. AE11 is used to read file contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 May 2006 05:39:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-16T05:39:56Z</dc:date>
    <item>
      <title>logical path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path/m-p/1363879#M180284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;   how can i see contents of my logical file&lt;/P&gt;&lt;P&gt;   with Z namespace  , which is being created in  TRANSACTION FILES &lt;/P&gt;&lt;P&gt;   how AL11 and File transaction s differ&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>Tue, 16 May 2006 05:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path/m-p/1363879#M180284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T05:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: logical path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path/m-p/1363880#M180285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;every logical file name consists of its physical file path.&lt;/P&gt;&lt;P&gt;you have to check your file contents in AL11. &lt;/P&gt;&lt;P&gt;first get the physical path for your logical path using FILE transaction. there goto "logical path definitions' here you check what is its physical path. then goto AL11 then go to that particular path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or to get the physical path for the given logical path, use the FM "FILE_NAME_GET_PATH"(check this in se37,as i am not very sure about the full name of the Function module).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILE transaction is used to create/change/delete logical paths,variables,&amp;amp; system (operating system) etc..&lt;/P&gt;&lt;P&gt;but AL11 is the transaction, to see the files existing in the applicatioo server &amp;amp; its contents&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;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 05:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path/m-p/1363880#M180285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T05:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: logical path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path/m-p/1363881#M180286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally we use FILE transaction to create the logical path for actual file path inorder to support the different operating system. For example in some operating systems the file path will be supported dir/file1, in some other it will supported as dir\file1.&lt;/P&gt;&lt;P&gt;To avoid this coflict we use file trasaction. AE11 is used to read file contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 05:39:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path/m-p/1363881#M180286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T05:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: logical path</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path/m-p/1363882#M180287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt; did you get it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2006 05:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path/m-p/1363882#M180287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-16T05:53:59Z</dc:date>
    </item>
  </channel>
</rss>

