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

unicode check

Former Member
0 Likes
565

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

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.

3 REPLIES 3
Read only

Former Member
0 Likes
525

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.

Read only

0 Likes
524

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

Read only

0 Likes
524

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.