‎2013 Jun 19 12:23 PM
Dear All
My requirement is as follows:
We have developed on Module program to accept some custom data. That screen is having a header and table container.
Each field is having the Label as Text.. We put the label in English...
However, the requirement is that, when the client logged in Arabic language, the labels should be displayed in Arabic
I was trying to associate the text-XXX symbols.. But not working.. do not know where I am missing..
Can someone help me
Regards,
Venkat
‎2013 Jun 19 12:48 PM
Under SE63 go to menu, Translation, ABAP Objects, Short text, ABAP Texts, Screen painter texts, give the report name and the dynpro/screen number in the object name and click on Edit, then the program will present you a list of texts to translate.
‎2013 Jun 19 12:48 PM
Under SE63 go to menu, Translation, ABAP Objects, Short text, ABAP Texts, Screen painter texts, give the report name and the dynpro/screen number in the object name and click on Edit, then the program will present you a list of texts to translate.
‎2013 Jun 19 12:57 PM
Hi Venkat,
I think we can maintain translations for texts in screen painter.
Please check SE51->GOTO->Transaltions
from transalations screen click on User Interface Texts. it would give all texts designed in screen.
Thanks
Rambabu
‎2013 Jun 19 2:10 PM
You can add the translations to a transport.
You may use transaction SLXT
‎2013 Jun 19 2:21 PM
check out the following with regards the use of transaction SLXT:
‎2013 Jun 19 1:32 PM
Hi Simon, Rambabu
I tried with your steps. Thank you..
However, I ask another question that will it create a transport request ?
Or Do I need to do the same thing in every Client.
How can I tranposrt the changes to Quality Server..?
Regards,
Venkat
‎2013 Jun 19 2:22 PM
‎2013 Jun 19 2:25 PM
Hi,
Yes it will allow you to create a transport request.
You have to import to another client to find the translations.
Regards,
Prakash.
‎2013 Jun 19 4:58 PM
Hi Venkat,
My guess it would go with workflow transport like text elements translations.
never tried.
Thanks
Rambabu
‎2013 Jul 04 11:49 AM
‎2013 Jun 20 1:18 AM
HI
Look at the language in which the user logged in SAP (sy-langu) and use the loop at screen
to change the value of the LABEL translating the same text
Peace
‎2013 Jul 04 4:18 PM
The issue is now resolved. Using SE63, I just saved the program source code as well in order to create the transport request