Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

difference between ws_upload and gui_upload

Former Member
0 Likes
562

Hi all,

what is the difference between ws_upload and gui_upload?

Regards,

krithika.

4 REPLIES 4
Read only

Former Member
0 Likes
526

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

Read only

Former Member
0 Likes
526

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

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
526

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

Read only

Former Member
0 Likes
526

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