‎2006 Sep 11 9:49 PM
Hi,
I have created one ztable with 8 fields and one Mandt field. I am having data pertaining to 8 fields in itab.
Now I am trying to insert the data in to ztable with this command
INSERT ZRATE FROM TABLE itab.
then it is giving and error msg.
" The type of the database table and work area (or internal table) "itab" are not Unicode convertible."
What would be the cause?
Regards
Reddy.
‎2006 Sep 11 9:54 PM
Hi,
The internal table itab should be of the structure of the ZTABLE..
THanks,
Naren
‎2006 Sep 11 9:55 PM
Hi CHandu,
Go through the below link for the solution,
http://help.sap.com/saphelp_47x200/helpdata/en/79/c55473b3dc11d5993800508b6b8b11/frameset.htm
Regards,
Azaz Ali.
‎2006 Sep 11 10:42 PM
Go to your program and from the menu choose GoTo->Attributes and uncheck the 'Unicode Checks Active' checkbox and run your program.
hith
Sunil Achyut