You are on page 1of 1

Check for changed value in ALV GRID

Hi, You can use the following code to check for any changes made to the ALV report. In the user command command of the ALV, write the following code. data p_ref1 type ref to cl_gui_alv_grid. call function 'GET_GLOBALS_FROM_SLVC_FULLSCR' importing e_grid = p_ref1. call method p_ref1->check_changed_data. Added by Niyaz Ahamed, last edited by Niyaz Ahamed on Oct 07, 2007 (view change)

You might also like