cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

default codepage

Former Member
0 Likes
1,842

Hi.

How to find what codepage has been set as default codepage in system?

View Entire Topic
Former Member
0 Likes

Hi,

You can check the code page in the following way:

Table : ARCH_CP

Function Module : SCP_GET_CODEPAGE_PROPERTIES " check if the codepage of the file is a unicode codepage

SCP_GET_CODEPAGE_NUMBER " no unicode system -> Check if MNLS support (MDMP)

check in the standard program : LARCHF02

You can check ur system codepage in Function Module: SYSTEM_FORMAT, SYSTEM_CODEPAGE

Regards,

Sathish