SAP ABAP Question:
What is Asynchronous and Synchronous Update?

Answer:
Asynchronous Update – The program does not wait for the work process to finish the update. Commit Work.
Synchronous Update – The program wait for the work process to finish the update.
Commit Work and Wait.
Synchronous Update – The program wait for the work process to finish the update.
Commit Work and Wait.
Previous Question | Next Question |
What are DML commands in ABAP? | Write syntax for Message Error (Report)? |