Start of Content Area

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

Events in the View Designer

●      onAction

Assignment of the action to be executed when the user clicks on the table column.

Caution

Note that this action is not supported for a  TableColumnGroup.

Note that this event is deprecated. Do not put any event on a TableColumn click. Instead, use Table.onSort for sorting columns and Table.onColSelect for the selection.

Parameter Name

Type

Description

ID

STRING

Standard parameter

CONTEXT_ELEMENT

IF_WD_CONTEXT_ELEMENT

Standard parameter

COL

STRING

ID of TableColumn

 

 

 

 

End of Content Area