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 enabling

Former Member
0 Likes
1,529

Hi Gurus Good Morning,

I have a requirement that to make a program unicode flag attribute set..

is there any program or function module that we can make the program unicode compatabile.

Thanks

12 REPLIES 12
Read only

Former Member
0 Likes
1,409

Hi,

If its only for one program, then got se38, open the program .

Goto => Attributes

Tick Unicode check active.

Save & Activate

Best regards,

Prashant

Read only

former_member189059
Active Contributor
0 Likes
1,409

Edit the program attributes in SE38

Read only

Former Member
0 Likes
1,409

Hi

Check This FM RSS_PROGRAM_INSERT

Ranga

Read only

Former Member
0 Likes
1,409

Hi,

Follow this link...You will find everything relatred to Unicode.

http://help.sap.com/erp2005_ehp_04/helpdata/EN/79/c55458b3dc11d5993800508b6b8b11/frameset.htm

Regards:

Alok

Read only

0 Likes
1,409

hi frends

with out editing the program and going to attributes

we should make the program unicode enabled

Read only

Former Member
0 Likes
1,409

Hi Suma,

You can use TCODE : UCCHECK to set unicode flag for multiple programs at the same time.

The second column in the display represents the unicode flag,

Just select the required programs and click on "Set Unicode attribute".

Regards

Read only

0 Likes
1,409

Hi

By going to uccheck we can make the program unicode set attribute..

but i have to write a program to make unicode set attribute..

is there standard report or fm to make unicode enabled

Read only

0 Likes
1,409

if u want program then then u can use the call transaction statement in ur program to call UCCHECK and process it.

u can also record bdc for uccheck and create a program for it.

Read only

0 Likes
1,409

hi,

then use the view TRDIR and write a simple program.

TRDIR-UCCHECK.

Read only

Former Member
0 Likes
1,409

u can use this 'RSUNISCAN_FINAL' report to determine the Unicode-relevant syntax errors for a single program.

Read only

Former Member
0 Likes
1,409

Hi,

you should run program (SE38) SWO_SET_UC_FLAG.

hope this will help you.

Regards,

Anand

Read only

0 Likes
1,409

hi anand

the program which was given it is only objects but for the report programs

to make unicode enabled do u have any idea.

Thanks

Edited by: suma chandra on Dec 17, 2008 5:47 AM