‎2006 Sep 29 1:43 PM
Hi All,
Are movimg to ERP 5 from SAP 4.6C,
I am getting a unicode error with standard program GBTD6FI0. There is form name 'VAL_R&D' which fails unicode check. Can anyone help as I am confused.
Thanks in advance
‎2006 Sep 29 1:52 PM
Hi Karim,
Possibliy these would be and SPAD/SPAU/OSS notes changes assoicated with this object. You could check those.
Hope this helps you.
~thomas
‎2006 Sep 29 2:03 PM
Hi Thomas,
searched high and low and the SAP notes, but no answer yet. The clue is that GBTD6FI0 is generated by RGUGBR01.
But then I am stuck, I do not want repair the code.
Will appreciate any direction given
‎2006 Sep 29 2:10 PM
I mean to say in previous version is that changes happend using SPAD/SPAU/OSS .
Or is that not possible to regenerate the rules again...
thomas.
‎2006 Sep 29 6:14 PM
Hello Karim
The solution is quite simple. I added a FORM routine with this name to my program an tried to generate. Result: "In Unicode programs the "&" character cannot appear in names, as it does here in the name "VAL_R&D".
Regards
Uwe
‎2006 Sep 29 9:54 PM
Hi Karim,
Program GBTD6FI0 will be genrated by std program RGUGBR00 as a part of FI substitution and validation.
Form Name VAL_R&D is a validation you have created which is a part of customization. Please check in transaction 'OB28' if there is a validation with the name VAL_R&D. If found, please change it so that '&' symbol is not used as it will lead to unicode error.
Cheers,
Vikram
Pls reward for helpful replies!!