<?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: ABAP Program to create file on server FILE_GET_PATH ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906548#M1793472</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you going to use it if you are not a coder?&amp;nbsp; If I give you standard code, you've got to add it to a program.&amp;nbsp; That requires a coder, doesn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Nick suggested the "Standard code" class CL_GUI_FRONTEND_SERVICES.&amp;nbsp; I could pick out a piece of code that uses it and give it to you.&amp;nbsp; But you'd then have to adapt it to your program.&amp;nbsp; You must feed it the correct parameters with the correct context that are filled the correct way.&amp;nbsp; These are the adaptations that I am talking about.&amp;nbsp; How will you do this without an ABAP programmer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2013 01:39:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-12-13T01:39:29Z</dc:date>
    <item>
      <title>ABAP Program to create file on server FILE_GET_PATH ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906543#M1793467</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;I have a logical path ( ZLPATH ), logical file (ZFILE) and physical path ( ZPPATH)&amp;nbsp; defined in the system via T.Code FILE.&lt;BR /&gt;Physical path do exist on the windows server [ \\pqrs\SID ].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to create a ABAP program, which will use logical path or logical file and create a test file in Physical path ( ZPPATH )&lt;/P&gt;&lt;P&gt;I know there is functional module FILE_GET_PATH but I don't know how to use it to create test file on server in Physical Path.&lt;/P&gt;&lt;P&gt;Please let me know if anybody has ABAP code for such thing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arpit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 13:39:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906543#M1793467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T13:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program to create file on server FILE_GET_PATH ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906544#M1793468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arpit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the ABAP statement OPEN DATASET, it's pretty easy from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Or the class CL_GUI_FRONTEND_SERVICES if your file location is not on the SAP server (from the example you gave I assume it is).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 14:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906544#M1793468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T14:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program to create file on server FILE_GET_PATH ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906545#M1793469</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;OPEN DATASET will create the file if it does not exits in the path you provide.&lt;/P&gt;&lt;P&gt;TRANSFER will write in the file.&lt;/P&gt;&lt;P&gt;CLOSE DATASET will finish the writing process in the opened file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 14:18:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906545#M1793469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T14:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program to create file on server FILE_GET_PATH ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906546#M1793470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some links you should read:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="648846" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Get Physical file path from logical file path." href="https://community.sap.com/" modifiedtitle="true" title="Get Physical file path from logical file path."&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw04/helpdata/en/9f/db95e635c111d1829f0000e829fbfe/content.htm"&gt;Using Logical Files in ABAP Programs (SAP Library - ABAP Programming (BC-ABA))&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 14:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906546#M1793470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program to create file on server FILE_GET_PATH ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906547#M1793471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already gone through those link but I am not ABAP programmer so I could understand little.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any standard code available ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arpit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 15:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906547#M1793471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T15:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program to create file on server FILE_GET_PATH ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906548#M1793472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How are you going to use it if you are not a coder?&amp;nbsp; If I give you standard code, you've got to add it to a program.&amp;nbsp; That requires a coder, doesn't it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Nick suggested the "Standard code" class CL_GUI_FRONTEND_SERVICES.&amp;nbsp; I could pick out a piece of code that uses it and give it to you.&amp;nbsp; But you'd then have to adapt it to your program.&amp;nbsp; You must feed it the correct parameters with the correct context that are filled the correct way.&amp;nbsp; These are the adaptations that I am talking about.&amp;nbsp; How will you do this without an ABAP programmer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 01:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906548#M1793472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-13T01:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Program to create file on server FILE_GET_PATH ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906549#M1793473</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;Check this it may be useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps to create logical path and logical file in TCode FILE&lt;/P&gt;&lt;P&gt;1. Open transaction FILE and click on Logical File Path Definition -&amp;gt; New Entries&lt;BR /&gt;2. Enter name of New Logical Path and Save&lt;BR /&gt;It will ask a Transport Request to save.&lt;BR /&gt;3. Now select the newly created Logical Path and double click on ‘Assignment of Physical paths to&lt;BR /&gt;Logical path’&lt;BR /&gt;4. A new screen appears to select the syntax group. Click on New Entries.&lt;BR /&gt;5. Enter the syntax group and Physical path as below:&lt;BR /&gt;This physical path corresponds to the path in AL11 where we need to store our file.&lt;BR /&gt;Please note that tag &amp;lt;FILENAME&amp;gt; is mandatory.&lt;BR /&gt;Click on save and go back to the initial screen.&lt;BR /&gt;6. Now we need to set the Logical File.&lt;BR /&gt;Double click on ‘Logical File name definition, Cross client’ and click on New Entries&lt;BR /&gt;7. Give name for Logical file and enter the converted file’s name in LSMW in Physical file column.&lt;BR /&gt;Give Logical Path previously created in the Logical Path column. And save.&lt;BR /&gt;8. While specifying files in LSMW, use the logical path and logical file names.&lt;BR /&gt;And save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 01:50:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-to-create-file-on-server-file-get-path/m-p/9906549#M1793473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-13T01:50:13Z</dc:date>
    </item>
  </channel>
</rss>

