‎2007 Jan 22 6:27 PM
‎2007 Jan 22 6:49 PM
hi
there is not much diff.
gui_upload is the replacement for ws_upload and has some additional interface parameters.
Cheers,
Abdul Hakim
‎2007 Jan 22 6:28 PM
‎2007 Jan 22 6:29 PM
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=>GUI_UPLOAD which you can use, it actually calls the function module GUI_UPLOAD underneath.
Are we passing the test?
Regards,
Rich Heilman
‎2007 Jan 22 6:38 PM
hi sunil,
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.
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.
~~Guduri
‎2007 Jan 22 6:49 PM
hi
there is not much diff.
gui_upload is the replacement for ws_upload and has some additional interface parameters.
Cheers,
Abdul Hakim
‎2007 Jan 22 7:16 PM
Hi,
Please check this link.
http://help.sap.com/saphelp_erp2005/helpdata/en/79/c554a3b3dc11d5993800508b6b8b11/frameset.htm
Regards,
Ferry Lianto
‎2007 Jan 22 7:36 PM
<b>WS_UPLOAD</b> is the prevous one which was using but its an obsellete.
<b>GUI_UPLOAD:</b> it is a latest FM used to uploading the data.