Entering content frame

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

Events in the View Designer

·        onToggle

Action executed when the user toggles the UI element.

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, CheckBoxGroup, DropDownByKey, DropDownByIndex, RadioButton, RadioButtonGroup, Tray (on/off/toggle), TabStrip (toggle tab).

Event Parameter

Type

Description

ID

STRING

Standard Parameter

CONTEXT_ELEMENT

IF_WD_CONTEXT_ELEMENT

Standard Parameter

checked

WDY_BOOLEAN

New value of CheckBox

 

 

Leaving content frame