‎2008 Jul 17 7:59 AM
‎2008 Jul 17 8:01 AM
Hi Divya,
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.
Regards,
Sravanthi
‎2008 Jul 17 8:02 AM
This sounds as if you want the answer for certification question.
have a look at them bothu using SE37.
J
‎2008 Jul 17 8:05 AM
Hi if u use FM 'UPLOAD'
File transfer with dialog from presentation server file to internal table( it gives popup for input).
Data which is available in a file on the presentation server is
transferred in an internal table. ASCII and binary files can be
transferred.
FM 'WS_UPLOAD'
File transfer from presentation server file to internal table.
Uploading a file from the presentation server into an internal table.
‎2008 Jul 17 8:11 AM
Q: Difference between UPLOAD and WS_UPLOAD?
Ans: UPLOAD - File transfer with dialog from presentation server file to internal table. Data which is available in a file on the presentation server is transferred in an internal table. ASCII & Binary files can be transferred.
‎2008 Jul 17 8:14 AM
Hi Divya.
Let me suggest,
First of all WS_UPLOAD is an obsolete function module.
As GUI_UPLOAD is an improved version and has much more better features.
I would like to suggest a couple of references,
[SDN - Reference for difference between WS_UPLOAD & GUI_UPLOAD|;
[SDN - Reference for differences in functionalities in Upload function modules|;
[SDN - Reference for understanding the difference through sample code |;
Hope that's usefull.
Good Luck & Regards.
Harsh Dave
‎2008 Jul 17 8:22 AM
Incae of WS_UPLOD.....user diologue comes that taking confirmation regarding the file...
Incase of UPLOAd no such diologue confirmation is not required
‎2008 Jul 17 8:30 AM
Hi divya.,
 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.
Regards,
SubbaRao