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 parameter

former_member841898
Participant
0 Likes
602

hi frnds,

can anybody tell me what is the <b>utility of unicode parameter</b> in the attributes section of se38. IN which scenario it is compulsory to check this parameter. Does this is related to any performance related issues?

thanks

pankaj

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
572

Hi Pankaj,

If your system is Unicode enabled(Check with your basis, this is generally if you have multiple language supports) then this check box should be checked.

There is no performance issue because of this.

Regards,

Atish

3 REPLIES 3
Read only

Former Member
0 Likes
572

Hi Pankaj,

This parameter needs to be ticked if your system is Unicode enabled i.e. if you are using/storing data in SAP tables of different languages other than ENglish.

Best regards,

Prashant

Read only

Former Member
0 Likes
573

Hi Pankaj,

If your system is Unicode enabled(Check with your basis, this is generally if you have multiple language supports) then this check box should be checked.

There is no performance issue because of this.

Regards,

Atish

Read only

0 Likes
572

Of course this is performance relevant. Stringcalculations and Stringmanipuations will take longer because internally chars and strings are stored in a slightly different way now. Conversions will be more complex because the relationship 1 byte = 1 character is no longer given. Program code is to be changed more often with a clearer programming style which is more descruptive but sometimes slower.