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 is collect statement different from append?
What is client in the sap system? : sap abap hr
What is an update task? : abap modularization
Program lines for the radio button selection and unabling some input variables in section screen
Why lsmw does not support call transaction method? : abap bdc
What is the use of lock objects?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
What are the different buffering methods?
What are multiple use BADIS?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
What does the ‘suppress dialog’ do?
What is meant by hide area?
What is the difference between synchronous and asynchronous updates?
Explain pai and pbo.
What are the types of the programming language used in the sap abap software?