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

Table Maintenance Generator and Unicode

Former Member
0 Likes
1,104

We recently upgraded from 4.7 to ECC 6.0. As part of that project we are also getting ready for a Unicode conversion by setting the Unicode flag, running transaction UCCHECK and doing extended syntax checks on our programs. So far, so good.

When I ran UCCHECK for some Z objects, it picked up some table maintenance generator programs and gave a message indication that the generated code for these programs was not Unicode compliant and to run SAP program RSVIMT_UC_VIEW_MAINT_GEN. I ran this for these programs and set the Unicode switch manually for them. When I run UCCHECK and the extended syntax check, everything looks good. So far, so good.

But when I try to save data using the table maintenance program, I am getting a dump: UC_OBJECTS_NOT_CONVERTIBLE. Iu2019ve looked for notes but havenu2019t found any that seem to fix the problem. I can get around this by turning off the Unicode flag on the program, but this is not a long term solution.

So Iu2019m wondering if anyone else has seen this problem and managed to fix it.

Rob

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
844

we didnt have any such issues during our unicode conversion. are you using any custom code within the events there? Thats the only reason I can think of giving this error.

5 REPLIES 5
Read only

Former Member
0 Likes
845

we didnt have any such issues during our unicode conversion. are you using any custom code within the events there? Thats the only reason I can think of giving this error.

Read only

0 Likes
844

MxG and Neha - thanks for the links, It looks like I may have missed something on my part. The error is indeed coming during my event processing. (I had mislead myself into thinking it was from the standard SAP generated code.) I'll look into it some more and get back to you.

That was it - I was incorrectly assigning the TOTAL internal table to a structure. Since TOTAL has no structure, it was complaining. It's not completely fixed yet, but it looks like field symbols will take care of it.

Thanks

Rob

Edited by: Rob Burbank on Nov 17, 2008 3:34 PM

Read only

0 Likes
844

good to know. It always feel much better to be of some help to some great contributors.

Read only

0 Likes
844

Well, I'm a bit embarrassed that I didn't see the thread that you and Neha found in just a few minutes. But I was sooo certain that it was a problem in the SAP generated code.

Rob

Read only

Former Member
0 Likes
844

Hi

Check this :

lets see if it helps.

Regards

Neha