Difference between Session Vs Call transactions?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is view? Explain the different types of view?
Where do you find info on new developments in SAP?
In what ways we can get the context sensitive f1 help on a field?
What are screen painter and menu painter? : abap hr
How do you validate the selection criteria of a report? And how do you display initial
i have a requirement.there are 2 fields and one check box on my selection screen.initially first field sud be mandatory, when we click on check box the first field which was mandatory sud now be optional and second field sud be mandatory?please provide me the solution asap.Thank you
can we debug the smartform if yes how can we debug
3. What is table maintaince generator ? How do u do it ? Use of it ?
how to send the form to mail?
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
How does one know that the legacy files have come on to the SAP server you are working on?
What is the Comparison between Class and Function Module in Data Point of View?
How do you create secondary index. Do you have access to create secondary index?