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
Difference between user exit and badis?
Where do you use help views?
How to find the return code of a statement in abap programs?
What is database utility?
What is roll area?
Explain the advantages and disadvantages of abap query tool?
Why do we use events and actions in web dynpro?
How do you delete duplicate records from internal table?
How do you find if a logical database exists for your program requirements?
What are the 3 types of function modules in sap?
Can a domain, assigned to a data element be changed?
What are the two ways for restricting the value range for a domain? : abap data dictionary
How to set an Enhancement point for a custom report?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
What is an update type with reference to a match code id?