<?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: Function module to populate both App server and Presentation server paths in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878204#M369049</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;useful hints have been given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no way of selecting server or client file with the same functionality because the way of file access will be different: Presentation server (client) is handled via SAPGUI up- and download; Application server accesses files as datasets with open and transfer directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 12:34:52 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2007-01-19T12:34:52Z</dc:date>
    <item>
      <title>Function module to populate both App server and Presentation server paths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878199#M369044</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;   Can any  one tell me the Function module to populate a window where i can select a file either from Application server or presentation server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Somesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878199#M369044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to populate both App server and Presentation server paths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878200#M369045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt; CALL METHOD cl_gui_frontend_services=&amp;gt;file_open_dialog
    EXPORTING
      window_title      = 'Select File'
      default_filename  = '*.xls'
      initial_directory = 'C:'
      multiselection    = ' '  "No multiple selection
    CHANGING
      file_table        = it_tabemp
      rc                = gd_subrcemp.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for presentation server and&lt;/P&gt;&lt;P&gt;FM &amp;lt;b&amp;gt;'/SAPDMC/LSM_F4_FRONTEND_FILE'&amp;lt;/b&amp;gt; for application server ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:29:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878200#M369045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to populate both App server and Presentation server paths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878201#M369046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the function module F4_FILENAME to select a file on the presentation server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878201#M369046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to populate both App server and Presentation server paths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878202#M369047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for presentation server use  - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KD_GET_FILENAME_ON_F4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878202#M369047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to populate both App server and Presentation server paths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878203#M369048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi somesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. F4_DXFILENAME_TOPRECURSION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;2. This fm will provided a POPUP Window&lt;/P&gt;&lt;P&gt;   with BUTTONS to CHOOSE&lt;/P&gt;&lt;P&gt;   from 'Application Server'  OR  'Presenetation Server'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:55:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878203#M369048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to populate both App server and Presentation server paths</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878204#M369049</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;useful hints have been given.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no way of selecting server or client file with the same functionality because the way of file access will be different: Presentation server (client) is handled via SAPGUI up- and download; Application server accesses files as datasets with open and transfer directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 12:34:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-populate-both-app-server-and-presentation-server-paths/m-p/1878204#M369049</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-01-19T12:34:52Z</dc:date>
    </item>
  </channel>
</rss>

