<?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 Server file selector in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328265#M511929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Is there any FM i can use to select a file in the server with a dialog window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2007 07:20:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-05T07:20:34Z</dc:date>
    <item>
      <title>Server file selector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328265#M511929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Is there any FM i can use to select a file in the server with a dialog window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 07:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328265#M511929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T07:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Server file selector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328266#M511930</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;&lt;/P&gt;&lt;P&gt;you can use F4_FILENAME , GET_FILENAME to fetch the filename from presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sangeetha.a&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 07:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328266#M511930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T07:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Server file selector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328267#M511931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;TO select the Presentation server file then use the F4_FILENAME  function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 07:25:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328267#M511931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T07:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: Server file selector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328268#M511932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose Otero ,&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4_FILENAME'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      program_name  = syst-cprog&lt;/P&gt;&lt;P&gt;      dynpro_number = syst-dynnr&lt;/P&gt;&lt;P&gt;      field_name    = ''&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      file_name     = p_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here p_file is the name of the file with syntax as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: p_file type rlgrap-filename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward Points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tejus..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 07:29:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328268#M511932</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T07:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Server file selector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328269#M511933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure about this?&lt;/P&gt;&lt;P&gt;I'm checking this, and i get the dialog of my local computer filesystem, not the server filesystem.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 07:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328269#M511933</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T07:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Server file selector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328270#M511934</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;You can also try..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: truxs.&lt;/P&gt;&lt;P&gt;DATA: it_tab TYPE filetable,&lt;/P&gt;&lt;P&gt;      gd_subrc TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD cl_gui_frontend_services=&amp;gt;file_open_dialog&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      window_title     = 'Select File'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     default_filename = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     multiselection   = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      file_table       = it_tab&lt;/P&gt;&lt;P&gt;      rc               = gd_subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        JITHENDRA CHADICHAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 07:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328270#M511934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T07:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Server file selector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328271#M511935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've just tried these function modules, and they are only able to show a dialog with the local filesystem. What i really want to do is select a file from the server where the system is installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 07:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328271#M511935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T07:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Server file selector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328272#M511936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose Otero ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             The function modules specified by me and other's earlier to this, is to fetch the name of the file from the presentation server. To get the name of the file on the application server do the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Use parameters syntax and get to type the name of the file.&lt;/P&gt;&lt;P&gt;2. While executing the program fill it with a name (unique) and run the program.&lt;/P&gt;&lt;P&gt;3. Using Transaction "AL11" check the path and get into the correct path.&lt;/P&gt;&lt;P&gt;4. Find the file name that you specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tej.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shree Tejus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2007 09:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328272#M511936</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-05T09:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Server file selector</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328273#M511937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll answer my own question:&lt;/P&gt;&lt;P&gt;I found the FM: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  F4_DXFILENAME_TOPRECURSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function module shows a dialog with the file structure of the server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 15:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/server-file-selector/m-p/2328273#M511937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T15:13:19Z</dc:date>
    </item>
  </channel>
</rss>

