Show TOC

Radio ButtonLocate this document in the navigation structure

Integration

The Radio Button screen element is mapped onto the Web Dynpro UI elementRadioButton. 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 attributeInput

KeyToSelect

 

Index of the RadioButton in the group

SelectedKey

RADIO_GROUP

Index of the RadioButtonGroup

State

 

ConstantNormal

Text

 

Element attributeText

Tooltip

 

Element attributeQuick Info

Visible

VISIBLE

Element runtime attributeActive

RadioButton Event Action Name Description

OnSelect

TBD

FctType is the type of the function code andFctCode is the function code of the element. This action is only defined if the FctCode attribute is not empty.