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


Please Help Members By Posting Answers For Below Questions

What are the functional areas, user groups? How does abap query work in relation to these?

591


What is bdc programming in sap?

614


out bound process code for quotation?

1565


What is bdc programming? : abap bdc

575


Can you show multiple alvs on a single screen?

596






How do you execute the payroll

2100


What are the different types of operators in the sap abap?

546


While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization

616


Explain what are interactive reports?

622


What is the collect statement? How is it different from append?

519


Explain what are the system fields? Explain?

558


What are two different ways to add fields to sap tables?

530


What will you code in start-of-selection & end-of-selection ?

592


What are control tables? : abap data dictionary

602


Final class

1019