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

language specific characters

Former Member
0 Likes
782

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
639

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.

3 REPLIES 3
Read only

Former Member
0 Likes
640

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.

Read only

Former Member
0 Likes
639

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

Read only

Former Member
0 Likes
639

Thanks for all the help!