ABAP Keyword Documentation → ABAP Glossary
asynchronous update
Update during which
update function
modules are executed with high priority in the update work process and the calling program does
not wait for completion. Asynchronous updates are started using
COMMIT WORK
without the addition AND WAIT
and are executed in a separate
update session.