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
Explain the properties of selection screen?
List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr
Explain the difference between float and packed data type?
How do you document abap/4 programs? Do you use program documentation menu option?
What is lock objects? : sap abap data dictionary
What is the difference between bdc_open_group and bdc_open_dataset. : abap bdc
Explain about workbench request and customization requests?
Fallback class
What are ranges?
What are the fields in the memory table ‘screen’?
From excel to abap - is batch mode possible ? : abap bdc
What is the diff between database view and maintenance view?
Why do we use Abstract classes give an example from your project?
What is payroll area
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc