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
How collect statement is different from append?
What is the meaning of client independent?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What does an exec sql statement do in abap?
Define batch input session?
Is there any method apart from bdc for data upload to sap? : abap bdc
What are different ABAP editors? What are the differences?
What are the two ways for restricting the value range for a domain? : abap data dictionary
Explain the Inportance of pa30? : abap hr
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
How do you write manual bdc session method? : abap bdc
What is meant by authorization? : sap abap hr
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
What is the abap program name to process the batch input session automatically? : abap bdc
What is partner selection?