BDC CALL TRANSACTION carry on synchronous processing and
update the database both synchronously and
asynchronously,where session method carry on asynchoronous
processing and update the database synchrousnously.I want
to know the meaning of synchronous and asynchronous
processing and also the meaning of synchronous and
asynchronous database update.

Answer Posted / sainathraj

synchronous means one after the other.
Asynchronous is whole at a time.

Synchronous processing means processing the transactions(i.e
records) one by one.i mean a transaction is done if and only
if the previous transaction is completed.

Synchronous Update means after processing of transactions
records are stored into the database synchronously.I mean if
one transaction is processed it is immediately updated to
database.

Asynchronous processing means processing the transactions
all at a time.
Asynchronous update means updating the database with all the
records at a time. i.e not one by one

in session method all the transactions are processed and
kept in session.the session is then processed and records
are updated to database one by one.

Is This Answer Correct ?    45 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of table control in bdc is it same in module pool table control? : abap bdc

671


What is the difference between get and get late?

590


how to modify the standard method as per your requirement

884


Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button

1762


How to convert the Unit for 'Distance' (The value from one Unit to another).

1430






GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?

1429


What is the difference between the function module and a normal abap/4 subroutine? : abap modularization

691


Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?

1615


How to select valid lines for secondary list?

601


Can you delete data element, which is being used by table fields. : abap data dictionary

658


What is the function of a data element? : abap data dictionary

577


what is difference between user exit, customer exit and badi?

4064


wht is the diff. b/n initialization and lotus of event

1389


What is tcode se16? For what is it used.

582


Does the table can have multiple foreign keys?

587