HI,
I have a scenario like shown below.
DATA: varx TYPE X,
varc(10) TYPE C.
varx = '1C'.
varc = varx.
but in the above piece of code, i m getting unicode check errors(UCCHECK tcode) which says varx and varc are not mutually convertible in a unicode program.
Can somebody help me in this regard.
Thank you in advance.
Regards,
Soumya