ABAP Keyword Documentation → ABAP Glossary
Synchronous Update
Update where
updating function
modules of high priority are executed in the update work process. The calling program waits for
completion. Synchronous updating is started by COMMIT WORK
with the addition AND WAIT
.