Application Development 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: 

What is Synchronous processing and Synchronous Update ?

Former Member
0 Kudos

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

Former Member
0 Kudos

Please give me reward points if it is useful

Thanks

Murali Poli

3 REPLIES 3

Former Member
0 Kudos

Please give me reward points if it is useful

Thanks

Murali Poli

Former Member
0 Kudos

solved myself.

Former Member
0 Kudos

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.