Entering content frame

Background documentation CheckBoxGroup Events Locate the document in its SAP Library structure

Events in the View Designer

·        onToggle

Action executed when the user selects a CheckBox in the CheckBoxGroup.

Note

The specification of an action forces a round trip, when, for example, a CheckBox is toggled.  Likewise this also applies to the UI elements, CheckBox, DropDownByKey, DropDownByIndex, RadioButton, RadioButtonGroup, Tray (on/off/toggle), TabStrip (toggle tab).

Event parameters

Type

Description

ID

STRING

Standard Parameter

CONTEXT_ELEMENT

IF_WD_CONTEXT_ELEMENT

Standard Parameter

checked

WDY_BOOLEAN

The new value of the checkbox.

index

I

Index (0..n) of the selected checkbox.

 

 

Leaving content frame