Pages

Monday, 29 April 2013

Difference between Batch input and Call Transaction in BDC

Batch input Session
Call transaction
 error log is created
errors need to be handled explicitly
ASynchronous processing
Synchronous processing
Synchronous database update
Synchronous and asynchronous database updating both possible
Transfers data for multiple transactions
Transfers data for a single transaction
Process is slower.
Process is faster 
Transfers data for multiple transactions
Transfers data for a single transaction

No comments:

Post a Comment