SAP ABAP Question:

What is Asynchronous and Synchronous Update?

SAP ABAP Interview Question
SAP ABAP Interview Question

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.


Previous QuestionNext Question
What are DML commands in ABAP?Write syntax for Message Error (Report)?