2015 Nov 24 6:13 AM
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
2015 Nov 24 9:16 AM
Hi,
is it not a problem of the main property of the program ?
SE38 --> selection properties --> Display
regards
Fred
2015 Nov 24 12:18 PM
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
2015 Nov 24 12:24 PM
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
2015 Nov 24 12:56 PM
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.