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

Why do we declare a method of a class final? What can be the purpose? Give a scenario.

890


Explain the data types of internal tables?

620


singleton class

927


Which objects are independent transport objects? : abap data dictionary

566


A subroutine can contain nested form and endform blocks. State true or false. : abap modularization

766






Can you create an internal table dynamically?(at run time)

1424


How do you find the information on the current screen? : abap bdc

599


What is an abap?

544


Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.

1592


A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?

534


What is meant by slab? How is indian slab and us slab? : sap abap hr

550


What is an abap/4 query? : abap hr

595


Define external layer? : abap data dictionary

682


Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?

1660


Why we are using Macros instead of Function Modules

1611