Application Development 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: 

Upload/Download FM in unicode environment other than GUI_UPLOAD/GUI_DOWNLOA

Former Member
0 Kudos

Can anyone know any other FM which is used for uploading and downloading in unicode environment?????....coz i am getting type conflicts dumps when i use GUI_UPLOAD or GUI_DOWNLOAD...

9 REPLIES 9

Former Member
0 Kudos

try ws_upload or upload ws_download but this is obsolete.

regards

shiba dutta

0 Kudos

Actually we are replacing WS_DOWNLOAD and WS_UPLOAD with GUI_DOWNLOAD and GUI_DOWNLOAD but there are many problems which are there....so i need some other FM which is used in Unicode...

Former Member
0 Kudos

Hi,

You will have to use GUI_UPLOAD and GUI_DOWNLOAD FMs only in the Unicode compliant systems. Rest all Obsolete FMs. I suggest you to try solving the type conflicts that you are facing using the FMs.

regards,

Mahesh

Former Member
0 Kudos

you try this but i never used these fn modules

UPLOAD_FILES

HR_99S_UPLOAD

regards

shiba dutta

Former Member
0 Kudos

Hi ,

Try using the method GUI_UPLOAD in the class CL_GUI_FRONTEND_SERVICES.

Tough internally it is still calling the GM GUI_UPLOAD , but just give it a try and see.

Regards

Arun

Former Member
0 Kudos

Hi,

PLease check in the exceptions section of this FM, you may b able to rectify there.

Also check the option IGNORE_CERR, in the import parameters,I havnt used them...but can b tried .

Thanks .

Praveen .

Clemenss
Active Contributor
0 Kudos

Hi Ajay,

a l l communication between server and client goes through the SAP GUI. GUI_UPLOAD and GUI_DOWNLOAD was introduced with the newer GUI versions supporting GUI controls.

They are much faster than the old WS_UP- and download modules although - for compatibility reasons - the old modules will work as well.

But I don't think your problem is related to the function you use - the type conflict comes probably from the unicode checks.

Describe your problem in detail, post some code (don't forget to use CODE button above) and let's see what is going on.

Regards,

Clemens

Former Member
0 Kudos

well.......yes the problem is for unicode checks.........i cant post the code coz i m not understanding wht the problem is and the code has more than 2k size..........and there are more than 5 programs i m facing the same problem.......actually i want to upgrade the programs in unicode environment.

Clemenss
Active Contributor
0 Kudos

Hi Ajay,

if a syntax error occurs when you generate:

What is the exact error and where does it occur. What are the structures of data involved?

If a runtime error occurs:

See above.

Regards,

Clemens