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

How do you set up background jobs in sap? What are the steps? What are the event driven batch jobs?

569


The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary

877


What is the function of the correction system?

574


What are the personnel administration related infotypes? : abap hr

610


What are aggregated objects : abap data dictionary

604






Program for Prime numbers and Matrix plz explain me the procedural method with steps

2257


suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?

1859


How table control cn be generated using bdc? : abap bdc

575


How can we handle table control in bdc? : abap bdc

598


What work you have done in HR module

908


how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer

1819


How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr

541


How to pass data from list to report?

571


I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?

1537


What has to be done to the packed fields before submitting to a BDC session.

723