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
798

what is the difference between upload and ws_upload

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
780

Hello Mayuri,

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.

Reward If Helpful.

Regards

--

Sasidhar Reddy Matli.

6 REPLIES 6
Read only

Former Member
0 Likes
780

Hi Mayuri,

Upload : uploading file from presentation sever to internal table with use of dialog is possible in upload function & here file name & file type are asked at run time with prompt.

Ws-Upload : uploading file from presentation server to internal table without user dialog is possible in WS-Upload function & here file name & file type at begining is a must.

Read only

Former Member
0 Likes
780

Hi Mayuri,

My request to u before posting any question FIRST SEARCH IN THE SDN ,

IF U FIND ANY THING / ITS NOT UPTO UR ANALYSIS ,

THEN better to approach at that time

All the best

Thanks in advance

Read only

Former Member
0 Likes
781

Hello Mayuri,

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.

Reward If Helpful.

Regards

--

Sasidhar Reddy Matli.

Read only

Former Member
0 Likes
780

Hi

The main diff is in case of UPLOAD user dailog is required. where as in case of WS_UPLOAD user dailog is not required.

reward points if it is helpful.

Regards,

Satish.

Read only

Former Member
0 Likes
780

Mayuri...........Madam......................... both are obsolete dont use

Read only

0 Likes
780

both to r absolute don't use the 2 FM use <b>gui_upload</b>.

<b>Reward points for useful Answers</b>