cancel
Showing results for 
Search instead for 
Did you mean: 

abt scripts languages

Former Member
0 Kudos

hi

single script i need in multiple languages. How do i get it?

es

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

SAPscript can be created in different languages using transaction SE63 (option Translation -> ABAP Objects -> other objects).

Regards,

Nick

P.S. In your title there is no such word as 'abt', I think you mean to use 'about'.

Former Member
0 Kudos

Using SO10 will be more convinient.

No need to use SE63 . This will be mainly used for Text module translation used in smartforms.

Regards,

Nageswar

Former Member
0 Kudos

Hi,

Thanks for your feedback.

Using SO10 will be ideal for standard texts, which may very well be part of your SAPscript. But it will not translate the SAPscript, or any of the text elements in the form. For this you will need to use SE63.

Regards,

Nick

Former Member
0 Kudos

Create standard text using SO10

In that you can create standard text for different languges

go to SO10 and give text name ( Say Ztext)

and tet id (say ST)

and language (Say EN)

then say create

enter the text and save it.

and come back

now change the language with same texst name ( Say language DE for gerfman)

enter transalation text and save it .

Now you can include this text in your script editor

using path

Insert ->text->standard

a pop up will come give the parametrs that you have defined earlir steps.

and eneter .

So depend upon the logon language corresponding texts will be printed.

reward points if useful

Nageswar