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 |
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
What are reference fields in data dictionary ? how do u assign them to a table field?
Explain about the tables exists in a data dictionary and what are they? : abap data dictionary
how u define that idoc is generated for ale or edi method ?
How do you get your task to perform?
How debug a back ground job?
How to add background picture/graphics in alv report?
Can I create a Transaction code for a custom Table ? If Yes How can I ?
which part of the internal table syntax determines how ABAp accesses the rows of the internal table ?
1.why dont use top of page. wat is the use?
What are the functional areas? User groups? and how does ABAP query work in relation to these?
4.why dont use start form in script?