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

GUI_UPLOAD failed?

Former Member
0 Likes
503

hi,

if the address of file contains chinese character, the GUI_UPLOAD cann't upload the file ? there's error message ' file is unavailable '

regards

zhangkun

4 REPLIES 4
Read only

Former Member
0 Likes
458

Hi zhang,

Which FM you are using to get the file name.

Use CL_GUI_FRONTEND_SERVICES->FILE_EXIST to check if the file exist or not.

Reward points if useful.

Regards,

Atish

Read only

0 Likes
458

hi Atish,

i use WS_FILENAME_GET to get file name, and if i change the chinese folder name in the path into english, all is ok. so the file is exist.

moreover, it's no matter whether the file name is english or chinese.

Read only

Former Member
0 Likes
458

Hi,

Try Using CL_GUI_FRONTEND_SERVICES->GUI_UPLOAD

Regards,

Shruthi R

Read only

0 Likes
458

CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD didn't work either