What is the difference b/t Session method and call transaction
method ??

Answer Posted / latha

Session Method :
It supports small amount of data as well as large amount
of data transfer.
It supports both foreground and Background process.
Data will be updated in the database only after
processing the session and data processing is asynchronous
and data updation is synchronous.
It supports multiple transaction at one time.

Call Transaction:
It supports only for small amount of data transfer.
It won't support background process.
Data will be updated automatically and data processing is
synchronous and data updation will be synchronous and also
asynchronous.
It support single transaction at one time.
Processing is faster.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Have you set up a back ground job? How to create a background job without a variant ? : abap bdc

750


What is the difference between Exit and Stop?

816


How many detail lists can be created in interactive reporting?

941


How do you save data in bdc tables? : abap bdc

778


How do you import pay scale data from non sap to sap? : sap abap hr

821






What are the rules to create a BAPI?

1339


What are the different message types available in the abap/4 ?

741


What are the types of the programming language used in the sap abap software?

805


Explain the differences between sap memory and abap memory?

713


What is an abap/4 query? : abap hr

804


What are the functional modules used in sequence in bdc? : abap bdc

750


What is the difference between collect and append statements?

778


Explain the difference between function group and function module?

809


What are client dependent objects in abap/sap?

768


Can I execute user exits? If yes, how?

780