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

upload

Former Member
0 Likes
649

whar is the diffrence between upload and gui_upload?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
626

Hi Pradeep,

Its WS_UPLOAD and GUI_UPLOAD....

There is no difference.

WS_UPLPOAD is OBSOLETE in ECC.

You can only use GUI_UPLOAD.

Best Regards,

Ram.

6 REPLIES 6
Read only

Former Member
0 Likes
627

Hi Pradeep,

Its WS_UPLOAD and GUI_UPLOAD....

There is no difference.

WS_UPLPOAD is OBSOLETE in ECC.

You can only use GUI_UPLOAD.

Best Regards,

Ram.

Read only

Former Member
0 Likes
626

UPLOAD is obsolete .....

better use the gui_upload method of the cl_gui_frontend_services class.

Read only

Former Member
0 Likes
626

Hi,

UPLOAD ->Upload file from PC(Presentation Server), but displays a dialog window in-order for user to input filepath.

WS_UPLOAD-> Upload file from PC(Presentation Server).

GUI_UPLOAD --> New Version for WS_UPLOAD.,

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.

rewards if useful,

regards,

nazeer

Read only

Former Member
0 Likes
626

HI,

upload is now obsolete..and gui_upload is for its replacement

thanks

vivekanand

Read only

Former Member
0 Likes
626

Hello Pradeep,

Upload is function used to write data from a file in the presentation server to internal table.here you get a <b>dialog- box to enter the path</b> of the file name

in GUI_UPLOAD we have to enter the <b>path as a export parameter</b>...

That is the difference.

Reward If useful

-


Sasi.

Message was edited by:

Sasidhar Reddy Matli

Read only

Former Member
0 Likes
626

thanks