2009 Dec 01 1:31 PM
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
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
2009 Dec 01 1:58 PM
Try Using the below line of code:
DO 9 TIMES VARYING UP_ZIFFER FROM ZINT_DENO0 NEXT ZINT_DENO1 RANGE ZINT_DENO.
If this does not work,send the exact error what it shows.
2009 Dec 01 3:55 PM
Hi Jain,
Tnx for ur reply.
But the error was not solved.
The exact error is "ZINT_DENO" and "UP_ZIFFER" are type-incompatible.
Regards,
Ranjith C.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |