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 |
What do you mean by batch data communications programming?
i want to see a material master data which is at client side.How can i view that?
what is search help exit ????
28) What is the significance of Data element and Domain?
10) How to get Item Header in Sales Order?
How did you test the form u developed? how did you taken print?
what is call back in alv?
what is the significance of project, subproject and object in lsmw?
what is the button to change the variant in alv?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
Explain the difference between free and refresh?
Can we have more than one selection-screen . And how ?
difference between report and module pool