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 the structure of bdcmsgcoll? : abap bdc
What are internal tables? How to use a specific number occurs statement?
How do you find out who has transported a transport request?
How to write a code in tab control? : abap bdc
What are matchcodes?
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
What are the basic functions of database utility? : abap data dictionary
What are the check tables and value tables?
How to copy table across clients?
Some Realtime Examples on Exits .
What are the data types of the external layer? : abap data dictionary
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
What is the differrences between structure and table in data dictionary in abap? : abap hr
How do you move on to the next screen in interactive reporting?
What is gui status? How to create /edit gui status?