what is the difference between session ,call Transaction?

Answer Posted / subbu

session method:
1.Asynchronous processing i.e we can process multiple
transaction codes in a single program.
2.Synchronous data base updation
3.Error log created.
4.No significance for sy-subrc.
5.It is slower than call transaction method.
6.We cannot execute this method directly.

call transaction method:
1.Synchronous processing i.e we can process single
transaction in a single program.
2.Synchronous and Asynchronous database updation.
3.Error log cannot be created.
4.Significance for sy-subrc.
5.It is faster than session method.
6. We can directly execute this method.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between Classic badi and Kernal badi ?

1801


What is exception class and test class. How to use it?

896


What are the three hierarchical levels of data types and objects?

583


what is a text table ?

1819


What is an “on input filed” statements?

637






Explain the Importance of pa20? : abap hr

637


What are the payroll related infotypes? : abap hr

581


Explain the difference between call screen and leave screen?

609


Is it possible to run host command from SAP environment? How do you run?

623


How are the function code handles in flow logic?

618


How to split one Invoice into Multiple ( Step by Step)?

1714


What data is contained in data dictionary? : abap data dictionary

653


Which function module reads the data for particular infotype ? : abap hr

566


What is the difference of update types in call transaction method ? : abap bdc

635


What is the logo in sap script?

582