!--a11y-->
Radio Button 
The Radio Button screen element is mapped onto the Web Dynpro UI element RadioButton. The RadioButton group – that is, the (invisible) screen element that defines which RadioButtons belong together – is implemented by creating a context node that contains the group ID and all nodes for the RadioButtons in the group.
RadioButton Mapping Rules
RadioButton Property |
Bound to Context Attribute |
Value |
Enabled |
ENABLED |
Complement of element program attribute Input |
KeyToSelect |
|
Index of the RadioButton in the group |
SelectedKey |
RADIO_GROUP |
Index of the RadioButtonGroup |
State |
|
Constant Normal |
Text |
|
Element attribute Text |
Tooltip |
|
Element attribute Quick Info |
Visible |
VISIBLE |
Element runtime attribute Active |
RadioButton Event |
Action Name |
Description |
OnSelect |
TBD |
FctType is the type of the function code and FctCode is the function code of the element. This action is only defined if the FctCode attribute is not empty. |