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
Explain about interactive report?
What is an Unpack command?
What is the function of a domain?
What is meant by hotspots?
What are the difference between tables and structures? : abap data dictionary
What is roles and responsibilities of sap hr consultants? : sap abap hr
What is the difference between a structure and a table? : abap data dictionary
Explain pai and pbo.
Explain how do you get output from idoc?
What is the difference between abap and hr abap? : abap hr
What is difference between check table and value table ?
What is alv programming in abap? When is this grid used in abap? : abap hr
What are control tables?
What are screen painter? Menu painter? Gui status?
What are the major steps will you use for tuning?