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

whai is Unicode enabled

Former Member
0 Likes
983

Hi to All ? May i know what is unicode enabled system . i heard that we can check wether tha SAP system is unicode enabled or not by using tcode UCHECK .May o know what is UNICODE enable d system ? thaks in Advance.

Regards

Sunil Setty.

Hi to All ? May i know what is unicode enabled system . i heard that we can check wether tha SAP system is unicode enabled or not by using tcode UCHECK .May o know what is UNICODE enable d system ? thaks in Advance.

Regards

Sunil Setty.

2 REPLIES 2
Read only

Former Member
0 Likes
595

Unicode allows data to be transferred across many different SAP and non-SAP systems

without corruption. To make programs Unicode Compliant you will require to make Unicode related changes to your programs.

http://www.sapdb.info/what-is-unicode/

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0ff71ca-1d11-2a10-6a93-88662a6e...

http://www.allinterview.com/showanswers/72084.html

Read only

Former Member
0 Likes
595

Unicode enabled system allows text data from different languages to be stored in one repository.

Version 4.7 and above are all Unicode enabled by default.

If your system is Unicode enabled and your program is also unicode enabled, it allows u to read the text from different languages(without any junk characters)

In non-unicode system,If your logon language is german and if ur attempting to view a Japenese data, it will not give u the correct data which is corrected in case of Unicode systems.

To check if ur program is Unicode enabled or not, follow Goto->Attributes.

You will have a check mark in Unicode checks active checkbox ( In all versions above 4.7 by default it is checked)