Skip to Content
0
Former Member
Jun 27, 2008 at 04:38 AM

Unicode Issue

24 Views

How to replace the following code during unicode conversion

-


select * into datatab-data from catsdb

where pernr IN select_pernr.

datatab-pernr = datatab-data+3(8).

datatab-tabname = 'CATSDB'.

datatab-dtype = 'C'.

-


where CATSDB is transparent table with 108 fields.

and datatab is a structure of type ZHCLONE_DATATAB which has 4 fields PERNR,DTYPE,TABNAME,DATA.

data is a charater field of length 4999.

Error:CATSDB and DATATAB-DATA are not mutually convertable in unicode conversion.

please provide me the solution as soon as possible.

it will be really helpfull for me.

Thanks and Regards,

Santosh Kumar Barik