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_GRID changed cell

Former Member
0 Kudos

Hello,

I do an ALV GRID with CL_GUI_ALV_GRID.

An I have a column with a dropdown list . I would like to know how I can do to detect that this cell have been changed by the user.

Because when this cell change I have to change an internal variable for example put BOOLEAN_VAR = 1.

Thanks a lot .

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Just implement the method handle_data_changed.

Albert

1 REPLY 1

Former Member
0 Kudos

Just implement the method handle_data_changed.

Albert