Among the Call Transaction and Session Method, which is faster?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
Call transaction is faster then session method. But usually
we use session method in real time...because we can transfer
large amount of data from internal table to database and if
any errors in a session. Process will not complete until
session get correct.
Is This Answer Correct ? | 7 Yes | 3 No |
Answer / madhavav reddy vacada
call transaction is faster because,it does not wait for the
return values while updating data into the database,that
means process is faster,where as session,it waits for
return values that means it processes record by record,so
it will not update the record until unless current record
is processed,i.e reason session is become slow than call
trasaction.
Is This Answer Correct ? | 4 Yes | 0 No |
how many type of index are there
Select option?
What is the Tcode for System Dump?
Mention the various databases integrities?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What is kernal badi? What is the difference between classic badi and kernal badi ? What is the advantages of kernal badi?
2 Answers Accenture, HBL Power Systems, IBM, Yash Technologies,
how to maintain the quantity field in bdc
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
can any body tell what is idoc archieving and how to do that
Did you create primary index?
How many servers present for Database servers,Presentation and Application servers in Landscape? All these servers are present at client side or company side,means where the Database server is Located, where the Application and Presentation servers Located in a Landscape?
What are the different methods of passing data? : abap modularization