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

To read Double Byte Character

Former Member
0 Likes
825

Hello All,

What is meant by Double Byte Character.

I want to read the this Double Byte Character.Is there any function module or class to read this or any other way to get the double byte character.

This is very urgent please i will reward points.

Thanks,

Karan

Hello All,

What is meant by Double Byte Character.

I want to read the this Double Byte Character.Is there any function module or class to read this or any other way to get the double byte character.

This is very urgent please i will reward points.

Thanks,

Karan

1 REPLY 1
Read only

Former Member
0 Likes
521

Hello Indrakaran,

For to determine Field Properties in Unicode please take a look at the New Unicode Class CL_ABAP_CHAR_UTILITIES.

CHARSIZE attributes:

The CHARSIZE attribute declares the length of a C(1) field in bytes - that is, one byte in NUS, and either two or four in US, UTF-8 or UTF-16 respectively.

Hope it helps,

Heinz