‎2008 Dec 17 4:15 AM
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
‎2008 Dec 17 4:16 AM
Hi,
If its only for one program, then got se38, open the program .
Goto => Attributes
Tick Unicode check active.
Save & Activate
Best regards,
Prashant
‎2008 Dec 17 4:16 AM
‎2008 Dec 17 4:19 AM
‎2008 Dec 17 4:22 AM
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
‎2008 Dec 17 4:34 AM
hi frends
with out editing the program and going to attributes
we should make the program unicode enabled
‎2008 Dec 17 4:30 AM
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
‎2008 Dec 17 4:36 AM
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
‎2008 Dec 17 4:39 AM
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.
‎2008 Dec 17 4:39 AM
hi,
then use the view TRDIR and write a simple program.
TRDIR-UCCHECK.
‎2008 Dec 17 4:34 AM
u can use this 'RSUNISCAN_FINAL' report to determine the Unicode-relevant syntax errors for a single program.
‎2008 Dec 17 4:37 AM
Hi,
you should run program (SE38) SWO_SET_UC_FLAG.
hope this will help you.
Regards,
Anand
‎2008 Dec 17 4:46 AM
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