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: 

radio button text?

Former Member
0 Kudos

i have copied sap pgm RFKEPL00 and trying to add 2 radio button,

with the following code.

but there is no text is not displaying in sel screen when excuting?..i have maintained text-032,33.

SELECTION-SCREEN BEGIN OF LINE.

  • Demand

PARAMETERS rb_dem RADIOBUTTON GROUP loc USER-COMMAND loc DEFAULT 'X'.

SELECTION-SCREEN COMMENT 5(75) text-032 FOR FIELD rb_dem.

SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.

  • Monthend

PARAMETERS rb_mon RADIOBUTTON GROUP loc.

SELECTION-SCREEN COMMENT 5(75) text-033 FOR FIELD rb_mon.

SELECTION-SCREEN END OF LINE.

13 REPLIES 13

Former Member
0 Kudos

Check if the text elements were activated...

Message was edited by: Jacek S³owikowski

Former Member
0 Kudos

Hi suresh,

Pls change this order like the following format.

SELECTION-SCREEN BEGIN OF LINE.

<b>SELECTION-SCREEN COMMENT 5(75) text-032 FOR FIELD rb_dem.

  • Demand</b>PARAMETERS rb_dem RADIOBUTTON GROUP loc USER-COMMAND loc DEFAULT 'X'.

SELECTION-SCREEN END OF LINE.

SELECTION-SCREEN BEGIN OF LINE.

<b>SELECTION-SCREEN COMMENT 5(75) text-033 FOR FIELD rb_mon.</b>

  • Monthend

PARAMETERS rb_mon RADIOBUTTON GROUP loc.

SELECTION-SCREEN END OF LINE.

- S

Former Member
0 Kudos

Hi,

It is due to Text maintain in different language.

when u goto text element u can see the langauage in which it is maintain in the titlebar

former_member188685
Active Contributor
0 Kudos

Hi,

Check your text elements are activated.double click and see the text elements. if they are in inactive then it will not display the texts. and if they are in inactive then activate it.

and re run it and see.

Regards

vijay

0 Kudos

txt element s activated. may be language prob.how to correct it?

0 Kudos

in which language you created the text elements.

are you able to see them in english or some other language. just double click on text elements and see.

Regards

vijay

Former Member
0 Kudos

Hi,

To make text element to be available;

Goto the editor

utilities--->Translate

<b>Reward Points

Please Mark Helpful Answers</b>

Former Member
0 Kudos

se38 or SE80 MENUBAR->GOTO->TRANSALTION

P>S Please reward helpful answers

0 Kudos

only these two text elements r in EN or others r in GE.

it s not working even after translating?.

Former Member
0 Kudos

You have to make translations for GE. Thats all

Message was edited by: Jacek S³owikowski

0 Kudos

i have choosen those two fields and trying to translate to GE.still not workin

0 Kudos

but once again when i click text-32 element from pgm,

its giving info msg

untranslated text from master lang De will alos be displayed.

0 Kudos

Hi,

Add the same text in english and use the text element.

I think it is not possible to convert because when u log in DE ; it will be used.

Rewards Points & mark helpful Answers

Message was edited by: Manoj Gupta