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
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
What is the difference between data elements and domains?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is the difference between internal tables and extract datasets? : abap modularization
What are the table controls in bdc ? What is the difference between bdc and lsmw ?what is the difference between bdc and rfc ? : abap bdc
What are the disadvantages of different types of bdc's?
Explain badi in abap.
Explain the relationship between a functional area, user group, and query when developing queries using the sap query tool?
Where do you create indexes in abap?
What are base tables of an aggregate object?
What does a lock object involve?
How do you write manual bdc session method? : abap bdc
What are the dis-advantages of logical databases? : abap hr
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
Which one is better joins or views and why?