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 in script

Former Member
0 Likes
828

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.

7 REPLIES 7
Read only

Former Member
0 Likes
758

Hi ,

Go to SE71 -> Enter the Form name -> Language Attributes-> Transalate to individual language - > Select French.

I hopet this helps

Regards

Sunil.M

Read only

Former Member
0 Likes
758

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.

Read only

Former Member
0 Likes
758

U can copy the existing script to new script in required language.

se71 -> utilities -> Copy from client

U can proceed.

Regards

Read only

0 Likes
758

Hi Friends,

Actually i have one form. Now my requirement is to change transalate the form from one language to other language.

Read only

Former Member
0 Likes
758

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

Read only

anversha_s
Active Contributor
0 Likes
758

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

Read only

Clemenss
Active Contributor
0 Likes
758

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