Skip to Content
0
Former Member
Nov 24, 2011 at 03:38 PM

DATA_CHANGED event handler is not triggered after error.

279 Views

Hi all,

My program is using the function 'REUSE_ALV_GRID_DISPLAY_LVC' to having the

cells as editable. When u2018ENTERu2019 is pushed the event DATA_CHANGED is triggered doing the checkings.

The program checks a particular cell to see if it is empty. If it is then an error is displayed in a popup window using er_data_changed->add_protocal_entry.

The problem is when the pop up message window is closed and u2018ENTERu2019 is pushed again (cell is still empty) the DATA_CHANGED is not triggered.

If a cell with a value has an error the event is triggered no matter how many times the u2018ENTERu2019 is pushed.

There anyone has any ideas on this problem?

Thanks in advance

/Rena