cancel
Showing results for 
Search instead for 
Did you mean: 

radiobuttons in 2 columns of WD4A ALV

Former Member
0 Kudos

Hi

Is it possible to define 2 columns in WD4A ALV as radiobuttons in one group?

So if I click on one column, the other one will be blinked out?

I do not see a CL_SALV_WD_UIE* class for radiobuttons.

Help me out here, please!

Wouter Heuvelmans

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hi Wouter,

Yes, that's possible. Just bind the value of the radiobutton to an attribute below the dataSource. This will make it possible to change the value on row level (in your case between two columns). There's a non-ALV example in WDR_TEST_EVENTS (you find it in the Table section), but you should get it working with ALV as well.

Best regards,

Thomas

Former Member
0 Kudos

Hi Thomas,

Thanks for your answer, but...

How can I define an ALV column to be shown as radiobutton in the 1st place.

Like I said before, there is no class CL_SALV_WD_UIE* for radiobuttons.

Like setting a checkbox or link-to-action I need an object for the cell-editor to set the column to a radiobutton.

How do I get that done?

Wouter