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
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What is update task
What are the relational operations that can be performed on view in sap? : abap data dictionary
Can you print decimals in type n? What is difference between float and packed data type?
What are different ABAP editors? What are the differences?
ALV Report that will show the details of order like order no, order date, customer, product code & description, order quantity and value along with the details of dispatch of those orders like invoice no, invoice date, invoice quantity and pending order quantity. plz mention the detail coding Tahnks, Rahul
What are the aggregate objects in data dictionary? : sap abap data dictionary
What is value table?
What are the two ways of producing a list within a transaction?
What data is contained in data dictionary? : abap data dictionary
Explain what are the different functions used in sap script?
How do you process errors in session method ? : abap bdc
How do you Export a session ?
Explain what is an rfc?
What is a view? : abap data dictionary