what is the Difference Between session and call transaction?
Answer Posted / norty_n
Session method: it can handle small amount of data as well
as large amount of data.
It can handle multiple applications
simultaneously.
This method by default has log files. Log files
is used to store error records.
It can process the data fore ground and back
ground because it can handle small amount of data as well
as large amount of data.
It processes the database Asynchronously and
updates the database synchronously.
Call-transaction Method: with this method we can process
the data in fore ground only.
This method compatible small amount of data only.
user can create log file explicitly using BDCMSGCOLL
structure.
It processes the data and updates
synchronously.
It can handle one application at a time.
| Is This Answer Correct ? | 7 Yes | 6 No |
Post New Answer View All Answers
What is direct input method ?
What are the components of sap scripts? : abap hr
How many default tab strips are there?
How to find Kernal badi ?
What are the data types of the abap/4 layer? : abap data dictionary
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
Event handling in oops
Explain get cursor field?
Is it possible to bring select option in module pool screens?
Can we call reports and transactions from interactive reporting lists?
What is protect & endprotect?
What are the different software packets available in the market? : sap abap hr
Example of table cluster and cluster tables.
What is the transaction for recording bdc ? : abap bdc
What is the different type of projects? : sap abap hr