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

ABAP Query

Former Member
0 Likes
664

Hi All,

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

Thanks in advance

Raj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
639

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
Read only

Former Member
0 Likes
639

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

Read only

Former Member
0 Likes
639

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

Read only

Former Member
0 Likes
640

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

Incase of upload no such dialogue confirmation is not required.

Read only

Former Member
0 Likes
639

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.

Read only

Former Member
0 Likes
639

Hi raj kumar,

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

Regards,

sravanthi

Read only

Former Member
0 Likes
639

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