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
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
What is the difference between Exit and Stop?
Explain what is the step-by-step process to create a table in data dictionary?
Explain about sap fico testing and the tools used? : abap bdc
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
how to create view in bdc..??
Some Realtime Examples on Exits .
How to combine multiple billing into one RV document ( Step by Step)?
Explain the difference between get and get late?
How to handle error in session method? : abap bdc
What are the events driven batch jobs?
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
Did you create primary index?
How can you manipulate the presentation and attributes of interactive lists?