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 conversion in RFC connection

Former Member
0 Likes
702

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.

1 REPLY 1
Read only

Former Member
0 Likes
465

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