ABAP Keyword Documentation → ABAP Glossary
synchronous update
Update where
update function
modules of high priority are executed in the update work process. The calling program waits for
completion. Synchronous updates are started using COMMIT WORK
with the addition AND WAIT
and are executed in a separate
update session.