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
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?
Work most on which module: name a few tables?
What happens if we use leave to list-processing without using suppress-dialog?
How is conversion of data types done between abap/4 & db layer? : abap data dictionary
What are the different types of abap/4 programs?
Explain what is an rdbms?
What data is contained in data dictionary? : abap data dictionary
How to do find it?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What primary key and foreign key relationship
What is modularization and its benefits?
What statement will be found in an sap application program that implements a function module exit?
What is partner selection?
What are the data types of the external layer?
What is lock mechanism? How do we create lock objects in abap?