2008 Jun 20 4:19 PM
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á
2008 Jun 20 4:24 PM
You need to check for Importing parameter CODEPAGE of class CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD
a®
2008 Jun 20 4:24 PM
You need to check for Importing parameter CODEPAGE of class CL_GUI_FRONTEND_SERVICES=>GUI_UPLOAD
a®
2008 Jun 20 4:43 PM
2008 Jun 20 4:53 PM