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 the structure of a bdc sessions?
Does sap handle multiple languages?
What is an evaluation path? : sap abap hr
How do you find out whether a file exits on the presentation server?
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What are the domains and data elements?
What are different data types in abap/4?
What is projection view?
Can we handle two transaction codes in the same program using call transaction bdc input method? : abap bdc
Did you use buffering?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Exception handling and how does it transfer from called method to calling method?
How to write a code in tab control? : abap bdc
What are the types of subroutines?
Difference between open sql and native sql? : abap data dictionary