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

What is a sequence of event-triggered in report?

1061


What are the abap/4 commands that link to a layout set?

1323


What are the components in sap application server?

1097


What is luw?

1196


What is the tcode to create indexes?

1000


when does a list get sent to the screen on the presentation layer?

1883


When to use logical database?

966


Did you create help views?

955


What is an on”*-input filed” statement?

1106


Why is pretty printer user in abap?

1172


Differentiate between transparent tables, cluster tables and pooled tables

1068


Does the table can have multiple foreign keys?

998


I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/

2273


What is an update type with reference to a match code id?

945


What are internal tables? How do you get the number of lines in an internal table?

1040