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: 

translate text in titlebar

Former Member
0 Kudos

I want to translate text in tiltebar,

in t-code se41,select title list,but in the screen,the 'translate" is inactive,

then how to translate text in titlebar?

3 REPLIES 3

Former Member
0 Kudos

check tcode SE63

0 Kudos

Can you tell me what object should I select?

asik_shameem
Active Contributor

Hi

In SE51 - PBO, You can see the title bar.


module STATUS_9000 output.
*  SET PF-STATUS 'xxxxxxxx'.
   SET TITLEBAR 'ABCD'.
   " Other code
endmodule.                 " STATUS_9000  OUTPUT

There double click on ABCD, You will get a pop-up and lick ALL TITLES.

There in the menu path GOTO->TRANSLATION, you can do the translation.

Finally activate it.