‎2006 Oct 17 3:51 AM
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 .
‎2006 Oct 17 9:37 AM
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
‎2006 Oct 17 9:37 AM
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
‎2006 Oct 19 7:32 AM
Thank you Ravi,
But the task was to check for unicode erros in non-unicode programs without using the transaction UCCHECK.
‎2006 Oct 19 7:36 AM
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