We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.
Showing posts with label nonunicode.. Show all posts
Showing posts with label nonunicode.. Show all posts

Verifying whether a system is Unicode or non-Unicode

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

We can verify whether a system is Unicode or non-Unicode by using the command JCMON . This provides you with the version information similar to the following:

E:\usr\sap\EP7\JC01\exe>jcmon

--------------------
jcmon information
--------------------
kernel release 700
kernel make variant 700_REL
DBMS client library
compiled on NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10
compilation mode UNICODE
compile time Nov 21 2005 20:42:48
update level 0
patch number 0
source id 0.033

---------------------
supported environment
---------------------
database (SAP, table SVERS) 700

operating system
Windows NT 5.0
Windows NT 5.1
Windows NT 5.2



Keyword: BASIS
Title : Verifying whether a system is Unicode or non-Unicode

What is the difference between unicode and nonunicode.

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Unicode is a character encoding system similiar to ASCII. You can see the definiton for Unicode by Unicode consortium below.

Unicode is the universal character encoding, maintained by the Unicode Consortium.
This encoding standard provides the basis for processing, storage and interchange of text data in any language in all modern software and information technology protocols". Unicode covers all the characters for all the writing systems of the world, modern and ancient. It also includes technical symbols, punctuations, and many other characters used in writing text.

The Unicode Standard is intended to support the needs of all types of users, whether in business or academia, using mainstream or minority scripts.

Most of the SAP implementations are done on Unicode system as it support all kind of languages, which is good for a company to expend their business. Another things is Unicode system requires 70% more storage area and processing speed to run the system perfactly.

There are systems like XI, which can work only on Unicode so it is always advisible to go for unicode then to non-unicode.



Keyword: BASIS
Title : What is the difference between unicode and nonunicode.

T r a n s l a t e to your language