Among the Call Transaction and Session Method, which is faster?
Answer Posted / lokesh
Call Transaction is faster than session method because
while updating data into database call transcation does not
check the updation but it check the success of the
transaction only . where as Session method ,check the
updation of the data into database and also success of the
transaction. That's the reason call transaction is faster
than Session method.
In call transaction Synchronous updation is Optional.
If u wnat to send data & update the data at different times
& want to update data synchronously then need a automatic
error log, then we go for Session method . It is slow.
if call transaction the data that is received will be
updated at the same time.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can we reuse a userexit?
How do you activate a function exit?
what is the difference between Blocked ALV and interactive ALV?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
How would you suppress the display of a parameter on the selection screen?
What is the transaction for recording bdc ? : abap bdc
How the transaction that are programmed by the user can be protected?
Explain how to create any functions? How to go about it?
where do we store all custom programs in SD module?
What are the system fields you have worked with? Explain?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What is difference between inner join and outer join?
Is there any method apart from bdc for data upload to sap? : abap bdc
What happens if only one of the commands set screen and leave screen is used without using the other?
What are the types of the programming language used in the sap abap software?