Application Development 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: 

OTR text translation doesn't appears on BSP

former_member770378
Active Participant
0 Kudos

Hi,

I use an OTR text in a BSP but I can't edit its translation.

The text has been created in language EN.

I have created the FR translation using transaction SE63_OTR.

The FR version exists and I can see it SOTR_EDIT.

I have clear the buffer with transaction /$otr.

Abap code used in BSP handler:

CALL METHOD cl_bsp_get_text_by_alias=>get_text

EXPORTING

language = sy-langu

alias = f_otr_text

RECEIVING

alias_text = f_designation.

Unfortunately my translation doesn't appears in my explorer.

I use the method bellow to get the french translation but it doesn't work, F_DESIGNATION is always the EN text even if SY-LANGU is FR.

Do you have an idea ?

Thank you.

Julien.

5 REPLIES 5

Former Member
0 Kudos

Hi,

You have to add the language in Internet explorer.

Go to Control Panel -> Internet Options -> Click on LANGUAGES and Add the required language. It will show in the OTR language.

0 Kudos

Hi,

Thank you for your reply but it doesn't work.

Translations works good for all the texts of my BSP, I only have this issue for my new text.

Thanks.

Former Member
0 Kudos

Hi,

search for answers or ask this question in the forum for BSP development. This forum is for ABAP !!!

Don´t use transaction SE63_OTR for translations, since it is in fact SE63.

Method is correct for reading the OTR text. System does not recognize the translation, because either it is not active or you must not work with SE63_OTR.

Execute the method directly with EN and FR and see what it happens.

Texts are saved in tables SOTR_HEAD and SOTR_TEXT. Check if translation does indeed exist.

0 Kudos

Ok, I have posted a new message in the BSP forum.

Thank you guys.

Julien.

0 Kudos

Ok it's solved.

In transaction SOTR_EDIT:

Edit --> Context --> Adjust for my OTR text in French.