<?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: WS_DOWNLOAD Function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864147#M364568</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upto R/3 version 4.6c WS_UPLOAD is recommended.&lt;/P&gt;&lt;P&gt;Higher than 4.6c like 4.7, 5.0 GUI_UPLOAD is recommended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 07:22:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-19T07:22:53Z</dc:date>
    <item>
      <title>WS_DOWNLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864141#M364562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to download the data from standard SAP table in DAT format the downloaded file should contain delimter comma for all the fields. Is this possible using function module ws_download?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:16:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864141#M364562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T06:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: WS_DOWNLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864142#M364563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Dinesh .. Better use &amp;lt;b&amp;gt;GUI_DOWNLOAD&amp;lt;/b&amp;gt; FM instead of WS_DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this thread for usage of GUI_DOWNLOAD FM&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864142#M364563</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T06:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: WS_DOWNLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864143#M364564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WS_download is an Obselete FM&lt;/P&gt;&lt;P&gt;so please use GUI_Download Fm&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864143#M364564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T06:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: WS_DOWNLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864144#M364565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh &lt;/P&gt;&lt;P&gt;Try the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : lc_filename TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;BIN_FILESIZE =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   WRITE_FIELD_SEPARATOR     =   ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;filename = lc_filename&lt;/P&gt;&lt;P&gt;filetype = 'DAT'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;data_tab = gt_itab.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;P&gt;WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:23:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864144#M364565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T06:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: WS_DOWNLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864145#M364566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the Function module ws_download alone in my SAP system,there is no gui_download FM?is it possible to solve this issue using ws_download?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864145#M364566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T06:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: WS_DOWNLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864146#M364567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can ask ur basis peoples to upgrade the GUI STATUS in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 06:38:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864146#M364567</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2007-01-19T06:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: WS_DOWNLOAD Function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864147#M364568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dinesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upto R/3 version 4.6c WS_UPLOAD is recommended.&lt;/P&gt;&lt;P&gt;Higher than 4.6c like 4.7, 5.0 GUI_UPLOAD is recommended.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 07:22:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-download-function-module/m-p/1864147#M364568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T07:22:53Z</dc:date>
    </item>
  </channel>
</rss>

