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.
Answers were Sorted based on User's Feedback
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 |
Answer / praveenkumar lingutla
In synchronous processing the transaction is done by one after another and it depend on previous transaction.
In the Asynchronous processing all the transactions is done
at a time.
synchronous update if the legacy system have 5 records the 4 records are correct one record i.e, the 3rd record is error then the process is as follows 1st 2nd records are done successfully but 3rd record is so stop the process.
In the asynchronous update the process is not stopped directly it it goes to the data base
Is This Answer Correct ? | 2 Yes | 0 No |
1/ what is the diff between parameter & range ? 2/ what is the methodology used in your project ? 3/ what is system symbol ? 4/ what is the diff between support project & implimented project ?
if we are inserting record in BDC,if poweroff how can you know how many records inserted?(poweroff yourside)
What is protect & endprotect?
What is the difference between pnp and pnpce? : abap hr
What is dynamic action? : sap abap hr
how to trasfert script from one server to another server or one clint to another clint
What is the process of project flow n sap?In context to project flow what are the role of an abapper?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What are aggregated objects : abap data dictionary
when does a list get sent to the screen on the presentation layer?
What is the use of 'table index'?
In ALV, i have to display list in which some records has to display. starting of each record it should display checkox. and we have to display push button delete. when user select chekc box and press delete button, that entry should delete. please tell me how to do it?