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
How can we handle table control in bdc? : abap bdc
What is Group by in Select statement?
What are pool tables?
Define structure in abap data dictionary?
Explain Catch Command in ABAP?
Can we create a gui status in a program from the object browser?
How can we access the correction and transport system? : abap data dictionary
How do you retrieve the data for repetitive structures ? : abap hr
What is a table pool? : abap data dictionary
What are data classes? What are the various data classes available for selection? : abap data dictionary
What is an abap instance?
How many types of tables exist and what are they in data dictionary?
How many types of data classes are there in sap abap? : abap data dictionary
Name the function module used to convert logical file names to physical file names in abap/4 programs?
What is retro active accounting