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

Selection screen Radio button

Former Member
0 Likes
442

Dear Experts,

I have a question to ask.

I have defined 2 radio button groups.The code is as follows

selection-screen begin of block radio with frame title text-008.

parameters : r_read radiobutton group rbg1 ,
             r_write  radiobutton group rbg1 default 'X'.

parameters : r_test radiobutton group rbg2  default 'X',
             r_real  radiobutton group rbg2 .
selection-screen end of block radio.

I want the radiobutton groups to appear side by side.I think it will look much better.

With the current code it comes one after the other.

Please see the attached image as well.

Any Ideas

Regards

K

Dear Experts,

I have a question to ask.

I have defined 2 radio button groups.The code is as follows

selection-screen begin of block radio with frame title text-008.

parameters : r_read radiobutton group rbg1 ,
             r_write  radiobutton group rbg1 default 'X'.

parameters : r_test radiobutton group rbg2  default 'X',
             r_real  radiobutton group rbg2 .
selection-screen end of block radio.

I want the radiobutton groups to appear side by side.I think it will look much better.

With the current code it comes one after the other.

Please see the attached image as well.

Any Ideas

Regards

K

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
406

(FAQ) Look at documentation via F1 on statements like SELECTION-SCREEN BEGIN OF LINE, END OF LINE, POSITION and COMMENT. Also use the search tool at scn.

Regards,

Raymond