cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Radio buttons .

Former Member
0 Kudos

Hi guys ,

The requirement is like I have a field with two radio buttons .

Depending on a particular condition I have to default one radio button and make another invisible .

Any idea on how to go about this .

I am working on SRM dynpro screens at line item level .

Thanks and regards ,

Ambar Patil .

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member1151507
Participant
0 Kudos

Hi,

Bind the visibility property of RadioButton with a context attribute and set the attribute value accordingly to make the button Visible/Invisible .

Regards,

Manogna

Former Member
0 Kudos

Hi,

You can bind the visibility property of the radio button to a context attribute of type WDUI_VISIBILITY.

Set the value of this context to required values which will control the visibility of radio button.

Regards,

Aditya.