<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-problem/m-p/6760031#M1461543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are not in development, you can assign a different physical path to the same logical path in your staging system via the file transaction. As long as you use the logical path name in your code, it will be interpreted correctly with the setup in the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Apr 2010 19:17:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-14T19:17:27Z</dc:date>
    <item>
      <title>Logical Path Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-problem/m-p/6760030#M1461542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Good day guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive created the Logical path for mmi interface. its working fine. but in the logical path ive given the drive is H:&lt;/P&gt;&lt;P&gt;Bcoz in the dev system drive is H: one which is maintain the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for the Quality and Production , Drive is different.. its in &lt;span class="lia-unicode-emoji" title=":anguished_face:"&gt;😧&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve it? can any one plz tell me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'FILE_GET_NAME'
    EXPORTING
*   CLIENT                        = SY-MANDT
      logical_filename              = lv_log_file
*   OPERATING_SYSTEM              = SY-OPSYS
      parameter_1                   = lv_log_file
*      parameter_2                   = sy-uzeit
*      parameter_3                   = '.txt'
      use_presentation_server       = 'X'
*   WITH_FILE_EXTENSION           = ' '
*   USE_BUFFER                    = ' '
*   ELEMINATE_BLANKS              = 'X'
 IMPORTING
*   EMERGENCY_FLAG                =
*   FILE_FORMAT                   =
   file_name                     = outfile
* EXCEPTIONS
*   FILE_NOT_FOUND                = 1
*   OTHERS                        = 2
            .
  ELSE.
    CONCATENATE outfile sy-datum sy-timlo '.txt' INTO outfile.
  ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 12:54:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-problem/m-p/6760030#M1461542</guid>
      <dc:creator>former_member251546</dc:creator>
      <dc:date>2010-04-14T12:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Logical Path Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-problem/m-p/6760031#M1461543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you are not in development, you can assign a different physical path to the same logical path in your staging system via the file transaction. As long as you use the logical path name in your code, it will be interpreted correctly with the setup in the system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 19:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logical-path-problem/m-p/6760031#M1461543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T19:17:27Z</dc:date>
    </item>
  </channel>
</rss>

