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

Function module "UPLOAD" failed for Unicode

Former Member
0 Likes
658

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 ?

1 ACCEPTED SOLUTION
Read only

sridhar_k1
Active Contributor
0 Likes
596

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

4 REPLIES 4
Read only

Former Member
0 Likes
596
CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD  is the replacement
Read only

sridhar_k1
Active Contributor
0 Likes
597

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

Read only

Former Member
0 Likes
596

Hi!

I'm using the function module GUI_UPLOAD for unicode files also.

Regards

Tamá

Read only

Former Member
0 Likes
596

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