what is the Difference Between session and call transaction?
Answer Posted / p.lokesh
SESSION METHOD :
1) Asynchronous Process
2) Synchronous update
3) Multiple Transactions can be handled ( That means u can
upload the data at a time for more than one T-Code.
4) Implicit Error handling (Means for errors SM35).
5) Huge amount of data can be uploaded.
6) Execute the session on a specific date.(By using hold
date parameter).
7) Time Requirement is more.
CALL TRANSACTION :
1) Asynchronous process.
2) Asynchronous/Synchronous Update.
3) Single transaction only handled.
4) Small amount of data uploaded.
5) Explicit error handling(That Means all the error records
move to internal table and validate)
6) Time Requirement is low.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
what is defference between repository and non repository Object?
What is page window?
Can we create a gui status in a program from the object browser?
To how many tables can an append structure be assigned. : abap data dictionary
Write syntax for message error (report)?
What is the disadvantage of a call by reference? : abap modularization
What is time constraint ? : abap hr
Can we call reports and transactions from interactive reporting lists?
Explain what is a foreign key relationship? Explain this with the help of an example.
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
Why do we use dynamic where conditions?
How would you define the exponents for a type âfâ field?
What are local objects? : abap data dictionary
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
Create any functions? How to go about it?