Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is Synchronous processing and Synchronous Update ?

Former Member
0 Likes
609

What is Synchronous processing and Synchronous Update ?

What is Asynchronous processing and Asynchronous Update ?

Any one explain in detail about these four in BDC.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

Please give me reward points if it is useful

Thanks

Murali Poli

3 REPLIES 3
Read only

Former Member
0 Likes
566

Please give me reward points if it is useful

Thanks

Murali Poli

Read only

Former Member
0 Likes
565

solved myself.

Read only

Former Member
0 Likes
565

Update:

Asynchronous Update:

It will update transaction level and it goes to next record. Later it updates database level.

Synchronous Update:

It will update transaction level and it goes database level. Then it goes to theh Next Record.

Processing:

Synchronous Process:

Only after a particular transaction is completed you can do thhe next Transaction.

Asynchronous Process:

Any number of transactions can be done simultaneously without depending on the first job to get completed.

Reward Points if useful.