cancel
Showing results for 
Search instead for 
Did you mean: 

SALV_WD_TABLE with radiobuttons in 1 column ?

h_senden2
Active Contributor
0 Kudos

Hi,

i'm implementing a table by using the SALV_WD_TABLE component usage.

I'm able to display one column as checkbox by using CL_SALV_WD_UIE_CHECKBOX.

Now i have to define another column as radiobutton. Exact one of all records in the ALV should be selected, so a radiobutton is the most usable way, but cannot find the relevant CL_SALV_WD_UIE* class.

Is it possible to define one column in SALV_WD_TABLE usage as radiobutton ?

Regards,

Hans

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Hans,

I am afraid there is no cell variant for radio-buttons in WD ALV.

Only possible variants are

Text View

Caption

Input Field

Checkbox

Tri state checkbox

Button

Drop-down by key/index

Link to Action/URL

Image

Progress Indicator

Toggle Button

Value comparison

File upload/download

If radio-button is must have for your application, only possible option is to use Table UI element.

Please refer to Table view in Standard library inside WDR_TEST_EVENTS application.

Regards,

Ricky Shah

Answers (1)

Answers (1)

sahai
Contributor
0 Kudos

hello hans,

it is not possible ....but if aradio button is required desperately then table ui element can always be used.

regards,

sahai.s