‎2007 Oct 02 2:50 AM
Regarding Unicode Check at ABAP components
During Unicode upgrade we made it 'check as unicode' for all report programs.
Do we need to make unicode check attribute for other componets like Func module,Subroutine pool,Include,Module pool programs etc?
please suggest us.
regards
Ambichan
‎2007 Oct 02 2:52 AM
You need to run UCCHECK transaction for all custom programs. The result will show all errors which are related to Unicode. You need to fix these errors. So check the output of UCCHECK in your system.
‎2007 Oct 02 2:52 AM
You need to run UCCHECK transaction for all custom programs. The result will show all errors which are related to Unicode. You need to fix these errors. So check the output of UCCHECK in your system.
‎2007 Oct 02 5:04 AM
hey ashish,
Thanks for your reply.
we cleared all the UCCHECK errors.
In unicode system, i can see all Programs are unicode active flag checked.
But when i see the programs in Local objects $TMP SAP* i can see few SAP standard subroutine pool and programs which are not unicode check active.
Why it is like this? should we have to make unicode check active for these
SAP standard programs. ?
please confirm.
regards
Ambichan
‎2007 Oct 02 2:14 PM
No, you do not need to do anything for stadard programs and routines. If you see Unicode installation guide, it says only for Custom ABAP program. So if your custom errors are fixed, that should be fine.