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 convertible

Former Member
0 Likes
736

Hi friends,

While executing the Modile pool prog. Im gettting the below error

"The type of database table and work area(or internal table) e_sflight are not UNICODE CONVERTIBALE

Can anyone hlep what may be issue

Thank you

Regards,

Sandy

5 REPLIES 5
Read only

Former Member
0 Likes
694

Make sure you declare the internal table or work area of the type or like the data base table on to which you are performing any actions

Read only

Former Member
0 Likes
694

HI,

See if your declarations are without heder lines.

Thanks

Suraj

Read only

0 Likes
694

>

> See if your declarations are without heder lines.

> Suraj

Header lines are for sure unicode compatible. There are a lot of reasons not to use them, but unicode is not.

Read only

0 Likes
694

I am facing the same problem.

Could you please tell me the problem of using header line?

Thanks in advance.

Read only

0 Likes
694

Your workarea ist not compatible to the internal table.