Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unicode error while inserting data into table

Former Member
0 Likes
482

INSERT INTO ZNAC_CAP_DTLS VALUES WA_CAP .

Error - The type of database table and work area "WA_CAP" are not Unicode-Convertible .....

ZNAC_CAP_DTLS is newly created table.

WA_CAP has the same structure as this table.

Can anybody help me in this ?

2 REPLIES 2
Read only

Former Member
0 Likes
384

both structure should be same.

field lengh and field type should be same .

Read only

0 Likes
384

All structure are same as table. Only this assignment is doubtful

WA_CAP-CDATE = SY-DATUM

Where Wa_CAP-CDATE is of DATS type ( Date field (YYYYMMDD) stored as char(8) ).

can this assignment creates any problem ? If yes how do i assign this date ?