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: 

what is unicode check in sap?

Former Member
0 Kudos

what is unicode check in sap?

2 REPLIES 2

Former Member
0 Kudos

Hi

http://help.sap.com/saphelp_nw2004s/helpdata/en/79/c55458b3dc11d5993800508b6b8b11/content.htm

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 .

Please Go through these Documents,

Very good document:

http://www.doag.org/pub/docs/sig/sap/2004-03/Buhlinger_Maxi_Version.pdf

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d37d1ad9-0b01-0010-ed9f-bc322231...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/589d18d9-0b01-0010-ac8a-8a228520...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f8e316d9-0b01-0010-8e95-829a58c1...

Former Member
0 Kudos

Unicode Check is one of the latest enhancement in SAP which has been done so as to provide SAP product in almost all the language that is spoken in the world.

A program as to be made Unicode check Active in its attribute so that it can be used in Unicode enabled SAP system.

Regards,

Amit

Message was edited by:

Amit Kumar