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 / 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 |
Post New Answer View All Answers
What is meant by hot spots? : abap data dictionary
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
Why do we use events and actions in web dynpro?
Double click function on the lists, identifying the line selected by the user on the list?
Explain how is batch input process different from processing on line?
Explain buffering
What do is landscape in sap project, I think its related to no. Of servers used, pls correct me if I am wrong, or what it is? : sap abap hr
What is ps structure? : abap hr
What is the difference between a structure and a table? : abap data dictionary
What is the disadvantage of a call by reference? : abap modularization
How do you import pay scale data from non sap to sap? : sap abap hr
Explain the different types of view?
How to write a code for multiple transactions? : abap bdc
What is the differrences between structure and table in data dictionary in abap? : abap hr
What are the different types of work process?