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: 

need help for double_click event

Former Member
0 Kudos

Hi,

I need to add modify_cell event using ALV Grid on the double_click event.

I am displaying LED light symbol to the output. I need to change the cell value that mean LED display from red to green on double click event. I am able to get the modify cell for data_changed, but I need same event on the double_click...

Any help in this regard will be great helpful to me...

Thanks in advance.

regards,

Brijesh Patel

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Thanx for the prompt answer...

regrards,

Brijesh Patel

3 REPLIES 3

Former Member
0 Kudos

Hi Brijesh,

in the double click event method implementation write the following code

update the internal table with change of LED to the desired output for ALV and

CALL METHOD grefa_alv->refresh_table_display

.

hope you find this helpful

regards,

kinshuk

Former Member
0 Kudos

Thanx for the prompt answer...

regrards,

Brijesh Patel

0 Kudos

If you find the answer helpful please reward points.