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

Former Member
0 Likes
1,180

hi

is there any transaction to change default codepage in the system?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,013

Hi,

there is no TCode for this.

you can do this in following way.

1.On SAP GUI select the system for which u want to chane code page.

2. select change item tab.

3. Goto Code page and change it.

Reward pts if helpful

regards,

Dhan

3 REPLIES 3
Read only

Former Member
0 Likes
1,014

Hi,

there is no TCode for this.

you can do this in following way.

1.On SAP GUI select the system for which u want to chane code page.

2. select change item tab.

3. Goto Code page and change it.

Reward pts if helpful

regards,

Dhan

Read only

Former Member
0 Likes
1,013

Hi,

Use the class cl_abap_conv_obj

and method convert for codepage conversion.

Use this FM's to get code page for any given language

SCP_CODEPAGE_FOR_LANGUAGE.

SCP_GET_CODEPAGE_NUMBER.

Read only

0 Likes
1,013

Thanks for this answer.

i don't want write any code. i want set desired codepage with simple use of

transaction.