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

text in another language

Former Member
0 Likes
1,088

Hi

If Iwant to get translated text for text e.g. text-007 while login is in English

in another language. What can do ?

Regards

marco

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,044

Hi,

Try transaction SE63. It can be used to translate text in different language.

Goto Translation->R/3 enterprise->Short text, select ABAP text->REPT text elements

On the next screen enter the program name in which the text element is defined and then select the source and target languages.

Click on edit and then enter the corresponding text in the required language against the source language.

Now when you login the system in the new language then the program will display the text in that language.

Regards,

Sachin

Hi

If Iwant to get translated text for text e.g. text-007 while login is in English

in another language. What can do ?

Regards

marco

5 REPLIES 5
Read only

Former Member
0 Likes
1,045

Hi,

Try transaction SE63. It can be used to translate text in different language.

Goto Translation->R/3 enterprise->Short text, select ABAP text->REPT text elements

On the next screen enter the program name in which the text element is defined and then select the source and target languages.

Click on edit and then enter the corresponding text in the required language against the source language.

Now when you login the system in the new language then the program will display the text in that language.

Regards,

Sachin

Read only

0 Likes
1,044

do you mean

e.g.

set language 'P'.

is not possible ?

Read only

0 Likes
1,044

Hi,

No, you may not have the facility to change the language by writing the code here.On the screen you'll see two slection screen blocks. The second block which says Translation , you'll see two input boxes with F4 enabled. In the the source language select the language in which the text element is already defined and in the target language press F4 and set the language in which you want to translate. Now maintian the text in the other language. When you log in the target language and run your program the text elements will be diaplayed in the language you had defined in SE63.

Regards,

Sachin

Read only

I355602
Product and Topic Expert
Product and Topic Expert
0 Likes
1,044

This message was moderated.

Read only

Former Member
0 Likes
1,044

set language is that i need

Edited by: Marco M on Aug 4, 2009 10:00 PM