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 functions does a data dictionary perform? : abap data dictionary
What is the process to enhance the Infotype
What is view? Explain the different types of view?
In ALV reporting when u execute your report which event gets triggered.
Explain what is an rfc?
What are the Synchronous and asynchronous methods in bdc ?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
What are the events driven batch jobs?
What is the significance of delivery class? : abap data dictionary
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What is asap methodology? : sap abap hr
What is the difference between synchronous and asynchronous update? : abap bdc
What is function group?
State the differences between database view & projection view? : abap data dictionary
Persistent class