Skip to Content
0
Dec 18, 2013 at 08:52 PM

Layout of RadioButton and CheckBox on Report mode

47 Views

Hello!

I have this code:

"-------------------------------------------------------------------

SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.


PARAMETERS: rb_grpa RADIOBUTTON GROUP rc1 DEFAULT 'X' USER-COMMAND check.

PARAMETERS: p_opt1 AS CHECKBOX USER-COMMAND check,

p_opt2 AS CHECKBOX USER-COMMAND check,

p_opt3 AS CHECKBOX USER-COMMAND check.

PARAMETERS: rb_grpb RADIOBUTTON GROUP rc1 .

SELECTION-SCREEN END OF BLOCK b1.

"-------------------------------------------------------------------

And I have this result:

But I would like to build the screen like the image bellow (in report mode).

Is possible?

Thanks!

Attachments

SELECT.jpg (9.8 kB)
SELECT_old.jpg (10.2 kB)