Banner

Attention: open in a new window. PDFPrintE-mail

2008
24
Jul

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.

Last Updated (Tuesday, 30 November 1999 00:00)
Banner