<?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_upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608119#M598003</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;WS_* Function modules are replaced by GUI_* FMs from 4.7 SAP version.&lt;/P&gt;&lt;P&gt;GUI_* modules have additional parameters when compared with WS_* FMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both FM are used for uploading data .&lt;/P&gt;&lt;P&gt;But ws_upload is obsolete now .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_UPLOAD and WS_DOWNLOAD, the function modules used until now are not part of the standard set of ABAP commands. They are used to display the file interface on the presentation server. WS_UPLOAD and WS_DOWNLOAD are not compatible with USs and have been replaced by GUI_UPLOAD and GUI_DOWNLOAD. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new function modules, GUI_UPLOAD and GUI_DOWNLOAD, have an interface that also allows you to write Unicode format to the local hard drive. For a description of these interfaces, refer to the documentation for each function module, available under SAP Easy Access " Development " Function Builder " Goto " Documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_UPLOAD, GUI_UPLOAD FMs are used in BDCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_UPLOAD loads files from the Presentation Server to Internal ABAP Tables. &lt;/P&gt;&lt;P&gt;This is used upto SAP 4.6 version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_UPLOAD is used to loads a file from the PC to the server. The data can be &lt;/P&gt;&lt;P&gt;transferred in binary or text format. Numbers and data fields can be&lt;/P&gt;&lt;P&gt;interpreted according to the user settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2007 10:21:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-24T10:21:55Z</dc:date>
    <item>
      <title>ws_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608113#M597997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the difference between ws_upload, gui_upload and ws_download and gui_download?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 09:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608113#M597997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T09:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: ws_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608114#M597998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;gui_upload is the new version of ws_upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are used to upload the data.&lt;/P&gt;&lt;P&gt;But ws_upload is the older version and currently not used.&lt;/P&gt;&lt;P&gt;The same in the case of ws_download and gui_download.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 09:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608114#M597998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T09:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: ws_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608115#M597999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;ws_upload, gui_upload  both are same but WS_UPLOAD is Obsolete now we have to use GUI_UPLOAD only&lt;/P&gt;&lt;P&gt;similarly&lt;/P&gt;&lt;P&gt;ws_download, gui_download , use GUI_download only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 09:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608115#M597999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T09:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: ws_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608116#M598000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ws_upload/ws_download are obsolate.&lt;/P&gt;&lt;P&gt;use GUI_... .&lt;/P&gt;&lt;P&gt;i prefer&lt;/P&gt;&lt;P&gt;   CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_UPLOAD&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;  CALL METHOD CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_DOWNLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think there are the actual once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 09:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608116#M598000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T09:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: ws_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608117#M598001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_UPLOAD -   Load Files from the Presentation Server to Internal ABAP Tables. &lt;/P&gt;&lt;P&gt;WS means Work Station. &lt;/P&gt;&lt;P&gt;This is used upto SAP 4.6 version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_UPLOAD -   Replaces WS_UPLOAD. Upoad file from presentation server to the app server.  From 4.7 SAP version it is replaced. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_DOWNLOAD is used to put the data in the presentation server file (C:\test.txt) with the data available in the internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer the foll. thread&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3097011"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 09:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608117#M598001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T09:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: ws_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608118#M598002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ws_upload &amp;amp; ws_download do not support Unicode characters. where as gui_download and upload fms support the unicode characters also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 10:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608118#M598002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T10:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: ws_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608119#M598003</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;WS_* Function modules are replaced by GUI_* FMs from 4.7 SAP version.&lt;/P&gt;&lt;P&gt;GUI_* modules have additional parameters when compared with WS_* FMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both FM are used for uploading data .&lt;/P&gt;&lt;P&gt;But ws_upload is obsolete now .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_UPLOAD and WS_DOWNLOAD, the function modules used until now are not part of the standard set of ABAP commands. They are used to display the file interface on the presentation server. WS_UPLOAD and WS_DOWNLOAD are not compatible with USs and have been replaced by GUI_UPLOAD and GUI_DOWNLOAD. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new function modules, GUI_UPLOAD and GUI_DOWNLOAD, have an interface that also allows you to write Unicode format to the local hard drive. For a description of these interfaces, refer to the documentation for each function module, available under SAP Easy Access " Development " Function Builder " Goto " Documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_UPLOAD, GUI_UPLOAD FMs are used in BDCs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_UPLOAD loads files from the Presentation Server to Internal ABAP Tables. &lt;/P&gt;&lt;P&gt;This is used upto SAP 4.6 version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_UPLOAD is used to loads a file from the PC to the server. The data can be &lt;/P&gt;&lt;P&gt;transferred in binary or text format. Numbers and data fields can be&lt;/P&gt;&lt;P&gt;interpreted according to the user settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 10:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608119#M598003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T10:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: ws_upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608120#M598004</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;Nothing difference is there both are used to upload and download the data only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before 4.7 versions ws_upload is used to upload the data and ws_download is used to down load the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the new versions after 4.7 version gui_upload is used to upload the data and gui_download is used to download the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt; Vasudeva Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 11:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ws-upload/m-p/2608120#M598004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T11:09:49Z</dc:date>
    </item>
  </channel>
</rss>

