Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ALV OO - event receiver issue

h_senden2
Active Contributor
0 Kudos

Hi,

in my ALV 00 program i have several simular ALV grids (with the same layout, fieldcat etc). The handling of the double click event in the different ALV grids is handled by different event receivers ( but type ref to the same event handler class).

How can i see in the general event handler class, which event receiver reference has raised the event, so on which alv grid was the double click !

As i said the ALV grids are lookalike, but only the data is different. So for the double click event i should read different data tables.

Any one a solution ?

regards,

Hans

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I think you should have a different EVENT RECEIVER class for each grid you have as the GRID is not a parameter of the EVENTS.

Regards,

Ravi

2 REPLIES 2

Former Member
0 Kudos

Hi,

I think you should have a different EVENT RECEIVER class for each grid you have as the GRID is not a parameter of the EVENTS.

Regards,

Ravi

former_member188685
Active Contributor
0 Kudos

Hi,

you should have different event reciever. to respond the different grids to show the different grids....

regards

vijay