Difference between Session Vs Call transactions?
Answer Posted / norty_n
Session method:
...It can handle small amount of data as well as large
amount of data.
...It can handle multiple applications simultaneously.
...This method by default has log files. Log files is used
to store error records.
...It can process the data fore ground and back ground
because it can handle small amount of data as well as large
amount of data.
...It processes the database Asynchronously and updates the
database synchronously.
Call-transaction Method:
...With this method we can process the data in fore ground
only.
...This method compatible small amount of data only. user
can create log file explicitly using BDCMSGCOLL structure.
...It processes the data and updates synchronously.
...It can handle one application at a time.
Cheers..
MNK
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
Explain the difference between free and refresh?
What is a variable in the sap abap?
What is sql trace? : abap data dictionary
Explain the table, which contain the details of all the name of the programs and forms?
What does hide statement do?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
What are the different abap editors? What is the used of different editors in abap?
Explain buffering
To how many tables can an append structure be assigned. : abap data dictionary
What is structure?
Explain the disadvantages of abap query tool?
What is smart forms? : abap hr
Differentiate between transparent tables, cluster tables and pooled tables
What do you do when the system crashes in the middle of a BDC batch session?