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

Convert a string from non-unicode to unicode?

Former Member
0 Likes
2,465

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
Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
1,164

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
Read only

nils_buerckel
Product and Topic Expert
Product and Topic Expert
0 Likes
1,165

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