cancel
Showing results for 
Search instead for 
Did you mean: 

scripts

Former Member
0 Kudos

hi experts,

i have a script, i want to display script in different languages when am selecting the lanmguages,

suppose my script is in eng.. and when the user is selecting the language in portuguese.. i would be disply in portuguese...

how to do that one...

pleae help me its very urjent....

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In the Script, we will use Text elements, so the Text elements will appear in the log on language,

1) You can goto transaction SE63 and translate the scripts into different languages.

2) In SE63, click Translation -> Long Texts -> Sapscripts -> Forms

3) Those language you can convert to have already been pre-installed in the system.

4) SE63 is the best way to translate since it offers check options.

However, it does not mean that it is 100% full proof that everything is correct

Also see this:

I guess it can be done by modifying the driver program and changing language inside the DO loop as shown in the below example.

Ex: Do 3 times

**First time ENGLISH

**Pass your open_form , write_form , Close_Form , don't forget to change the language variable.

***IF Language = ENGLISH

***Change LANGUAGE TO GERMAN.

***ENDIF.

***IF Language = GERMAN

***Change LANGUAGE TO FRENCH.

***ENDIF.

ENDDO.

<b>Reward points if found helpful…..

Cheers,

Chandra Sekhar.</b>

Former Member
0 Kudos

Hi Raghu,

Go To T-code SE76 (SAP Script Form Translation).

Go to SE71 T-Code give the Form Name and go to change mode ->utilites ->Convert Org.Lang.

These are the two ways u can change the language of your script....

u can select the lang from the search help...

set this before executing ur script.. it'll work

hope this helps you

<b><REMOVED BY MODERATOR></b>

Jgds

Message was edited by:

Alvaro Tejada Galindo