cancel
Showing results for 
Search instead for 
Did you mean: 

Developing SAPScript in different languages

Former Member
0 Kudos

How can I develop SAPScripts in a different Language?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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.

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

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

SE63 is mainly for smartforms.

Do as following

copy the script in required languages.

as far as data is concerned you dont need to worry abpout language.

only thing standard text.

so

go to so10 and give the text id(Ilet us say ST) and text name and language then say create . give the text of particular language.

If you givr EN then enter english transalation if you enetr DE then give german translation. and save it.

Now you can include these text in your script at the required placed or you can get this text using the read_text in your progarmm and place different texts in different fields . then you can use these varaiables in your script.

depend upon the logon language the respective transalationtext will be displayed .

Reward points if useful

Regards,

Nageswar

Former Member
0 Kudos

Hi,

In se71 administrative data tab to all languages option is there.

Using this you can develop in all languages what ever languages are available in that client.

If you want convert ssap script form from one to other language you can use se63 tcode.

using this you can convert every thing.

reward points.