2007 Oct 05 7:27 PM
What is Synchronous processing and Synchronous Update ?
What is Asynchronous processing and Asynchronous Update ?
Any one explain in detail about these four in BDC.
2007 Oct 05 7:40 PM
What is Synchronous processing and Synchronous Update ?
What is Asynchronous processing and Asynchronous Update ?
Any one explain in detail about these four in BDC.
2007 Oct 05 7:40 PM
2007 Dec 31 6:57 AM
2007 Dec 31 7:01 AM
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.