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

Unicode Incompatible

Former Member
0 Likes
919

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.

5 REPLIES 5
Read only

Former Member
0 Likes
764

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

Read only

Former Member
0 Likes
764

Check the checkbox Unicode active in Program attributes and try to activate.

Read only

Former Member
0 Likes
764

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.

Read only

Former Member
0 Likes
764

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.

Read only

Former Member
0 Likes
764

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