<?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: diff ws and gui upload in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848351#M359633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;there is not much diff.&lt;/P&gt;&lt;P&gt;gui_upload is the replacement for ws_upload and has some additional interface parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2007 18:49:49 GMT</pubDate>
    <dc:creator>abdul_hakim</dc:creator>
    <dc:date>2007-01-22T18:49:49Z</dc:date>
    <item>
      <title>diff ws and gui upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848347#M359629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;difference between ws_upload and gui_upload&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 18:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848347#M359629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T18:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: diff ws and gui upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848348#M359630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ws_upload  is &amp;lt;b&amp;gt;Obsolete&amp;lt;/b&amp;gt; and&lt;/P&gt;&lt;P&gt;gui_upload  is not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 18:28:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848348#M359630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T18:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: diff ws and gui upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848349#M359631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not much, GUI_UPLOAD is the replacement for WS_UPLOAD(it is obselete) and i believe that the GUI_UPLOAD is unicode enabled.  There is also a class method,  CL_GUI_FRONTEND_SERVICES=&amp;gt;GUI_UPLOAD which you can use,  it actually calls the function module GUI_UPLOAD underneath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are we passing the test?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 18:29:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848349#M359631</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-22T18:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: diff ws and gui upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848350#M359632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sunil,&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;Instead of using the function modules, you can use the static methods GUI_UPLOAD and GUI_DOWNLOAD of the global class CL_GUI_FRONTEND_SERVICES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 18:38:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848350#M359632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T18:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: diff ws and gui upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848351#M359633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;there is not much diff.&lt;/P&gt;&lt;P&gt;gui_upload is the replacement for ws_upload and has some additional interface parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 18:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848351#M359633</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2007-01-22T18:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: diff ws and gui upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848352#M359634</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;Please check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/79/c554a3b3dc11d5993800508b6b8b11/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/79/c554a3b3dc11d5993800508b6b8b11/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 19:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848352#M359634</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-01-22T19:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: diff ws and gui upload</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848353#M359635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;WS_UPLOAD&amp;lt;/b&amp;gt;  is the prevous one which was using but its an obsellete.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;GUI_UPLOAD:&amp;lt;/b&amp;gt; it is a latest  FM used to uploading the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 19:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-ws-and-gui-upload/m-p/1848353#M359635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T19:36:19Z</dc:date>
    </item>
  </channel>
</rss>

