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
Define external layer? : abap data dictionary
What are the relational operations that can be performed on view in sap? : abap data dictionary
Define the various contents of technical specifications ?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
Explain how do you get output from idoc?
How can we upload a text file having delimiters in to legacy system?
How to create a check box/option button in a list?
what is difference between set screen and call screen ?
What are the aggregate objects in the dictionary? : abap data dictionary
Where do you code the hide statement?
Difference between stand alone CRM and back-end CRM
What are the fields in the memory table ‘screen’?
What are the system table used in abap?
What will you code in start-of-selection & end-of-selecton & why?
Are you familiar with all steps for setting up a workflow?