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

Former Member
0 Likes
479

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

Former Member
0 Likes
369

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