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
Can you print decimals in type n?
How to copy table across clients?
Which transaction code can I used to analyze the performance of ABAP program.?
Explain about drill down report?
Which FM do you use to find out who is reporting to whom
in bdc session method. if u run the record in fore ground manually i have a 7 records but at the time of record processing first record produces the error how can u process records manually in fore ground please tell me any one knows?
What are the differences between primary and secondary indexes?
GUYS any one please can u post questions in sap a bap webdynpro questions.. please i need to know some technical questions regarding webdynpro and ADOBE forms ?
What are the uses of table pool or table cluster.
What is sap abap data classes?
How can a lock object be called in the transaction?
Explain the session method? : abap bdc
What are the components in sap application server?
What is occurs in internal table?
How is conversion of data types done between abap/4 & external level?