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
Module Pool Programming: Events and Table Control handling.
Does the table can have multiple foreign keys?
What are the data types of the external layer?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
what are the main technical differences between oracle and sap? it would be more helpful to me if get this answer...
What are the events in ABAP language?
What are the events used in interactive reports?
Do we create table fields with out data elements and domains?
How to creat transactions? : abap data dictionary
What is a bsp application? : sap abap hr
How can we set the tablespaces and extent sizes ?
Abstract class and interface, multiple inheritance, live example
How can I make a differentiation between dependent and independent data? : abap hr
How do you find out whether a file exits on the presentation server?
What is an Open Item in SAP? How will you find an Open Item in SAP?