‎2007 Jan 31 11:19 AM
Hi all,
what is the difference between ws_upload and gui_upload?
Regards,
krithika.
‎2007 Jan 31 11:22 AM
Hi,
GUI_UPLOAD has some additional parameters compared to WS_UPLOAD
You can check this for some info
http://help.sap.com/saphelp_erp2005/helpdata/en/79/c554a3b3dc11d5993800508b6b8b11/frameset.htm
http://www.sapdevelopment.co.uk/file/file_otherpc.htm
Message was edited by:
Chandrasekhar Jagarlamudi
‎2007 Jan 31 11:23 AM
GUI_UPLOAD is the improved version of ws_upload. There are many more importing parameters in GUI_UPLOAD when compared to ws_upload.
It is also recommended that you should use GUI_UPLOAD instead of ws_upload.
Regards,
Ravi
‎2007 Jan 31 11:24 AM
HI,
WS_UPLOAD is an obsolete function module. You should instead use the class CL_GUI_FRONTEND_SERVICES for the same which uses this function module GUI_UPLOAD.
Regards,
Sesh
‎2007 Jan 31 11:29 AM
Hi,
WS_UPLOAD is a obsolete method .GUI_UPLOAD is advance version of WS_UPLOAD in which u have more options such as u can specify the file name and type during runtime instead of specifying it in the function module.
Regards,
Shafi