Multiple choice technology databases

What Work Process is responsible for Database DML opeartions like Insert, Update and Delete?

  1. Insert Work Process

  2. Batch Work Process

  3. Dialog Work Process

  4. Update Work Process

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In SAP architecture, Update Work Processes are specifically designed to handle database DML operations (Insert, Update, Delete). While Dialog Work Processes handle user interactions, the actual database modifications for update tasks are executed by Update Work Processes, which process asynchronous updates after transaction commits.