Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

wat is the default file name of BAPI trace?

2303


Did you create help views?

1039


Why lsmw does not support call transaction method? : abap bdc

1156


Define subtype ? : abap hr

1075


What is buffering in abap?

1274


What are the function modules used in f4 help?

1197


how to see the table output?

2253


How does the system handle roll areas for external program components?

1178


What are the prerequisites for creating foreign key relationship?

1191


Difference between stand alone CRM and back-end CRM

4330


What are the Various Types of internal tables?

1233


What is the difference between call transaction method and the session method? : abap bdc

1012


How can we use / display table in a screen?

1179


What is value table?

1068


What are the page windows?

1060