Application Development and Automation 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: 
Read only

synchronous processing

Former Member
0 Likes
429

plz tel me the difference between synchronous processing and asynchronous processing in call transaction method. when do we go for synchronous processing and asynchronous processing .

when do we use session method.

thanks in advance

2 REPLIES 2
Read only

Former Member
0 Likes
377

In batch session interface: - Asynchronous processing means Transfers data for multiple transactions - Synchronous database update means during processing, no transaction is started until the previous transaction has been written to the database.

In CALL TRANSACTION: - Synchronous processing means Transfers data for a single transaction. Synchronous and asynchronous database updating both possible The program specifies which kind of updating is desired. Separate LUW for the transaction The system performs a database commit immediately before and after the CALL TRANSACTION USING statement.

Read only

Former Member
0 Likes
377

<a href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm">difference bw sync and async</a>.