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

Logon Language

Former Member
0 Likes
684

Hi, I written the below code in Logon Language EN, i can see two radio buttons with Text.

REPORT ZSRISELECTSCREENTEST .

selection-screen begin of block blk1 with frame title text-001.

selection-screen : begin of line.

parameters : p_rad1 radiobutton group rad1.

selection-screen comment 5(40) text-h01. "Company Code

selection-screen : end of line.

selection-screen : begin of line.

parameters : p_rad2 radiobutton group rad1.

selection-screen comment 5(40) text-h02." Sales

"Organization

selection-screen : end of line.

selection-screen end of block blk1.

But when i logged on Language German ie De, on My selection screen i cant see any text ie Comapny code and sales organization, i want to see the text when i logon on any language ? can u help me..

Points for Sure

Thanks in advnace,

Regards

Srini Kumar

Hi, I written the below code in Logon Language EN, i can see two radio buttons with Text.

REPORT ZSRISELECTSCREENTEST .

selection-screen begin of block blk1 with frame title text-001.

selection-screen : begin of line.

parameters : p_rad1 radiobutton group rad1.

selection-screen comment 5(40) text-h01. "Company Code

selection-screen : end of line.

selection-screen : begin of line.

parameters : p_rad2 radiobutton group rad1.

selection-screen comment 5(40) text-h02." Sales

"Organization

selection-screen : end of line.

selection-screen end of block blk1.

But when i logged on Language German ie De, on My selection screen i cant see any text ie Comapny code and sales organization, i want to see the text when i logon on any language ? can u help me..

Points for Sure

Thanks in advnace,

Regards

Srini Kumar

4 REPLIES 4
Read only

Former Member
0 Likes
637

hi,

u have to do teh translatiosn to c in german,

Goto text elements-> translations-> frm EN to DE and copy teh german texts there activet an then relogin n check out

theja

Read only

Former Member
0 Likes
637

Hi,

I think you need to do the text element translations if the logon language is other than the original language.

Rgds,

HR

Read only

Former Member
0 Likes
637

Hi Srini,

Need to Translate them, then only they appear in the language which ever you logged in.

try SE63 for translation , or you can check it from menu it slef when you navigate from Go to -> Text elements-> Selection texts

here also you can see the option for translation.

Regards

vijay D T T .

Read only

Former Member
0 Likes
637

for that, you should do the translations for all text elements.

use SE63 transaction & choose your destinatiion language & give the associated text for each field.

regards

srikanth