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