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

ECC 5.0 ABAP Code

Former Member
0 Likes
326

We upgraded to ECC 5.0 and post step is to run SAMT. I checked most of our Z programs and they all have errors. I have programs with 4 errors and a some with over 200 errors. I expected these programs to fail when executed. We ran programs which contained many errors and they ran successfully. We now question these error messages. We would like to know what is the impact if we do not perform any code corections.

Thanks for your help.

Martin

1 REPLY 1
Read only

uwe_schieferstein
Active Contributor
0 Likes
292

Hello Martin

I would suggest that you check your suspected programs using the code inspector (<b>SCI</b>) and <b>UCCHECK</b> (unicode-check).

The code inspector displays errors and warning in a concise way where you should easily decide whether a program requires maintenance or not.

Even if your ECC 5.0 is not yet and Unicode-System you should start to remove Unicode errors now. Because sooner or later you will (need to) switch to Unicode and before doing so all your customer reports must be free of error.

Regards

Uwe