Hi,
I have two ALV Grids on the same screen. After the user enters the changes on the first Grid, if the user doesn´t press Enter button before going to the second Grid, the last change on the first Grid is ignored.
I would like to commit these changes without the need of pressing Enter or moving the cursor to another field on the same grid.
I could use CHECK_CHANGED_DATA to raise the event data_change but I don´t know how to figure out I´m leaving one Grid and focusing on another Grid.
thanks,