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: 

How to track change in FIELD VALUE REUSE_ALV_GRID_DISPLAY_LVC

Former Member
0 Kudos

Hello Experts,

I am using REUSE_ALV_GRID_DISPLAY_LVC to diplay data. I made one column editable. Now my problem is when user enter data and hit save button.

Data change by the user is not updated in the internal table. Could you please tell me how to track the column data change.

Thanks,

Amit

1 REPLY 1

Former Member
0 Kudos

FORM USER_COMMAND USING P_UCOMM TYPE SY-UCOMM

P_SELFLD TYPE SLIS_SELFIELD.

Case p_ucomm.

When 'UPDATE'.

Data ref1 type ref to cl_gui_alv_grid.

CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'

IMPORTING

_GRID = ref1.

call method ref1->check_changed_data