what is the Difference Between session and call transaction?

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.

Is This Answer Correct ?    7 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between bdc_okcode and bdc_cursor? : abap bdc

802


What is the difference between Exit and Stop?

822


Explain what is the step-by-step process to create a table in data dictionary?

861


Explain about sap fico testing and the tools used? : abap bdc

788


How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc

886






What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?

709


how to create view in bdc..??

2546


Some Realtime Examples on Exits .

1896


How to combine multiple billing into one RV document ( Step by Step)?

1722


Explain the difference between get and get late?

773


How to handle error in session method? : abap bdc

923


What are the events driven batch jobs?

775


suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?

2053


Did you create primary index?

738


How can you manipulate the presentation and attributes of interactive lists?

845