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
Difference between call by value and call by reference? : abap data dictionary
Is the basic list deleted when the new list is created?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization
What is meant by slab? How is indian slab and us slab? : sap abap hr
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What is meant by write lock? : sap abap data dictionary
What is human resource information systems (chris)? : sap abap hr
Can i Have Some Examples on Enhancements.
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is a function group? : abap modularization
What are the aggregate objects in data dictionary? : sap abap data dictionary
What is the use of table maintenance allowed?
What is a match code? : abap data dictionary
Why are insert and append statement used in sap abap?
What was the requirement of IDoc in your project? How it was working?