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 are internal tables? How do you get the number of lines in an internal table?
How do you find the tables to report from when the user just tell you the transaction he uses? And all the underlying data is from SAP structures?
In order to upload purchase order details, how you handle multiple values for a single field?
What are the dynamic actions and how to configure it? : sap abap hr
Rp_provide_from_last contains how many parameters ? : abap hr
Write an abap program for creation of customer enquiry using BAPI 'BAPI_INQUIRY_CREATEFROMDATA'.
What is an update task? : abap modularization
What are field symbols?
What is the maximum number of structures that can be included in a table or structure : abap data dictionary
What do you mean by transparent tables in sap abap? : abap data dictionary
How do you activate a function exit?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What is a multiple line field?
Differentiate between static and dynamic step loops?
How to transfer data into line items using batch input session method? : abap bdc