<?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 save data to disk in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-save-data-to-disk/m-p/3775394#M908414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use this funciton first to get the filename, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'KD_GET_FILENAME_ON_F4'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      mask      = ' &lt;STRONG&gt;.xlsx,&lt;/STRONG&gt;.xlsx,&lt;STRONG&gt;.xls,&lt;/STRONG&gt;.xls'&lt;/P&gt;&lt;P&gt;      static    = 'X'&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      file_name = p_file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 14:26:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-30T14:26:28Z</dc:date>
    <item>
      <title>function module to save data to disk</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-save-data-to-disk/m-p/3775391#M908411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt; i am facing proble while downloading data to my disk.&lt;/P&gt;&lt;P&gt;for downloading data from report to my hard disk i am using function module SAP_CONVERT_TO_XLS_FORMAT but in this function module there is no option for saving at my desired place.&lt;/P&gt;&lt;P&gt;can any one please tell me any function module which will show a popup to save data at my desired path in hard disk.&lt;/P&gt;&lt;P&gt; i have also used the function module DOWNLOAD but it is obsleat and moreover is making short dump .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 14:23:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-save-data-to-disk/m-p/3775391#M908411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T14:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: function module to save data to disk</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-save-data-to-disk/m-p/3775392#M908412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 14:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-save-data-to-disk/m-p/3775392#M908412</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-04-30T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: function module to save data to disk</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-save-data-to-disk/m-p/3775393#M908413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the function &lt;STRONG&gt;GUI_DOWNLOAD&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 14:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-save-data-to-disk/m-p/3775393#M908413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T14:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: function module to save data to disk</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-save-data-to-disk/m-p/3775394#M908414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use this funciton first to get the filename, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'KD_GET_FILENAME_ON_F4'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      mask      = ' &lt;STRONG&gt;.xlsx,&lt;/STRONG&gt;.xlsx,&lt;STRONG&gt;.xls,&lt;/STRONG&gt;.xls'&lt;/P&gt;&lt;P&gt;      static    = 'X'&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      file_name = p_file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 14:26:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-save-data-to-disk/m-p/3775394#M908414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T14:26:28Z</dc:date>
    </item>
  </channel>
</rss>

