Application Development 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: 

Unicode compatibility error while transporting

Former Member
0 Kudos

Hello everyone,

I am trying to transport a few objects from one system to another.However,while transporting,an error is throwing up which is:

"The program 'SAPLZ_AUTO_PAYT_TRANSFERS' is not Unicode-compatible, according to its program attribute"

I checked the program attributes and the unicode check is not active.

Please guide me for the above problem.

Thanks in advance.

4 REPLIES 4

Former Member
0 Kudos

Hi,

It looks like a Z FM include. Then change the program attributes and check the unicode checkbox

Vikranth

Edited by: Vikranth.Reddy on Oct 14, 2009 5:51 PM

helmut_berger
Explorer
0 Kudos

Hi,

I assume, that the import was successful and the programm is now available in the target system, although

errors occured during import.

There is a transaction UCCHECK where you can check your program for compatibility with a unicode system.

The program checks your program and reports problems. Then you can solve the problem and finally set the unicode flag.

Regards

Helmut

0 Kudos

Thanks for your inputs,

I did check the transaction UCCHECK in the system where the code is to be transported and it is showing "System found no unicode syntax errors."But there are other syntax errors,1 of which states that "In Unicode, DESCRIBE LENGTH can only be used with the IN BYTE MODE."After seeing the details the statement for which this error is showing up is "DESCRIBE FIELD P_HOUSE_NUM1 LENGTH LF_LENGTH"

Also,I would like to know what would be the effect if I click on "Set unicode attribute" button at the top.Will it activate the unicode check?

Please try to answer my above queries.

Thanks.

nabheetscn
Active Contributor
0 Kudos

hello,

Please do the following thing

DESCRIBE FIELD

Additions like BYTE MODE / CHARACTER MODE with DESCRIBE statement is mandatory as per Unicode environment requirements.

By default, BYTE MODE addition is required.

Hope it helps.

Regards,

Nabheet Madan