Entering content frame

Background documentation ON_CLICK Locate the document in its SAP Library structure

Use

The event ON_CLICK is triggered when the user clicks on one of the following UI elements in a cell of the ALV output:

·        Button

·        LinkToAction

·        ToggleButton

Prerequisites

You have registered for this event.

Syntax

Signature

EVENTS ON_CLICK

  IMPORTING

    R_PARAM TYPE REF TO IF_SALV_WD_TABLE_CLICK

Parameter

(Importing)

R_PARAM

Class Interface Attributes

·        ATTRIBUTE

Attribute of context node for the column in which the cell with the UI element can be found.

·        COLUMN

Technical name of the column in which the cell with the UI element can be found

·        INDEX

Index of the line in which the cell with the UI element can be found.

·        VALUE

Value of cell after click

Exceptions

-

 

 

 

 

Leaving content frame