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
What are the advantages/ dis-advantages of logical databases?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
What are the prerequisites for creating foreign key relationship?
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What’s value table?
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization
What are the advantages of logical databases?
How do we handle multiple line items in BDC's.
How do you write a function module in sap?
What are the difference between pool tables and transparent tables?
How can we access the correction and transport system? : abap data dictionary
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What are the check tables?
Explain what are the different functions used in sap script? What are the parameters used in each function?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.