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

radio button text?

Former Member
0 Likes
2,894

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
Read only

Former Member
0 Likes
1,646

Check if the text elements were activated...

Message was edited by: Jacek S³owikowski

Read only

Former Member
0 Likes
1,646

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

Read only

Former Member
0 Likes
1,646

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

Read only

Former Member
0 Likes
1,646

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

Read only

0 Likes
1,646

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

Read only

0 Likes
1,646

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

Read only

Former Member
0 Likes
1,646

Hi,

To make text element to be available;

Goto the editor

utilities--->Translate

<b>Reward Points

Please Mark Helpful Answers</b>

Read only

Former Member
0 Likes
1,646

se38 or SE80 MENUBAR->GOTO->TRANSALTION

P>S Please reward helpful answers

Read only

0 Likes
1,646

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

it s not working even after translating?.

Read only

Former Member
0 Likes
1,646

You have to make translations for GE. Thats all

Message was edited by: Jacek S³owikowski

Read only

0 Likes
1,646

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

Read only

0 Likes
1,646

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.

Read only

0 Likes
1,646

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