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

How collect statement is different from append?

731


What is the meaning of client independent?

752


1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?

6905


What does an exec sql statement do in abap?

742


Define batch input session?

752






Is there any method apart from bdc for data upload to sap? : abap bdc

815


What are different ABAP editors? What are the differences?

780


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

711


Explain the Inportance of pa30? : abap hr

972


BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul

1859


How do you write manual bdc session method? : abap bdc

786


What is meant by authorization? : sap abap hr

756


In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr

767


What is the abap program name to process the batch input session automatically? : abap bdc

842


What is partner selection?

798