‎2008 Jan 22 10:13 AM
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
‎2008 Jan 23 5:34 AM
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.
‎2008 Jan 22 10:24 AM
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.
‎2008 Jan 22 10:29 AM
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.
‎2008 Jan 22 12:00 PM
Try setting it using transaction UCCHECK. (Button: Set Unicode Attribute)
Edited by: S Rao on Jan 22, 2008 1:00 PM
‎2008 Jan 23 2:52 AM
Hi Rao,
The program created in SW01 is not displayed in transaction
UCCHECK to make it unicode compatible.
Regards,
Kanthimathi
‎2008 Jan 23 5:34 AM
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.
‎2008 Jan 23 5:48 AM
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
‎2008 Jan 23 6:02 AM