Skip to Content
0
Former Member
Jan 17, 2011 at 06:26 AM

Error during Upgrade due to unicode check

55 Views

Hi All,

I am getting error like this

The structure "MASKS+BIT(1)" does not start with a character-type field. In Unicode programs in such cases, offset/length declarations are not allowed

actual this is the code in program :

ASSIGN MASKS+BIT(1) TO <MASK> TYPE 'X'.

declaration is

DATA:         BIT    TYPE I,

How can i rectify this one.

Regards

Jai