cancel
Showing results for 
Search instead for 
Did you mean: 

how to do clicking a radio button, another radio button group is opened

Former Member
0 Kudos

Dear Experts,

I have a requirement in webdynpro abap. First two radio buttons is there. 1.Rgp and 2.nrgp. When we click rgp the radiobutton group 3.po and 4.nonpo

have to come.if you selected rgp then you have toggle po and nonpo radio button..same in nrgp also .. i am giving the screenshot below.just guide me how to do this in webdynpro. i am basically beginner in webdynpro.

Thanks & regards,

kaustav das

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Bind the Visibility property of the second Radio button group(PO, NPO) to an attribute of type wdy_boolean( say vivible). Then create an onSelect event for the First Radio button group(RGP,NRGP) and in the onSelect event hander, read the first radio button group value and set the value of attribute (visible) to abap_true/abap_false based on the selected value.

you can check this wiki for reference: Simple application to change properties of UI Elements during runtime in Web Dynpro ABAP - Web Dynpr...

hope this helps,

Regards,

Kiran