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

translation

Former Member
0 Likes
1,187

Hi,

what can be the reason if a text-007 displays english text although this text has been translated . We expect not the englisch

text instead of PL text (polish)

regards

Marco

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,153

Hi

If you want to get translated text for text element while login is in English

use syntax SET LANGUAGE 'P' before using text elements in code.

reset Language with same syntex later to default

8 REPLIES 8
Read only

Former Member
0 Likes
1,153

hai macro,

did the translation were transported

and also wether u logged in polish language in ur sap system

m.a

Read only

0 Likes
1,153

how can I tranport the translations.????

I can see the translations when I click 0on text-007 and choose the menu GoTo/Translation.

Does it mean the translations have been transported properly and it is available ?

Regards

Marco

Read only

0 Likes
1,153

I can see the translations when I click 0on text-007 and choose the menu GoTo/Translation.

Does it mean the translations have been transported properly and it is available ?

If you do it in target system and translation is there,it means it was transported correctly.

how can I tranport the translations.????

Using program RS_LXE_RECORD_TORDER - check how to use it refering this link [Filling Transport Requests With Translations|http://help.sap.com/saphelp_nw04/helpdata/EN/d4/73c33e3a443907e10000000a114084/frameset.htm]

If translations are already on target system ensure you have logged on system in PL language.

Regards

Marcin

Read only

0 Likes
1,153

HI,

Open the Report Program in Change Mode.

Double Click on the text Element and do minor changes in Text Elements like put a Full Stop at end and Save it.

it will create a new change request. Activate it and transport the request to Quality Server and Production Server.

This has happend due to multiple changes in the code.

Some time due to this change request for these requests get missed during transport.

So just create new one and repeat the process.

Regds,

Anil

Read only

Former Member
0 Likes
1,153

On the SAP Easy Access screen goto menu : SYSTEM -> USER PROFILE -> OWN DATA. Check the Language maintained in Defaults Tab. If it is "EN", then all the texts are shown in english.

Read only

Former Member
0 Likes
1,154

Hi

If you want to get translated text for text element while login is in English

use syntax SET LANGUAGE 'P' before using text elements in code.

reset Language with same syntex later to default

Read only

0 Likes
1,153

Kanchan

is that the way to get translated text for text element while login into another language

before using text elements in code ?

SET LANGUAGE 'P'

Regards

Marco

Read only

Former Member
0 Likes
1,153

This message was moderated.