‎2007 Feb 22 3:25 PM
Hello Friends,
Can any one Take me through UCCHECK purpose and How to use this efficiently.
Thank You Friends.
‎2007 Feb 22 3:28 PM
hi,
UCCHECK helps you to find the unicode issues in your program. this tcode exists only in unicode systems.
If you are in a non unicode system and want to upgrade to unicode system then once out your file into the unicode system then use this transactionto find out the unicode issues you need to correct
‎2007 Feb 22 3:28 PM
check....
www30.sap.com/korea/Company/Events/techday05/img/data_01.pdf
www.sap.com/solutions/business-suite/erp/pdf/SAP_Insider_Consider_3_Qts.pdf
‎2007 Feb 22 3:28 PM
hi,
UCCHECK helps you to find the unicode issues in your program. this tcode exists only in unicode systems.
If you are in a non unicode system and want to upgrade to unicode system then once out your file into the unicode system then use this transactionto find out the unicode issues you need to correct
‎2007 Feb 22 3:40 PM
This is not true. you can find uccheck is available in evry system >= 4.7. Regardless if it is unicode system or not. To be honest, in a unicode system UCCHECK makes no sense.
‎2007 Feb 22 3:29 PM
UCCHECK checks all objects speciefied on the selection screen if they are unicode compliant or not. You will get a line for evry soruceline which is not unicode compliant. Do not forget to mark every program which passes this check in the settings.
‎2007 Feb 22 3:33 PM
Hi,
Please check this links.
http://service.sap.com/unicode
http://service.sap.com/unicode@SAP
https://www.sdn.sap.com/irj/sdn/collaboration
http://www30.sap.com/korea/Company/Events/techday05/img/data_01.pdf
Also please check online documentation as well.
Regards,
Ferry Lianto
‎2007 Feb 22 3:35 PM
Hi Sirigiri,
Follow this procedure:
Execute program RSUNISCAN_FINAL or go Tcode UCCHECK.
At selection screen provide the program name ( for which u want to check for UCCHECK).
In same box at last four CHECK BOXES are there. Do not select any check box. Or run it by selecting 2nd check box which is having text "include only Objects with Object Repository Entry (TADIR)".
There is tab having title "Statemetns that can not be analysed statically".
In this box ENABLE both the CHECK BOXES.
'X' - Display lines that cannot be analyzed statically
'X' - Show also Locations Hidden with "#EC *
And also ENABLE both the check boxes in tab "Application-Specific Checks".
'X' - View Maintenance
'X' - Obsolete Function Modules: UPLOAD/DOWNLOAD
This time all the ERRORS and WARNINGS will be displayed if program contains any.
Reward points if helpful answer.
Ashvender