Login Form

Best viewed in IE 7.0

ADVERTISEMENTS
ADVERTISEMENT

Check ALV grid for changes

When you have an ALV grid that is editable and you make changes to the grid, you often encounter having to tell the users to hit the refresh button to save the changes before hitting save.... Here's a method to have it done automatically at save...

PAI CODE

….

CASE okcode.

 
WHEN 'SAVE'.

* check if data in grid was changed
  
CALL METHOD in_alvgrid2->check_changed_data.

ADVERTISEMENT
Free software downloads