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

Unicode check

Murali_Shanmu
SAP Champion
SAP Champion
0 Likes
475

Hi,

I came across a statement


 <b>if</b> cl_abap_char_utilities=>charsize NE 1

Could someone please explain how this checks if a system is Unicode or not. The initial value of the attribute charsize is %_CHARSIZE in the class cl_abap_char_utilities.

Thanks,

Murali.

3 REPLIES 3
Read only

Former Member
0 Likes
429

HI ,

One transaction is available in ECC for checking unicode or not is " UCCheck "

Run the transaction and give the program name and execute the program ...

Thanks

Shambhu

Read only

0 Likes
429

Thanks. But this trasaction is used to check Syntax in Unicode Env. This doesnt answer my question.

Read only

0 Likes
429

HI Murali,

If class : cl_abap_char_utilities is used, then it means it is unicode compatible then only it is getting used.

This class is used for utilizing UC features.

http://help.sap.com/saphelp_nw04/Helpdata/EN/79/c554acb3dc11d5993800508b6b8b11/content.htm

Edited by: prince vohra on Oct 26, 2009 6:36 AM