What is the difference b/t Session method and call transaction
method ??
Answer / 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 |
what is function group? Difference between function group and FM?
what is the difference between standard and sorted internal tables? (in performance wise)
Suppose if I’ve 10 records, I don’t want to update 9th record? How can we do that?
HOW DO YOU CONFIGURE ALE BETWEEN TWO DIFFERENT VERSIONS OF SAP ?
In the `select' statement what is group by ?
what are the loop events and what is the difference between them
what is meant by ale configuration? what can u do in ale configuration?
What will exactly the hide statement do?
what is 'X' parameter in BAPI?
what is single screen maintainence?
parter profiles are stored in which table?
What is the SD Flow in SAP.Can you explain with Transaction codes...