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 is the master data necessary before you can start posting in MM?
What are the buffering options in abap?
What is payroll driver ? : abap hr
How do you process errors in session method ? : abap bdc
Where are you used type casting?
What is amdp (abap managed data procedures)?
What is a transport?
How to Raise a Particular Ticket in Realtime ?
Can you create a table with fields not referring to data elements? : abap data dictionary
What will you code in start-of-selection & end-of-selecton & why?
What is the difference between skip and new-line?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
What is difference between inner join and outer join?
Which function module would you use to check the user’s authorization to access files before opening a file?
Why do we use abstract class