Skip to Content
0
Former Member
Oct 10, 2008 at 11:21 AM

Unicode Incompatible

53 Views

Hi,

I'm into ECC 6.0 upgradation and I'm getting a dump for a prgm in the following statement.

MOVE I_EDITPOS-TABKEY TO WK_KONP.

Declaration for the above statements are:

DATA: BEGIN OF WK_KONP.

INCLUDE STRUCTURE KONP.

DATA: END OF WK_KONP.

DATA: BEGIN OF I_EDITPOS OCCURS 0.

INCLUDE STRUCTURE CDRED.

DATA: END OF I_EDITPOS.

Pls suggest a solution.

Thanks,

Siva