‎2007 Aug 10 4:28 PM
Hi
What is the difference between GUI_DOWNLOAD & WS_DOWNLOAD...
and GUI_UPLOAD & WS_UPLOAD
‎2007 Aug 10 4:30 PM
GUI_* are the new function modules and WS_* are the old obsolete function modules that are no longer supported by SAP.
‎2007 Aug 10 4:32 PM
Hi,
You can say WS_DOWNLOAD is an obsolete form of GUI_DOWNLOAD.
Regards,
Atish
‎2007 Aug 10 4:33 PM
Hi
Initially DOWNLOAD, UPLOAD and after wards WS_DOWNLOAD and WS_UPLOAD function modules are used in older versions of SAP
now they become obsolute
and you have to use GUI_DOWNLOAD and GUI_UPLOAD in place of them
and these function modules won't work in background when you schedule the BDC in background
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Aug 10 4:34 PM
WS_UPLOAD is obsolete as of 4.7 so GUI_UPLOAD is the next trend FM which will be used in continuance.
whenver there is an upgrade later then the WS_UPLOAD will have to be removed and replaced with GUI_UPLOAD.
so only try to use GUI_UPLOAD only.
<b>
refer
http://help.sap.com/saphelp_erp2005/helpdata/en/79/c554a3b3dc11d5993800508b6b8b11/frameset.htm</b>;
regards,
srinivas
<b>*reward for useful answers*</b>
‎2007 Aug 10 4:45 PM
hi
good
UPLOAD and 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. UPLOAD and DOWNLOAD are not compatible with USs and have been replaced by GUI_UPLOAD and GUI_DOWNLOAD.
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.
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.
thanks
mrutyun^