<?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 using in abap program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-using-in-abap-program/m-p/945294#M64031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just declare your parameter for logical file like below.&lt;/P&gt;&lt;P&gt;and you will automatically get F4 for logical files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_file like filenameci-fileintern .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jun 2005 04:56:21 GMT</pubDate>
    <dc:creator>athavanraja</dc:creator>
    <dc:date>2005-06-27T04:56:21Z</dc:date>
    <item>
      <title>logical path using in abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-using-in-abap-program/m-p/945291#M64028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hay,&lt;/P&gt;&lt;P&gt;I want to create file in application server directory.&lt;/P&gt;&lt;P&gt;so i want the user to select the Logical path and file name from screen.so that he can create the file and seved in selected logical path.{path used must be from Instance profile DIR_LOGGING,GLOBALPATH directory etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you pls tell me how to do this using parameter for user input selecting FILE PATH.&lt;/P&gt;&lt;P&gt;Do we have Functional module for Retrieving physical path&lt;/P&gt;&lt;P&gt;from logical path?&lt;/P&gt;&lt;P&gt;could you pls help me..&lt;/P&gt;&lt;P&gt;ambichan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jun 2005 12:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-using-in-abap-program/m-p/945291#M64028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-26T12:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: logical path using in abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-using-in-abap-program/m-p/945292#M64029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FILE_GET_NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get the physical file name from the logical file name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(logical file names can be maintained using transaction FILE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jun 2005 13:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-using-in-abap-program/m-p/945292#M64029</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-26T13:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: logical path using in abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-using-in-abap-program/m-p/945293#M64030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using logical file name as input, can we allow the user to select logical path using parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want user to select Logical path or logical file name from parameter. is it possible?&lt;/P&gt;&lt;P&gt;(I want to avoid user to input insteal want to allow user to select the path)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ambichan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: ambi chan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Jun 2005 13:28:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-using-in-abap-program/m-p/945293#M64030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-26T13:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: logical path using in abap program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-using-in-abap-program/m-p/945294#M64031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just declare your parameter for logical file like below.&lt;/P&gt;&lt;P&gt;and you will automatically get F4 for logical files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: p_file like filenameci-fileintern .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jun 2005 04:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-using-in-abap-program/m-p/945294#M64031</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2005-06-27T04:56:21Z</dc:date>
    </item>
  </channel>
</rss>

