‎2011 Oct 27 8:53 AM
Hi all. I have a problem regarding the code page conversion from one system to another with a RFC connection.
I have two SAP systems with code page 4103. The RFC connection as it seems connects to the target system with code page 4102. This is perhaps because the 2 SAP systems have different operating systems.
Anyway...after the RFC call, the internal table has information with code page 4012, that means the information is not readable. Is there a way to convert the internal table to another code page ?
Regards,
Cristian.
‎2011 Oct 27 9:16 AM
Hi Cristian,
Take a look to f.m. TRANSLATE_CODEPAGE_IN.
It uses class cl_abap_conv_in_ce. I don't know how it works, maybe you can find any idea useful for your pourpose.
Regards.
Andrea