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 check Materials needed

Former Member
0 Likes
576

UNICODE materials needed related to SAP

How unicode check can be done during upgradation?

Regards,

Chandrasekaran P P

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
542

Hi,

Check for the following errors

object must be a character type data object

In Unicode, the addition IN BYTE/CHARACTER MODE must be specified

The access and storage modes ACCESS and MODE must be specified

var1 and var2 are not mutually convertible. In Unicode programs must have the same type/structure

TRANSLATE…CODE PAGE/NUMBER FORMAT not allowed

The data type/structure objetcs in 'ADD' statement should have same type

The data type/structure "&1" and "&2" are should have same type

IN TEXT MODE the addition ENCODING must be specified

Structures "&1" and "&2" are not mutually convertible.

The ENCODING addition is not valid in BINARY mode

The IGNORING CONVERSION ERRORS addition is not valid in BINARY mode

The REPLACEMENT CHARACTER addition is not valid in BINARY mode

Check for the Customer code pages and use the tcodes SCOV and SPUMG .

reward if sueful

regards,

Anji

4 REPLIES 4
Read only

Former Member
0 Likes
542

Hi Chandra,

The Link will be helpful to you.

Warm Regards,

Vijay

Read only

Former Member
0 Likes
543

Hi,

Check for the following errors

object must be a character type data object

In Unicode, the addition IN BYTE/CHARACTER MODE must be specified

The access and storage modes ACCESS and MODE must be specified

var1 and var2 are not mutually convertible. In Unicode programs must have the same type/structure

TRANSLATE…CODE PAGE/NUMBER FORMAT not allowed

The data type/structure objetcs in 'ADD' statement should have same type

The data type/structure "&1" and "&2" are should have same type

IN TEXT MODE the addition ENCODING must be specified

Structures "&1" and "&2" are not mutually convertible.

The ENCODING addition is not valid in BINARY mode

The IGNORING CONVERSION ERRORS addition is not valid in BINARY mode

The REPLACEMENT CHARACTER addition is not valid in BINARY mode

Check for the Customer code pages and use the tcodes SCOV and SPUMG .

reward if sueful

regards,

Anji

Read only

0 Likes
542

HI,

I wolud like to thank all of u for ur help.

Regards,

Chandrasekaran P p