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 are the components in sap application server?
What are the attributes of a field that can be activated or deactivated during runtime?
How is conversion of data types done between abap/4 & external level? : abap data dictionary
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What is lock objects? : sap abap data dictionary
what is defference between repository and non repository Object?
What is screen flow logic? What are the sections in it?
What are the types of table fields in the sap abap?
What are the dynamic actions and how to configure it? : sap abap hr
What is roles and responsibilities of sap hr consultants? : sap abap hr
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What is an update task? : abap modularization
What is table pool?
What is the function of a data element?
When will the current screen processing terminates?