Application Development 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: 

Syntax Error

Former Member
0 Kudos

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

4 REPLIES 4

Former Member
0 Kudos

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.

Former Member
0 Kudos

can u give me tht internal table fields structure...

If

Former Member
0 Kudos

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

Former Member
0 Kudos