‎2008 May 27 8:11 AM
Hi ,
I have written a small zprogram
"REPORT ZTEST1 .
TABLES: MARA.
SELECT * FROM mara WHERE MATNR = 'T-RJ300'.
mara-MBRSH = 'F'.
UPDATE mara.
ENDSELECT."
Now When i try to activate i get this error message and activates with Warning and when i try to execute i get this message
Syntax Error
The program "ZTEST" is not Unicode-compatible, according to its program attributes.
Thanks in Advance
Priya.
‎2008 May 27 8:13 AM
Check the attributes of the program.
Go to SE38 and give the program name and check attributes of the program and click on change and check the Unicode Acitve.
Regards
Kannaiah
‎2008 May 27 8:14 AM
Check the checkbox Unicode active in Program attributes and try to activate.
‎2008 May 27 8:14 AM
For Unicode systems, the programs must be Unicode checks enabled. Go to Program Attributes via menupath: Goto->Attributes in ABAP Editor. In the popup screen, make sure the check box for "Unicode Checks Active" is selected.
‎2008 Jul 08 10:39 AM
Hi,
You better declare an internal table first, then tyr to update the value of MBRSH into table MARA.
Try this and see the result, i hope it will be useful.
‎2008 Jul 08 11:01 AM
Hi Priya.
Check out this link, contains related document about Compatibilities: In Section Compatibility->
http://www.scribd.com/doc/416537/SAP-BC-ABAP-Programming
Regards
Harsh