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

How to track Unicode errors

Chaitanyat
Participant
0 Likes
527

Hi All,

Can any one give a briefing on the kind of unicode errors in SAP and how can we track the unicode errors <i>without</i> using the transaction UCCHECK .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
493

Chaitanya,

Without UCCHECK that is going to be difficult tracking the Unicode errors. When the system is upgraded, we should run all the custom program through UCCHECK so that we know which programs have errors.

And more over its easy to do and you can do this in one shot for all the programs using the selection criterial of the transaction.

Other work around is to manually look at the code and see if there are any commands specified in the UNICODE COOKBOOK for ABAP used in the program.

Regards,

Ravi

Note : Please mark all the helpful answers

3 REPLIES 3
Read only

Former Member
0 Likes
494

Chaitanya,

Without UCCHECK that is going to be difficult tracking the Unicode errors. When the system is upgraded, we should run all the custom program through UCCHECK so that we know which programs have errors.

And more over its easy to do and you can do this in one shot for all the programs using the selection criterial of the transaction.

Other work around is to manually look at the code and see if there are any commands specified in the UNICODE COOKBOOK for ABAP used in the program.

Regards,

Ravi

Note : Please mark all the helpful answers

Read only

0 Likes
493

Thank you Ravi,

But the task was to check for unicode erros in non-unicode programs without using the transaction UCCHECK.

Read only

0 Likes
493

Hi Chaitanya

Unicode errors can be both: SYNTAX errors and RUNTIME errors.

UCCHECK is the better option to analyze syntax errors whereas it can not give runtime errors.

Maybe you can also explore and search for programs with RSUN*.

Kind Regards

Eswar