Among the Call Transaction and Session Method, which is faster?
Answer Posted / 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 |
Post New Answer View All Answers
What is a projection view? : abap data dictionary
How do you control printer functions from sapscript?
Control Break statements- At new...endat.
Can we use flow logic control key words in abap/4 and vice-verse?
What is pass by value and what is pass by reference? Which is better?
Define abap/4 layer? : abap data dictionary
What is an evaluation path? : sap abap hr
Name some data dictionary objects?
Difference between domain and data element? What are aggregate object?
when do you need to create an internal table with header line ? and with out a header line?
Where can you find error log for call transaction? : abap bdc
How many detail lists can be created in interactive reporting?
How to pass data from list to report?
What are the two statements which are required in an abap program to output an icon using a write statement?
What is the t-code for transaction recorder? : abap bdc