ABAP Keyword Documentation → ABAP Glossary
Asynchronous Update
Update during which
update function
modules are executed with high priority in the update work process, where the calling program does
not wait for completion. An asynchronous update is started by a COMMIT WORK
without the addition AND WAIT
.