cancel
Showing results for 
Search instead for 
Did you mean: 

Sol Man Code Page = 4130?

Former Member
0 Kudos

In a new installation of Solution Manger 7.0, the installer asks me:

His "code page is 4130? ..

This related AMERICAN_AMERICA.UTF8 user Oracle admin and SAP admin?

What is the relationship that exists between the two (code page and UTF8)?

What is the code page that I choose?

Thank you.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Gabriel,

Check out "Unicode: Technical FAQs" at : https : // websmp210.sap-ag.de/unicode@sap

Cheers

Shaji

Former Member
0 Kudos

Hi,

Code Pages

Unicode SAP systems use one system code page and one frontend code page (GUI code page). The

system code page depends on the platform byte order:

􀁸 4103 (UTF-16 LE)

􀁸 4102 (UTF-16 BE)

The frontend code page is 4110 (UTF-8; Unicode Character Set). In Unicode systems the application

server sends the information about the frontend code page, and the frontend code page is

automatically set to 4110 (UTF-8).

I think in your case, you need to give codepage '4103' for Solution manager 7.0 installation,

Please reward points if it helps.

Thanks,

Naga

Former Member
0 Kudos

Hi Gabriel,

UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode. It is able to represent any character in the Unicode standard, yet the initial encoding of byte codes and character assignments for UTF-8 is backwards compatible with ASCII.

Code page is the traditional IBM term used for a specific character encoding table: a mapping in which a sequence of bits, usually a single octet representing integer values 0 through 255, is associated with a specific character. IBM and Microsoft often allocate a code page number to a character set even if that charset is better known by another name.

Oracle Database created with

CHARACTER SET "UTF8"

NATIONAL CHARACTER SET "WE8ISO8859P1"

NLS_LANGUAGE = AMERICAN

NLS_TERRITORY = AMERICA

As far as SAP code pager concerns which is related to UTF-8 is SAP-4110.

From your options if you see 4110, you can choose it. Or you can leave the default codepage as it is.

I hope this is helpful

Cheers

markus_doehr2
Active Contributor
0 Kudos

> In a new installation of Solution Manger 7.0, the installer asks me:

>

> His "code page is 4130? ..

I doubt it's 4130 - it's more 4103

That is the internal SAP Unicode codepage for a little endian platform, big endian platforms have 4102.

> This related AMERICAN_AMERICA.UTF8 user Oracle admin and SAP admin?

That is the database codepage.

> What is the code page that I choose?

The codepage corresponding to your platform.

Check note 991481 - Database is using UTF-8 and not UTF-16 ?

for further information.

Markus

Former Member
0 Kudos

Markus:

I´m sorry.. was a mistake ...code page = 4103.

thanks.