<?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 Function module to popup local filepath in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705593#M309113</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;Is there any function module to give a popup to enter the local file path.&lt;/P&gt;&lt;P&gt;User should be able to either enter the path directly in the popup or select it by F4 help. Both must be possible.&lt;/P&gt;&lt;P&gt;Entered filepath must be verified before returning it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers on it will be a great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Oct 2006 13:54:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-28T13:54:02Z</dc:date>
    <item>
      <title>Function module to popup local filepath</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705593#M309113</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;Is there any function module to give a popup to enter the local file path.&lt;/P&gt;&lt;P&gt;User should be able to either enter the path directly in the popup or select it by F4 help. Both must be possible.&lt;/P&gt;&lt;P&gt;Entered filepath must be verified before returning it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers on it will be a great help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2006 13:54:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705593#M309113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-28T13:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to popup local filepath</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705594#M309114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try gui_upload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2006 13:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705594#M309114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-28T13:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to popup local filepath</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705595#M309115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this also &lt;/P&gt;&lt;P&gt;k4_filename_*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2006 13:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705595#M309115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-28T13:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to popup local filepath</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705596#M309116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthikeyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from GUI_UPLOAD and GUI_DOWNLOAD, which are better if you are uploading or downloading files, you can also use the following methods of class CL_GUI_FRONTEND_SERVICES. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK_GUI_SUPPORT 	(checks GUI features)&lt;/P&gt;&lt;P&gt;DIRECTORY_EXIST    	(checks if a directory exists in the client)&lt;/P&gt;&lt;P&gt;FILE_EXIST              (checks if a file exists)&lt;/P&gt;&lt;P&gt;FILE_OPEN_DIALOG        (Displays a File Open Dialog)&lt;/P&gt;&lt;P&gt;FILE_SAVE_DIALOG 	(Shows a File Save Dialog )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps : -)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sameer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2006 17:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705596#M309116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-28T17:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to popup local filepath</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705597#M309117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: IT_FILES TYPE FILETABLE,&lt;/P&gt;&lt;P&gt;      WA_FILES LIKE LINE OF IT_FILES,&lt;/P&gt;&lt;P&gt;      LV_RC TYPE I.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_PCPATH.&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 Files'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DEFAULT_EXTENSION = '*.txt'&lt;/P&gt;&lt;/LI&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;FILE_FILTER =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WITH_ENCODING =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;INITIAL_DIRECTORY =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  MULTISELECTION = 'X'&lt;/P&gt;&lt;P&gt;CHANGING&lt;/P&gt;&lt;P&gt;  FILE_TABLE = IT_FILES&lt;/P&gt;&lt;P&gt;  RC = LV_RC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;  IT_FILES will contain list of files selected or &lt;/P&gt;&lt;P&gt;  name of file selected if &lt;/P&gt;&lt;P&gt;    MULTISELECTION = ' '&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy SAP.&lt;/P&gt;&lt;P&gt;Pankaj Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Oct 2006 19:01:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-popup-local-filepath/m-p/1705597#M309117</guid>
      <dc:creator>messier31</dc:creator>
      <dc:date>2006-10-28T19:01:16Z</dc:date>
    </item>
  </channel>
</rss>

