Application Development 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: 

Radibutton in ALV Report output

Former Member
0 Kudos

Hi,

How should i display three radiobutton in alv output.

O O O xtest Ytest Z

Thanks,

Asha

1 ACCEPTED SOLUTION

former_member188685
Active Contributor
0 Kudos

Using ICONS and USER_COMMAND event of ALV we can do that.

check this wiki..

https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP-RadioButtonsinALVGRIDREPORT

3 REPLIES 3

former_member188685
Active Contributor
0 Kudos

Using ICONS and USER_COMMAND event of ALV we can do that.

check this wiki..

https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP-RadioButtonsinALVGRIDREPORT

0 Kudos

Hi Vijay,

When I am execting this program, it taking two radiobuttons for single item,

it should take any one of them.

Thanks,

Asha

uwe_schieferstein
Active Contributor
0 Kudos

Hello Asha

You may want to have a look at my Wiki posting [ALV Grid List Using Radio Buttons|https://wiki.sdn.sap.com/wiki/display/Snippets/ALVGridListUsingRadio+Buttons]

Regards

Uwe