Skip to Content
0
Jun 14, 2018 at 06:59 AM

ABAP check_changed_data do not trigger after updating by code

117 Views

I have created an OO ALV that displays some data to the user. When they press a button some filds of some records are fullfilled automatically and these cells are editable in order to be corrected by the user if needed.

My problem is that when the user just press 'SAVE' without change sth by accepting what the system put the check_changed_data is not triggered while when the user change sth in a cell the check_changed_data is triggered.
Can you tell me what am I missing?

Thanks in advance.