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: 

pushbuttons in module pool

Former Member
0 Kudos

hi,

when i create push buttons and assign text to it (say enter,ok, clear etc..),as usual these are in english language .

but when i login in language 'DE'(GERMAN)

I WANT TO SEE THAT TEXT APPEAR IN GERMAN LANGUAGE.

IN MY PROGRAM THEY ALWAYS APPEAR IN ENGLISH WHETHER I LOGIN IN ENGLISH OR GERMAN.

THANKS IN ADVANCE

2 REPLIES 2

Former Member
0 Kudos

Hi,

You can set that attribute of text on push button dynamically by checking the login language from the sy-langu field in the PAI event.

Also try using the translation trnsaction SE63.

Regards,

Sunmit.

Message was edited by:

sunmit bhandari

Former Member
0 Kudos

Hi Nakul,

Instead of you defining the Pushbutton name (creating new) use Push Button from structure RLMOB. This defines the text so its SAP's Text. Then when you login using different language the corresponding text should also change.

Check if this works out if not then i hope we need to code it.

Thanks,

Prashanth