‎2006 Jun 09 11:33 AM
‎2006 Jun 09 11:49 AM
Hi Vishal,
*-Unicode information
if cl_abap_char_utilities=>charsize = 1.
unicode_sys = 'X'.
else.
unicode_sys = space.
endif.
Regards,
John.
‎2006 Jun 09 11:49 AM
Hi Vishal,
*-Unicode information
if cl_abap_char_utilities=>charsize = 1.
unicode_sys = 'X'.
else.
unicode_sys = space.
endif.
Regards,
John.
‎2006 Jun 09 12:00 PM
as in application program i can inquire through attribute. is same is posiible with table or some transaction code
‎2006 Jun 09 12:05 PM
Hi vishal,
I'm not sure if I understand your requirement. Unicode system and unicode database belong together. You can't have one without the other. So if your DB (tables) are unicode your system is and vice versa.
Using the System->Status function you can also see if your system is unicode (but the same logic is applied as I did in the piece of Abap coding).
Regards,
John.
‎2006 Jun 09 12:04 PM
hii
check <b>system > status</b> ,there unicode system if yes then unicode compatible
‎2006 Jun 09 12:08 PM