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

Upload problem with unicode system

Former Member
0 Likes
550

Hi!

I hope any of you could give me some ideas about uploading country specific characters into SAP. This SAP is a 4.7 unicode one.

I'm using CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD for uploading a flat file. The file was chosen, using the FILE_OPEN_DIALOG from the same class.

The flat file contains hungarian (HU) specific text, like "Leltártvégezte".

After uploading it, it seems like this: "Lelt#rtv#gezte". The special characters are replaced with #.

All suggestions are welcome.

Thank you

Tamá

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
515

You need to check for Importing parameter CODEPAGE of class CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD

a®

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
516

You need to check for Importing parameter CODEPAGE of class CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD

a®

Read only

0 Likes
515

Is there a way to get (query) the codepage of the GUI?

Read only

0 Likes
515

Try to use fm NLS_GET_FRONTEND_CP

a®