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
performance tuning concepts
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
How can we upload a text file having delimiters in to legacy system?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
What is lock object ? : abap data dictionary
What are the disadvantages of different types of bdc's?
What data is contained in data dictionary? : abap data dictionary
What is IMG in SAP?
how to see the tables of 200 in client 100?
Explain the difference between get and get late?
Which function module reads the data for particular infotype ? : abap hr
How would you set the formatting options statically and dynamically within a report?
List the events in abap/4 language?
How do you convert non-char field into char type fields ?
Explain the concept of clusters in payroll