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
wat is the default file name of BAPI trace?
Did you create help views?
Why lsmw does not support call transaction method? : abap bdc
Define subtype ? : abap hr
What is buffering in abap?
What are the function modules used in f4 help?
how to see the table output?
How does the system handle roll areas for external program components?
What are the prerequisites for creating foreign key relationship?
Difference between stand alone CRM and back-end CRM
What are the Various Types of internal tables?
What is the difference between call transaction method and the session method? : abap bdc
How can we use / display table in a screen?
What is value table?
What are the page windows?