‎2008 Jun 16 8:58 AM
hi
is there any transaction to change default codepage in the system?
‎2008 Jun 16 9:03 AM
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
‎2008 Jun 16 9:03 AM
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
‎2008 Jun 16 9:14 AM
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.
‎2008 Jun 16 9:19 AM
Thanks for this answer.
i don't want write any code. i want set desired codepage with simple use of
transaction.