‎2009 Jun 04 1:20 PM
Hi all
What do we exactly mean by synchronous processing in BDC's Batch Input method.
Please explain the difference between asychronous processing in call transaction method and
synchronous processing in BAtch input method.
Regards.
Abhinandan Kumar
‎2009 Jun 04 1:29 PM
Hi
That mean the system waits for the end of saving process: the process of saving of the data in the database tables runs usually in update task, so it start after the trasaction is over.
When it uses a BDC by CALL TRANSACTION it can wait the saving is really over (Synchronous process) or the program can go on without to wait for it (asynchronous process).
That means the asynchronous process is faster than synchronous one, so it's active by default: it usually uses a Synchronous process only if it needs to select the new data after the call transaction is over.
Max
‎2009 Aug 29 1:48 PM