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

SW01 Program - not Unicode compatible

kanthimathikris
Advisor
Advisor
0 Likes
1,519

Dear Friends,

There is a Business Object which on generation gives the error 'The program (of the Business Object) is not Unicode compatible according to its program attributes'.

I have following queries here

a) Where can I see the program attributes of the program that has been developed in SW01

b) If I copy this Business Object and generate the copy it gets generated without any errors; why is this happening?

c) How could I resolve the error of the current business object?

Thanks & Regards,

Kanthimathi

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,287

It is displayed. I have tried at my end. The BO and program names are different.

Check if you have put the program name and not the BO name.

7 REPLIES 7
Read only

Former Member
0 Likes
1,287

a) You can see the program attributes in table TRDIR.

b) Any new object created on Unicode system is by default set with UCCHECK flag.

c) Try to set the UCCHECK flag in TRDIR thru a customized program.

Read only

kanthimathikris
Advisor
Advisor
0 Likes
1,287

Thank you so much for the reply. I have tried that too; the view's table is write-protected hence I am not able to update that field.

Read only

Former Member
0 Likes
1,287

Try setting it using transaction UCCHECK. (Button: Set Unicode Attribute)

Edited by: S Rao on Jan 22, 2008 1:00 PM

Read only

kanthimathikris
Advisor
Advisor
0 Likes
1,287

Hi Rao,

The program created in SW01 is not displayed in transaction

UCCHECK to make it unicode compatible.

Regards,

Kanthimathi

Read only

Former Member
0 Likes
1,288

It is displayed. I have tried at my end. The BO and program names are different.

Check if you have put the program name and not the BO name.

Read only

kanthimathikris
Advisor
Advisor
0 Likes
1,287

Hi Rao,

Thank you so much...yes it is displayed and I could resolve the issue.

But one small question, in my case the BO and the program name are the same and I gave the program name in UCCHECK yesterday..but I got no result...but today I could see the program..any idea why?

Regards,

Kanthimathi

Read only

Former Member
0 Likes
1,287

no idea abt this.

Good that your issue is solved now.