Entering content frame

Background documentation Changing Cell Content Locate the document in its SAP Library structure

The user can use the following UI elements to change data directly in the ALV output:

·        InputField (see Structure linkInputField)

·        CheckBox (see Structure linkCheckBox)

·        DropDown list box BY_KEY (see Structure linkDropDownByKey)

Note

The cross-references listed above refer to generally usable Web Dynpro objects. Instead of the class names specified there, you use the class names listed below for the ALV configuration model:

Classes for Interactive UI Elements

UI Element

Class

InputField

CL_SALV_WD_UIE_INPUT_FIELD

CheckBox

CL_SALV_WD_UIE_CHECKBOX

Dropdown list box

CL_SALV_WD_UIE_DROPDOWN_BY_KEY

These classes can be found in the system in the package SALV_WD_CONFIG.

For information on displaying one of the UI elements in a cell, see Assigning Properties to Columns and Cells.

Note

You have to switch off the write-protection in order for the user to be able to use the UI elements listed here. You must also make sure that the ALV output is activated (see Write-Protection and Activation).

 

Leaving content frame