‎2007 Aug 22 3:29 PM
Hi Gurus,
I am getting the following syntax error while executing one of my program " The type of the database table and work area (or internal table ) It_item are Unicode Convertible.
What does this error means?
Thanks
Rajeev Gupta
‎2007 Aug 22 3:37 PM
Are you using it_item table with header line if yes declare it without header line and try
or
If you dont want unicode checks to be done,you can go to your se38 program attributes and uncheck the "Unicide checks" flag.This will prevent unicode checks from happening.
‎2007 Aug 22 3:42 PM
‎2007 Aug 22 3:43 PM
Is it possible to post your code which is causing this error. I guess it will just be a difference in the data type etc... as a unicode system is a lot stricter on field compatibilities and has trouble converting them.
Regards
Mart
‎2007 Aug 22 3:48 PM