Skip to Content
0
Former Member
Dec 04, 2008 at 04:04 PM

Unicode conversion error

59 Views

HI Experts,

I am changing a program from non unicode to unicode.

form rellenar_error tables we structure YYF_ES001_ERR

wx structure YYF_ES001_DEF

using l_cod l_datos.

clear we.

we-cod = l_cod.

we-dat = l_datos. <-- Unicode Conversion error

append we.

endform.

the form is in a subroutine pool,. with multiple calls in main program.

The Error

The statement

"MOVE src TO dst"

requires that the operands "dst" and "src" are convertible.

we-dat is of type c

and l_datos has 3 fields: waers, wrbtr, wrbtr.

can anyone help me with the solution.

Edited by: MAHESH FADNAVIS on Dec 4, 2008 5:06 PM