Start of Content Area

Background documentation MenuItem  Locate the document in its SAP Library structure

This abstract UI element provides a menu item for a Menu. A menu item can be implemented by the following UI elements:

      MenuActionItem

      MenuCheckBox

      MenuRadioButton

      MenuSeparator

 

Runtime Class

CL_WD_MENU_ITEM

 

Properties in the View Designer

Name

Type

Initial Value

Bindable

id

STRING

(automatic)

No

visible

WDY_BOOLEAN

true

Yes

Note

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:

        ViewElement

Dynamic Programming

For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.

View Designer Name

Runtime Name

Type

visible

VISIBLE

WDY_BOOLEAN

 

 

End of Content Area