ABAP Keyword Documentation → ABAP - Quick Reference
COMMIT WORK - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
COMMIT WORK [AND WAIT].
Effect
Ends an SAP LUW; executes subroutines registered using PERFORM ON COMMIT
and
update function modules registered using CALL FUNCTION IN UPDATE TASK
.
Addition
-
AND WAIT
The current program waits for all high-priority update function modules to be executed.