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
What is the procedure you followed to upload the data?
What are the basic objects of the data dictionary? : abap data dictionary
How to upload more than 2GB file from External Source to SAP?
What are the types of subroutines? : abap data dictionary
What is the bitwise operator in the sap abap?
What are the components of selection table?
Can we use on change of between select and endselect?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
What is sequence of event triggered in report?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
hi frends this is bala raju from pune.i want to know diff between 4.7ee and ecc 5.0.if possible give me brief explanation.this question was asked in EDS(tele interview) in pune bye.
Explain lsmw?
What happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
What are the advantages of logical databases?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.