ABAP Keyword Documentation → ABAP Glossary
update
Execution of update
function modules registered using CALL
FUNCTION ... IN UPDATE TASK and triggered by COMMIT WORK
. Updates are used to bundle modifying database accesses from an
SAP LUW in a
database LUW. See also
synchronous,
asynchronous, and local updates.