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: 

Convert a string from non-unicode to unicode?

Former Member
0 Kudos

Is there a SAP class or object that will allow you to convert a non-unicode string to unicode and vice versa?

1 ACCEPTED SOLUTION

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

the following tools can be used to convert strings / files:

1) class CL_ABAP_CONV_IN_CE

see http://wiki.sdn.sap.com/wiki/display/ABAP/CL_ABAP_CONV_IN_CE

2) 747615 Tool for converting files from one code page to another

3) 752835 Usage of the file interfaces in Unicode systems

Best regards,

Nils Buerckel

SAP AG

1 REPLY 1

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

the following tools can be used to convert strings / files:

1) class CL_ABAP_CONV_IN_CE

see http://wiki.sdn.sap.com/wiki/display/ABAP/CL_ABAP_CONV_IN_CE

2) 747615 Tool for converting files from one code page to another

3) 752835 Usage of the file interfaces in Unicode systems

Best regards,

Nils Buerckel

SAP AG