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

Code Page List

Former Member
0 Likes
1,786

Hi,

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

Thanks,

Vicki

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
886

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
Read only

Former Member
0 Likes
887

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.