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

UCCHECK errors fix - Reg

former_member206394
Active Participant
0 Likes
1,116

Dear Experts,

Greetings!

This is for the first time i am working on the UCCHECK error fixes.  I have the list of errors (basis team identified and gave us the list) which are to be fixed.  With the help of SCN Wiki, i found some solution for the errors but i have a problem in activating the program.

For example:

"SEPERATOR" and "SEP" are not mutually convertible in a Unicode program.  this is the error identified in one of the standard programs.

Solution for this is to use FILL_CONTAINER_C method of the class CL_ABAP_CONTAINER_UTILITIES.

i did the same and tried to activate the program.  Then i get the error The program "SAPLZBDC" is not Unicode-compatible, according to its program attributes.


Do i need to Set the unicode compatible checkbox before attempting the changes?

What is the standard procedure to correct all these UCCHECK errors?  Went through many of the SCN posts on the same issue but no proper procedure identified.

Please suggest.

Regards,

Shankar

4 REPLIES 4
Read only

FredericGirod
Active Contributor
0 Likes
897

Hi,

is it not a problem of the main property of the program ? 

SE38 --> selection properties --> Display

regards

Fred

Read only

0 Likes
897

Dear Frederic,

Greetings!

SE38->Report Attributes-> Unicode checks active checkbox is unchecked.

Do you want me to first check this checkbox and then perform the changes to activate the report? or Once the changes are done, set the unicode attribute?

Please suggest.

Regards,

Shankar

Read only

0 Likes
897

Hi Shankar,

You can set the UNICODE set flag in the attributes, save the change and try activating it. If there are any unicode errors, it would get listed. Check for both warnings and error during activation.

Regards,

~Athreya

Read only

Rushikesh_Yeole
Contributor
0 Likes
897

First you need to execute UCCHECK t-code and there is option as SET UNICODE ATTRIBUTE.

Once done, resolve other errors. It will speed up work.