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

query on Report attributes

Former Member
0 Likes
492

Hi friends

In program attributes (t.code se38), what's the functionality of 'unicode check active' checkbox

Thanks

Suren

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
472

Hi,

When you check the program in SLIN/syntax check, it will give the unicode related error information.

Ex. In your program the FM: WS_UPLOAD. When you do syntax/SLIN check, it will give that the function module is obsolute or not, any unicode related error is there.

Regards,

Bhaskar

3 REPLIES 3
Read only

Former Member
0 Likes
473

Hi,

When you check the program in SLIN/syntax check, it will give the unicode related error information.

Ex. In your program the FM: WS_UPLOAD. When you do syntax/SLIN check, it will give that the function module is obsolute or not, any unicode related error is there.

Regards,

Bhaskar

Read only

Former Member
Read only

Former Member
0 Likes
472

Hi,

In the older SAP version, Unicode was not present , which made it impossible for some East Asian countries like China , Japan , Korea etc to use SAP as their language was not supported by SAP. Until then SAP supported only ASCII and EBCDIC character sets.

In order to provide better compatibililty and services to East Asian Countries, SAP introduced Unicode. It is also an encoding technique like ASCII that follows ISO standards and covers almost all languages.

In this each character uses 2 bytes and this allows 65534 different combinations of characters.

So when u select UNICODE CHECK ACTIVE, syntax check is done pertinent to Unicode format.

Reward if helpful.

Regards.