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
What is the difference between a structure and an append structure?
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the answer
What are the screen painter and menu painter?
Can a transparent table exist in the data dictionary but not in the database physically?
Explain Singleton class
What are the personnel administration related Infotypes
How table control cn be generated using bdc? : abap bdc
What are the system table used in abap?
What is the difference between synchronous and asynchronous updates?
What are the different functions used in sap script? What are the parameters used in each function?
What are the page windows?
Hi! I want to join SAP ABAP course in Hyderabad, can any one tell me where should I join? and Which is the best institute for SAP WORKSHOP? Thank you...
How to call transaction in session method without recording?
What is the difference between collect and append statements?
What is bdc programming in sap?