‎2006 Oct 09 6:11 AM
Hi Friends,
I have one query in script.
Will anybody will tell me how to change the language EN to frech in sap script??
Plz tell me in detail.
‎2006 Oct 09 6:14 AM
Hi ,
Go to SE71 -> Enter the Form name -> Language Attributes-> Transalate to individual language - > Select French.
I hopet this helps
Regards
Sunil.M
‎2006 Oct 09 6:15 AM
Login in your program through language english.Write the selection texts in English.Go to SE63 transaction for translations.It will ask for the language in which you want to translate.First translate from english to french .
traslation-short text-abap->program text
Here you have to maintain your selection screen text in both the languages french and english.After then when you will login through frech you will see french texts
or
Stay in your program in SE38.
GOTO-->TEXT ELEMENTS -> selection text
You will go the selection text there Type your enlgish version.
Then again in MENU BAR
GOTO->TRANSLATION.
It will ask for langguage select french language then enter the text in fench language.
save the text.
‎2006 Oct 09 6:18 AM
U can copy the existing script to new script in required language.
se71 -> utilities -> Copy from client
U can proceed.
Regards
‎2006 Oct 09 7:47 AM
Hi Friends,
Actually i have one form. Now my requirement is to change transalate the form from one language to other language.
‎2006 Oct 09 7:51 AM
hi,
You can goto transaction SE63 and translate the scripts into different languages.
In SE63, click Translation -> Long Texts -> Sapscripts -> Forms
Those language you can convert to have already been pre-installed in the system.
SE63 is the best way to translate since it offers check options.
Look at SE76(SAPscript Translation Layout Sets ) and SE77(SAPscript Translation Styles ).
Regards
Sudheer
‎2006 Oct 09 7:53 AM
hi,
goto SE63->menu
TRANSLATIONS->R/3 enterprise->LONG TEXTS(DOCUMENTATION).
click it.
select L5-F1 HELP (Open the tree for this)
choose RE Reports, Function Groups, Logical Databases
on the transalation give
Source language - EN ( seems like not editable, but value can entered from the f4 help)
Target language - french
give ur object name also.
thats all..
rgds
anver
pls rwd points for all helpful answers
‎2006 Oct 09 9:54 AM
Hi,
correct way is:
Call SE71.
Enter existing form name.
Enter desired target language.
ENTER
Activate Form.
All existing windows texts are copied as they are. You will have to do all language-dependent changes manually.
A good way to make future changes easier is to maintain language-dependent text elements in table TTDTG and use the defined symbols (use Z-namespace) in the text windows.
If you do this consequently, the change process gets much easier: Make all changes in source language. Delete and recreate target language. Activate.
All character, paragraph, page, window and so on definitions are languange-independent anyway.
Regards,
Clemens