Skip to Content
0
Former Member
Dec 31, 2007 at 06:11 AM

Unicode conversion problem

27 Views

Hi all,

I am getting dump in ECC6 saying unicode conversion problem for below code. errror analysis saying that 'MOVE source TO destination is not convertible in unicode enabled program'. Plz help me in rectifying this error.

code:

loop at itab into wa.

-


endloop.

thanks in advance,

Steve