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

Explain the inside concept in select-options?

553


Explain what is runtime analysis?

556


Why cant we use Normal function module for data transfer?

1693


What are the two ways for restricting the value range for a domain? : abap data dictionary

523


What are the steps to execute session method?

590






Explain what are the problems in processing batch input sessions?

524


dynamic programming in sap abap

989


What are the user groups?

557


How many secondary indexes can we create in a table?

611


Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?

1657


hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.

1705


Double click function on the lists, identifying the line selected by the user on the list?

618


What is the functionality of BIZTALK and how it handles the IDOC’s and how u will transfer the IDOCS to the BIZTALK ?

2230


What are the events used in abap in the order of execution?

554


How will you read from internal table records in a given value range (without using loop)

962