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

ABAP - Module Program Text Labels

venkateswaran_k
Active Contributor
0 Likes
2,883

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

1 ACCEPTED SOLUTION
Read only

SimonRotherham
Explorer
0 Likes
2,131

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.

11 REPLIES 11
Read only

SimonRotherham
Explorer
0 Likes
2,132

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.

Read only

rambabu_k3
Active Participant
0 Likes
2,131

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

Read only

0 Likes
2,131

You can add the translations to a transport.

You may use transaction SLXT

Read only

0 Likes
2,131
Read only

venkateswaran_k
Active Contributor
0 Likes
2,131

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

Read only

0 Likes
2,131
Read only

0 Likes
2,131

Hi,

Yes it will allow you to create a transport request.

You have to import to another client to find the translations.

Regards,

Prakash.

Prakash J
Read only

0 Likes
2,131

Hi Venkat,

My guess it would go with workflow transport like text elements translations.

never tried.

Thanks

Rambabu

Read only

0 Likes
2,131

Hi Venkat

Is this issue now resolved?

Please can you update.

Read only

ronaldo_aparecido
Contributor
0 Likes
2,131

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

Read only

venkateswaran_k
Active Contributor
0 Likes
2,131

The issue is now resolved.  Using SE63, I just saved the program source code as well in order to create the transport request