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 text to unicode

Former Member
0 Kudos

Hi.

Prompt the module for code conversion of the text in unicode. So that the line of type turned out: \u1023 \u.......

Thankful in advance

1 REPLY 1

Former Member
0 Kudos

Hi,

Check these classes:

CL_ABAP_CONV_IN_CE : Reading binary data

CL_ABAP_CONV_OUT_CE : exporting binary data

CL_ABAP_CONV_X2X_CE : reading and exporting binary data and changing the format

Regards,

Anjali