Hai all,
We are doing ECC6.0 upgrade from 4.6C. While doing this the following error is displayed when we enable a program as unicode enabled.
"ZINT_DENO" and "UP_ZIFFER" are type-incompatible ( DO 9 TIMES VARYING UP_ZIFFER FROM ZINT_DENO0 NEXT ZINT_DENO1 )
the fields are declared as below in my code.
UP_ZIFFER(1) TYPE N.
BEGIN OF ZINT_DENO,
more than crore in version 2
CRR(2) TYPE C,
LAK(2) TYPE C,
TSD(2) TYPE C,
HUN(3) TYPE C,
END OF ZINT_DENO.
How to solve this? Is there any alternative code in ECC6 for this?
Regards
Renuga.A