2013 Sep 20 7:22 PM
Hi Experts,
When we create a Radio button, generally the Radio button symbol shows before the radio button name.
like :
For this I need to write code like... Parameters R1 radio button group radio.
But how to show the radio button after the radio button name ?
Like;
<Radio button name> .
Thanks & Regards,
Ajit
2013 Sep 20 7:56 PM
This message was moderated.
2013 Sep 20 7:49 PM
The following example code is how I just recently accomplished your request:
SELECTION-SCREEN COMMENT 1(32) text-005 FOR FIELD rb1.
SELECTION-SCREEN COMMENT 34(3) text-009 FOR FIELD rb1.
PARAMETERS: rb1 RADIOBUTTON GROUP rad1.
SELECTION-SCREEN COMMENT 45(3) text-010 FOR FIELD rb2.
PARAMETERS: rb2 RADIOBUTTON GROUP rad1.
SELECTION-SCREEN END OF LINE.
2013 Sep 20 7:56 PM
2013 Sep 20 8:30 PM
Yes as suggested above, comment statement is the solution to your requirement.
2013 Sep 21 7:57 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |