InterviewSolution
Saved Bookmarks
| 1. |
Among The Call Transaction And Session Method, Which Is Faster? |
|
Answer» 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, then process will not COMPLETE until session get CORRECT. 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, then process will not complete until session get correct. |
|