Register Login

Difference between Synchronous and Asynchronous in the context of BDC

Updated May 18, 2018

Hello,

Explain what are the difference between synchronous and asynchronous in the context of BDC?

Thanks in advance.


Comments

  • 12 Feb 2015 2:15 pm rekha Helpful Answer

    Synchronization: means it will update record by recod, wait for first record update.

    Asynchronous: means will update all records don't wait for next recod. If any record fails syncronus it will stop but in asynchronous it will continue.

  • 12 Feb 2015 2:28 pm Shalesh Singh Visen Helpful Answer

    In context of BDC: Synchronous means unless and until current records is updated successfully it will not try to update another record, or if the current records fails to update then remaining records will not be updated until we correct the failing data, where as in Asynchronous if current records fails no matter it will be skipped and start updating the next record.


×