Difference between Session Vs Call transactions?
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.
Cheers..
MNK
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain what are the system fields? Explain?
Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm
What are the types of parameters in the function modules?
What is locking ?
What is the definition of modification in an sap system and how do they impact an upgrade?
How do you restrict the data to be entered in the payroll area? : sap abap hr
How to transfer data into line items using batch input session method? : abap bdc
How many main windows will be there in a page window?
What is the reserve command?
What is a transport?
What are the basic components of dialog program?
What happens if a function module runs in an update task?
Write special commands of list?
What data is contained? : abap data dictionary
How can we create callable modules of program code within one abap/4 program?