Application Development 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: 

Code Page List

Former Member
0 Kudos

Hi,

Would there be a full list of all code page that used in SAP?

Thanks,

Vicki

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Function module

SCP_CODEPAGE_BY_EXTERNAL_NAME returns the SAP codepage number for an external character set name such as "iso-8859-1". Function module

NLS_GET_FRONTEND_CP returns the related non-Unicode frontend codepage

for a language.

You can specify the desired codepage interactively, if the parameter

with_encoding of method file_save_dialog is set by

cl_gui_frontend_services.

1 REPLY 1

Former Member
0 Kudos

Function module

SCP_CODEPAGE_BY_EXTERNAL_NAME returns the SAP codepage number for an external character set name such as "iso-8859-1". Function module

NLS_GET_FRONTEND_CP returns the related non-Unicode frontend codepage

for a language.

You can specify the desired codepage interactively, if the parameter

with_encoding of method file_save_dialog is set by

cl_gui_frontend_services.