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

unicode problem

Former Member
0 Likes
521

dear all

i want to add an addition to my insert statement to force the data to be as UTF-8 coding something like

INSERT INTO ZHR_SMS VALUES GS_SMS unicode enable 'utf-8'

but i did't know the syntax the language is set to Arabic

thank you

3 REPLIES 3
Read only

Former Member
0 Likes
492

u login in english and try again. Check teh chcekbox of UNOCODE.

Read only

Former Member
0 Likes
492

i already logged by English but i did't found the check box of Unicode .

i also want to explain that the data is viewed in the table in the database in Arabic but when i read the oracle database i found it

not Unicode.

Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
492

Hi,

you need to have a Unicode system if you want to use Arabic characters.

you cannot store Unicode data in a Non-Unicode ABAP system.

Therefore if you have a Non-Unicode system, you need to do a Unicode conversion.

Best regards,

Nils Buerckel