Difference between Session Vs Call transactions?

Answer Posted / jenny

Norty_n,
call transaction method can also be processed in the
background by mentioning the mode as 'N' in the syntax below
"CALL TRANSACTION 'MM01' USING BDCDATA MODE N UPDATE A
MESSAGE INTO MESSTAB".

Below are the difference between call transaction and
session method.

Session method Call transaction
1. Transfers data for multiple 1. Transfers data for
transactions. single transaction.
2. errog log is created by 2. errors need to be
default. handles explicitly.
3. processing is slower. 3. processing is faster
4. can transfer large amount of 4. Can transfer small
data. amount of data.
5. Data is not updated until 5. data is updated
session is processed. automatically.

Thanks
Jenny

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the session method? : abap bdc

615


What is the collect statement?

654


What is new enhancement framework?

873


Explain the Inportance of pa30? : abap hr

742


On which event we can validate the input fields in module programs?

585






Which transaction code can I used to analyze the performance of ABAP program.?

621


Explain the Types of Select statements?

640


Explain the advantages of logical databases?

570


What is a 'z' report?

638


What are the advantages/ dis-advantages of logical databases?

538


What are the advantages and disadvantages of using views in abap programming ?

636


What is elementary search help? : sap abap data dictionary

552


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1725


Name the abap/4 modularization techniques? : abap modularization

637


When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?

563