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

Generate BOR in Unicode system?

Former Member
0 Likes
615

hello,

In the non-unicode system, We transfer to a unicode system a bussiness object (BOR) and the try to generate this with transaction SWO1 to have the programm unicode ( With unicode check) , But we always get error " its attribute is not uniocde" and we can not generate ? Is there any way to generate this object ?

Thanks in advance

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
532

First create the BOR without the Unicode Check. After Generating this go to transaction code UCCHECK make it unicode enabled.

First create the BOR without the Unicode Check. After Generating this go to transaction code UCCHECK make it unicode enabled.

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
533

First create the BOR without the Unicode Check. After Generating this go to transaction code UCCHECK make it unicode enabled.

Read only

0 Likes
532

Go to SE38 and run this progrm

SWO_SET_UC_FLAG

Enter the BOR you wish to make UNICODE compliant

Execute