Application Development 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: 

ABAP Query

Former Member
0 Kudos

Hi All,

Can anybody please tell me the difference between upload and WS_Upload.

Thanks in advance

Raj

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Incase of ws_upload user diologue comes that taking confirmation abut the file path.

Incase of upload no such dialogue confirmation is not required.

6 REPLIES 6

Former Member
0 Kudos

WS_upload is a function module. this is the only difference.

Former Member
0 Kudos

Hi,

WS_UPLOAD is the function module to Upload data/file from Presentation Server to Sap system.

Upload is uploading file or data.

Regards,

Sujit

Former Member
0 Kudos

Incase of ws_upload user diologue comes that taking confirmation abut the file path.

Incase of upload no such dialogue confirmation is not required.

Former Member
0 Kudos

Hi Rajkumar,

Both r same .

The difference is:

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

Ws_upload also perfoms the same function , but without screen. here you do not get a dialog-box, rather you need to type the path of the file name.

Hope it is helps.

Regards,

T.D.M.

Former Member
0 Kudos

Hi raj kumar,

[difference between upload & ws_upload|http://www.geekinterview.com/question_details/1522]

Regards,

sravanthi

Former Member
0 Kudos

Hi Raj.

I would like to suggest a reference,

[SDN - Reference - difference between ws_upload and Gui_upload |;

Hope that's usefull.

Good Luck & Regards.

Harsh Dave