ABAP Keyword Documentation → ABAP − Short Reference
ON CHANGE OF - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
ON CHANGE OF dobj [OR dobj1 [OR dobj2] ...].
statement_block
ENDON.
Effect
Obsolete
Addition
-
OR dobj1 [OR dobj2] ...
The statement block is executed if the content of one of the data objectsdobj1
,dobj2
, ... has changed.