hi guys,
I have a problem with my alv grid.
I want to check if there a double entries in the alv.
so i build my one class where i check the records 'handle_data_changed' and register the event to the alv grid by using the 'register_edit_event'.
When i start the programm and i edit or enter a line to get double entries the error message pops up.
But when i click the check button or enter again with out changing the values of the new or edit line nothing happens.
So i search a way that the 'handle_data_changed' is always raised as long the wrong records are not edit correctly.
Or a way that on every loop of the dynpro the handle_data_changed event is strarted.