‎2009 Oct 26 4:22 AM
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.
‎2009 Oct 26 4:38 AM
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
‎2009 Oct 26 4:53 AM
Thanks. But this trasaction is used to check Syntax in Unicode Env. This doesnt answer my question.
‎2009 Oct 26 5:34 AM
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