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.