‎2008 Dec 05 12:05 PM
Hi All,
I need help regarding the language specific characters.
From a flat file data is updated to sap table thru a Function module . The data has characters in languages like portugese, french like ó ç ã but when the data from the file is loaded into sap it gets stored as # instead of ó or ç or ã .
For example. i want to store it as Qualificações but it is appearing as Qualifica##es
Is there any function module or code to encode the same. Please send
Thanks in advance
‎2008 Dec 06 5:10 AM
Hi Ghousia,
you can refer to the following link :
http://help.sap.com/saphelp_nw04/helpdata/en/af/0e1b3c28f20c14e10000000a114084/frameset.htm
hope it helps you.
‎2008 Dec 06 5:10 AM
Hi Ghousia,
you can refer to the following link :
http://help.sap.com/saphelp_nw04/helpdata/en/af/0e1b3c28f20c14e10000000a114084/frameset.htm
hope it helps you.
‎2008 Dec 06 11:29 AM
Hi,
While saving the TEXT file(Flat File), during the SAVE AS option, select ENCODING as "UTF-8".
If the file is placed on presentation server, also ensure that the necessary language is also download on presentation server.
Best regards,
Prashant
‎2008 Dec 18 12:29 PM