
Some additional functions that you can implement for tables are described below.
You can activate the double-click function, and implement a specific function for table rows and 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 |
|
Report example: SALV_IDA_STANDARD_FUNCTIONS_FS