‎2008 Nov 17 4:17 PM
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
‎2008 Nov 17 4:22 PM
‎2008 Nov 17 4:22 PM
‎2008 Nov 17 4:38 PM
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
‎2008 Nov 17 10:32 PM
good to know. It always feel much better to be of some help to some great contributors.
‎2008 Nov 17 10:44 PM
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
‎2008 Nov 17 4:23 PM