‎2022 Apr 01 3:21 PM
what is the difference between:
-commit
-commit and wait
I need the commit which "saves" everything before moving forward
thank you
‎2022 Apr 01 5:33 PM
The difference is that the latter waits for All asynchronous Update Tasks to be finished before the Code after the commit Statement.
‎2022 Apr 01 5:36 PM
Not very difficult to find the answer in the ABAP documentation: "if the addition AND WAIT is specified, program processing after COMMIT WORK will not continue until the update work process has executed the high-priority update function modules (synchronous updating)."