‎2010 Jan 18 6:03 AM
I have declared global field as in one program as %count-mapl , i m copying the program to other server.
It gives syntax error as "in unicode prgms character - cannot appear in names, as it does here in name %count-mapl"
What does this means?
Please help to solve this problem
‎2010 Jan 18 6:18 AM
Hi,
In all ABAP Reports, you have to make the program as Unicode Compliant. This you can achieve in attributes of the Report. So, you have to enable the same and you can activate it once and can check the error has gone or not.
Have a look at the following link
http://help.sap.com/saphelp_nw04/Helpdata/EN/79/c55458b3dc11d5993800508b6b8b11/content.htm
Hope this will help.
Thanks,
Samantak
‎2010 Jan 20 7:58 AM
hi
yes in unicode system you will not be able to use '%' as wat i think is that it is not allowed , so try using some other name for that.
thanks
‎2010 Jan 20 8:23 AM
The problem is not caused by the percentage (%) sign, but by the minus sign in between %count and mapl.
BTW: Do you get an error message, or 'just' a warning?
‎2010 Jan 25 9:22 AM
‎2010 Jan 27 5:26 AM
Hello,
Usage of sign in the variable should give a warning message and not an error message. You can activate it and it will work fine. But if still u are concerned about it, it will be better to change the variable name.
Regards
Richa
‎2010 Jan 28 3:30 AM
Hi,
In Unicode systems '-' is no longer supported for variable names. Also is the case with '%' . please try giving any other name to the variable.
Regards,
Vasuki