<?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 for displaying the location in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751392#M639962</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 use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services=&amp;gt;directory_browse&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      selected_folder      = w_path&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      cntl_error           = 1&lt;/P&gt;&lt;P&gt;      error_no_gui         = 2&lt;/P&gt;&lt;P&gt;      not_supported_by_gui = 3&lt;/P&gt;&lt;P&gt;      OTHERS               = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2007 12:08:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-03T12:08:37Z</dc:date>
    <item>
      <title>Function module for displaying the location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751390#M639960</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;      Could anyone tell  the Function module for displaying the location in our system  without a  file name while downloading, when the user press f4.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 12:02:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751390#M639960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T12:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for displaying the location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751391#M639961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;* read the default pathname on application server
  call function 'FILE_GET_NAME'
       exporting
*           CLIENT                  = SY-MANDT
            logical_filename        = lc_logical_filename_ftappl
            operating_system        = sy-opsys
*           parameter_1             = ' '
*           PARAMETER_2             = ' '
*           USE_PRESENTATION_SERVER = ' '
*           WITH_FILE_EXTENSION     = ' '
*           USE_BUFFER              = ' '
       importing
            emergency_flag          = l_emergency_flag
            file_format             = l_file_format
            file_name               = l_file_name_ftappl
       exceptions
            file_not_found          = 1
            others                  = 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 12:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751391#M639961</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-09-03T12:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for displaying the location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751392#M639962</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 use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_gui_frontend_services=&amp;gt;directory_browse&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      selected_folder      = w_path&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      cntl_error           = 1&lt;/P&gt;&lt;P&gt;      error_no_gui         = 2&lt;/P&gt;&lt;P&gt;      not_supported_by_gui = 3&lt;/P&gt;&lt;P&gt;      OTHERS               = 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 12:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751392#M639962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T12:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for displaying the location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751393#M639963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi You can call the method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CL_gui_FRONTEND_SERVICES=&amp;gt;FILE_SAVE_DIALOG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this class CL_gui_FRONTEND_SERVICES in SE24 tcode. and Check this method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This method allows the user to selection the location where the file has to be saved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if Helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 12:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751393#M639963</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-03T12:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for displaying the location</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751394#M639964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx you all for your prompt replies.&lt;/P&gt;&lt;P&gt;Vikas, Can you tell me the parameter type tobe used for w_path&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 12:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-displaying-the-location/m-p/2751394#M639964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T12:38:34Z</dc:date>
    </item>
  </channel>
</rss>

