cancel
Showing results for 
Search instead for 
Did you mean: 

How to catch double click event in ALV for WDA

Former Member
0 Kudos

Hi...

I want to double click a line of ALV table in Web Dynpro,then catch the event,how can I do it?

thanks.

Jacky

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

You can also use the "ON_CLICK" events of the interface controller of the ALV component.

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

You have registered for this eveNT.

In the importing parameter "R_PARAM" of this event pass the INDEX

Index of the line in which the cell with the UI element can

be found.

other parameters can also be passed, explore this event.

Hope it will be of some help for u.

Regards

Anurag

Answers (1)

Answers (1)

former_member186491
Contributor
0 Kudos

Hi,

If you are still facing problem, you can go through the following --

[;

Thanks.

Kumar Saurav.