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
What is the function of the transport system and workbench organiser? : abap data dictionary
What are the functional areas? User groups?
Suppose there is check box along with the rows. The requirement is, select the require check boxes and press a used defined button to save all these checked row data to another table. How can you do it?
Where the payroll results are stored
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
Persistent class
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
How would you suppress the display of a parameter on the selection screen?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What takes most time in SAP script programming?
Name a few data dictionary objects? : abap data dictionary
How do you control printer functions from sapscript?
What are the different types of views and their definition?
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
how to modify the standard method as per your requirement