Show TOC

Double-ClickLocate this document in the navigation structure

Some additional functions that you can implement for tables are described below.

User Interaction with Double-Click

You can activate the double-click function, and implement a specific function for table rows and fields.

Note To use this function, the table must have a unique key (see also, Handling of Key Fields).

To provide a double-click function, you must register event DOUBLE_CLICK. When the event is triggered later, parameters EV_FIELD_NAME and EO_ROW_DATA are passed, which contain the column and row details of the field that is clicked on.

The function is activated with the following interface:

Interface Method
IF_SALV_GUI_TABLE_DISPLAY_OPT enable_double_click

The event to be registered is in the following interface:

Interface Event
IF_SALV_GUI_TABLE_DISPLAY_OPT double_click

Report example: SALV_IDA_DOUBLE_CLICK_FS

Interface Method
IF_SALV_GUI_TOOLBAR_IDA
  • hide_all_standard_functions
  • set_visibility_std_functions

Report example: SALV_IDA_STANDARD_FUNCTIONS_FS