‎2008 Apr 07 2:50 PM
Hello friends,
We are going from 4.6 to 6.0 and is unicode.
Can some one provide me a check lisk kind of thing that would have all the ABAP remidation that needs to be done for the custom development.
Specially with the interface programs.
Thanks,
Ster
‎2008 Apr 07 3:25 PM
Just run UCCHECK on your upgraded system and it will provide you a detailed listing of all unicode corrections that need to be applied to your code.
‎2008 Apr 07 3:25 PM
Just run UCCHECK on your upgraded system and it will provide you a detailed listing of all unicode corrections that need to be applied to your code.
‎2008 Apr 07 3:29 PM
THnaks have done that. However I have heard that we need to look at the move statements, transfer statemenets and more which would result in syntax error but will result in unexecpted results.
ANy suggestion on this.
Ster
‎2008 Apr 07 3:38 PM
‎2008 Apr 07 3:43 PM
UCCHECK will flag everything for you. Any move or transfer from structure to structure will be flagged if the types are now incompatible.