‎2006 Dec 08 2:48 PM
Hi,
I have a program that uses the Function module UPLOAD. This function again uses the function ws_upload, which is obsolete. ws_upload and ws_download have been replaced by the new ones in CL_GUI_FRONTEND_SERVICES. But what function / method is replacing the UPLOAD function ?
‎2006 Dec 08 2:53 PM
You need to use
CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG first and
fm GUI_UPLOAD or CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD.
to replace UPLOAD.
Regards
Sridhar
‎2006 Dec 08 2:52 PM
‎2006 Dec 08 2:53 PM
You need to use
CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG first and
fm GUI_UPLOAD or CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD.
to replace UPLOAD.
Regards
Sridhar
‎2006 Dec 08 2:54 PM
Hi!
I'm using the function module GUI_UPLOAD for unicode files also.
Regards
Tamá
‎2006 Dec 08 3:00 PM
Hi Peter,
You can use GUI_UPLOAD function module, or else as Chandrashekar said you can make use of CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD
Regards
Sudheer