‎2006 Dec 04 3:42 PM
Hi,
I trying convert the 4.5b code to 6.0, I'm getting error as type incompatiable for the code
Data : HEXIN(12) TYPE X,HEX TYPE X.
DO ANZAHL TIMES
VARYING HEX FROM HEXIN NEXT HEXIN+1.
ENDDO
Can anyone please help me to fix this issue?
Thanks
Kisu
‎2006 Dec 04 3:50 PM
mostly the TYPE X is not present in 6.0 check and replace it with the one which has been provided and it will work...
‎2006 Dec 04 3:54 PM
hi Kisu,
TYPE X may not be present in 6.0 version or may not be supported because of unicode related issues check help .
Regards,
Santosh
‎2006 Dec 04 3:54 PM
This is caused becuase of the Unicode environment in the new instance.
You need to do the changes to the code so that they are unicode compatible.
See Help
http://help.sap.com/saphelp_nw2004s/helpdata/en/79/c55485b3dc11d5993800508b6b8b11/content.htm
By the way, data type X is still supported.
Regards,
Ravi
Note - Please mark the helpful answers
‎2006 Dec 06 3:03 PM
Can anyone help me in rewriting the code in unicode systems.. please.....
‎2006 Dec 06 4:21 PM
Hi kisu,
please post more code.
Tra replacement of TYPE X with type C.
Regards,
Clemens
‎2006 Dec 06 4:30 PM