Application Development 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: 

Function module to convert from code page A to code page B

0 Kudos

Hi everyone,

Can any one please tell me if there is any function module to convert from code page A to code page B.

i.e, for example, ansi to unicode.

I came accross sap note related to sapiconv. But i want to know if there is any function module or class metthod.

4 REPLIES 4

sachin_yadav3
Active Participant
0 Kudos

Hi,

Please check Funtion grp SLST. I am not sure how much it will be useful to you.

Regards

Sachin

former_member223213
Participant
0 Kudos

Hi San,

This may help you .

1) SAPICONV described in SAP note 752859

2) Report RSCP_CONVERT_FILE as per SAP note 747615

3) OPEN dataset ... ENCODING NON-UNICODE ... in programs running in ABAP Unicode systems.

0 Kudos

Hi Manoj,

Thank for the reply.
I have already gone through this, but I want to know if there is a function module available.

0 Kudos

hi san,

Did you try the below method's.

Standard code page conversion API is class CL_ABAP_CONV_X2X_CE (or CL_ABAP_CONV_OUT_CE)