<?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: Saving file at runtime in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-at-runtime/m-p/3713183#M893866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Thanks for your replies. Actually my requirement is that user needs to create a file at runtime (by pressing F4 in selection screen and in the dialog box, he needs to enter the filename and directory where the file needs to be stored) and then the datas should be passed to that file using GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with F4_FILENAME but it allows to get the path for the existing file .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly  assist me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 14:05:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-02T14:05:55Z</dc:date>
    <item>
      <title>Saving file at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-at-runtime/m-p/3713180#M893863</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  need to create a file at runtime (by selecting the drive and to create a file) for storing the contents of internal table into file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IS there any FM available,as it needs to ask the directory and after typing filename, it needs to save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly do the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sathish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 04:49:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-at-runtime/m-p/3713180#M893863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-01T04:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Saving file at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-at-runtime/m-p/3713181#M893864</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;Do you need to display the Saving location to the user ? If that is your requirement then you can use the following function module: POPUP_TO_SAVE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that will help. Else let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Samantak &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rewards points for useful answers.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 06:18:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-at-runtime/m-p/3713181#M893864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-01T06:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Saving file at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-at-runtime/m-p/3713182#M893865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your description it sounds like you want to use GUI_DOWNLOAD after getting the filename using something like the cl_gui_frontend_services=&amp;gt;file_save_dialog method... if so, have a look at this example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/file/file_updownpop.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/file/file_updownpop.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there are plenty more within SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2008 13:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-at-runtime/m-p/3713182#M893865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-01T13:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Saving file at runtime</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-at-runtime/m-p/3713183#M893866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Thanks for your replies. Actually my requirement is that user needs to create a file at runtime (by pressing F4 in selection screen and in the dialog box, he needs to enter the filename and directory where the file needs to be stored) and then the datas should be passed to that file using GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with F4_FILENAME but it allows to get the path for the existing file .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly  assist me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 14:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/saving-file-at-runtime/m-p/3713183#M893866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T14:05:55Z</dc:date>
    </item>
  </channel>
</rss>

