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
How does the system handle roll areas for external program components?
Some Realtime Objects on Bdc.
What is example class
What is locking? : abap data dictionary
Can a constructor be declared private? If yes then in which scenario?
How to find Kernal badi ?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What are the events in ABAP language?
What is meant by hide area?
How many types of buffering? : abap data dictionary
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
What are smart forms?
How do you find the information on the current screen?
What are logical databases?
What is a maintenance view? : abap data dictionary