‎2006 Jun 29 2:44 PM
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.
‎2006 Jun 29 2:48 PM
Check if the text elements were activated...
Message was edited by: Jacek S³owikowski
‎2006 Jun 29 2:50 PM
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
‎2006 Jun 29 2:52 PM
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
‎2006 Jun 29 2:52 PM
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
‎2006 Jun 29 2:57 PM
txt element s activated. may be language prob.how to correct it?
‎2006 Jun 29 3:02 PM
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
‎2006 Jun 29 3:01 PM
Hi,
To make text element to be available;
Goto the editor
utilities--->Translate
<b>Reward Points
Please Mark Helpful Answers</b>
‎2006 Jun 29 3:03 PM
se38 or SE80 MENUBAR->GOTO->TRANSALTION
P>S Please reward helpful answers
‎2006 Jun 29 3:06 PM
only these two text elements r in EN or others r in GE.
it s not working even after translating?.
‎2006 Jun 29 3:07 PM
You have to make translations for GE. Thats all
Message was edited by: Jacek S³owikowski
‎2006 Jun 29 3:13 PM
i have choosen those two fields and trying to translate to GE.still not workin
‎2006 Jun 29 3:15 PM
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.
‎2006 Jun 29 3:21 PM
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