Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

UPgrade

Former Member
0 Likes
600

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
577

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.

4 REPLIES 4
Read only

Former Member
0 Likes
578

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.

Read only

0 Likes
577

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

Read only

0 Likes
577

Check this thread

G@urav.

Read only

0 Likes
577

UCCHECK will flag everything for you. Any move or transfer from structure to structure will be flagged if the types are now incompatible.