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


Please Help Members By Posting Answers For Below Questions

What are the functional areas? User groups? and how does ABAP query work in relation to these?

704


What are the advantages of abap query tool?

535


What are the advantages and disadvantages of using views in abap programming ?

638


What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?

1815


In sap script how to print bar code in vertical manner

3432






How can you manipulate the presentation and attributes of interactive lists?

603


What is elementary search help? : sap abap data dictionary

554


How is conversion of data types done between abap/4 & external level?

560


What is the function module to popup contents in the internal table?

552


What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?

554


What are the functional areas, user groups? How does abap query work in relation to these?

587


Can you print decimals in type n? What is difference between float and packed data type?

744


What is a table attribute? : abap data dictionary

559


What are the different database integrities?

572


what is difference between set screen and call screen ?

550