An Update Function Module is a special type of function module that executes update tasks (like DB changes, inserts, updates, deletes) asynchronously, after a COMMIT WORK. They are processed in update work processes (type UPD or UP2) instead of dialog work ...