<?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: Using the File transactions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-file-transactions/m-p/4548129#M1074083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create entries in all environments ( Quality/Production ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivaram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2008 19:02:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-30T19:02:49Z</dc:date>
    <item>
      <title>Using the File transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-file-transactions/m-p/4548126#M1074080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While creating a logical file, and uploading it in the Development system using the transaction 'FILE', I am getting a pop up to create a request, which i create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the question is, if i need to create the logical file and upload the files to the application server in quality and production, do I need to create new entries in Quality and production, or do i need to create it in Development, giving the quality system, and production system path in seperate entries and transport it in two seperate entires in Quality and production respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will certainly avoid points for the solution.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Thiru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:55:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-file-transactions/m-p/4548126#M1074080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using the File transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-file-transactions/m-p/4548127#M1074081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I meant, i will certainly award points for the solution &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":face_with_open_mouth:"&gt;😮&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 09:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-file-transactions/m-p/4548127#M1074081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T09:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using the File transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-file-transactions/m-p/4548128#M1074082</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;normally you create these entries in development system and transport them to quality and production.&lt;/P&gt;&lt;P&gt;Remember: most of these entries are client independent customizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The whole sense of these logical defintions are to have an abstraction between the filenames in ABAP-programs and the real filenames on the file-system. &lt;/P&gt;&lt;P&gt;For example: we have interface-files that reside in&lt;/P&gt;&lt;P&gt;development system (T44) on a path named /usr/sap/T44/data/in/fi, in quality system (A44) on /usr/sap/A44/data/in/fi &lt;/P&gt;&lt;P&gt;So we defined a logical path that ZFI_FI_IN with points to the physical path /usr/sap/&amp;lt;SYSID&amp;gt;/data/in/fi/&amp;lt;FILENAME&amp;gt;. That fits for all systems, because &amp;lt;SYSID&amp;gt; is a parameter&lt;/P&gt;&lt;P&gt;which is translated by the function module FILE_GET_NAME. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some more parameters that you also may use, like &amp;lt;CLIENT&amp;gt; or  &amp;lt;DATE&amp;gt; . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 13:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-file-transactions/m-p/4548128#M1074082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T13:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using the File transactions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-file-transactions/m-p/4548129#M1074083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create entries in all environments ( Quality/Production ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sivaram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2008 19:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-the-file-transactions/m-p/4548129#M1074083</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-30T19:02:49Z</dc:date>
    </item>
  </channel>
</rss>

