Application Development and Automation 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: 
Read only

ALV_GRID changed cell

Former Member
0 Likes
357

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
Read only

Former Member
0 Likes
335

Just implement the method handle_data_changed.

Albert

1 REPLY 1
Read only

Former Member
0 Likes
336

Just implement the method handle_data_changed.

Albert