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
What are client dependant objects in abap/sap?
What are the aggregate objects in the data dictionary? : abap data dictionary
Why do we need enhancements?
How to pass data from list to report?
What are the screen elements.
What is view proxy in abap?
What is database utility? : abap data dictionary
What are the functional modules used in sequence in bdc? : abap hr
What will you code in start-of-selection & end-of-selection ?
What function does data dictionary perform?
how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
How to combine multiple order in one Delivery ( Step by Step)?
When you prefer lsmw?
What is search help exit? : sap abap data dictionary
How many types of data classes are there in sap abap? : abap data dictionary