‎2007 Nov 07 7:37 AM
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 ?
‎2007 Nov 07 7:42 AM
both structure should be same.
field lengh and field type should be same .
‎2007 Nov 07 7:51 AM
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 ?