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
How many detail lists can be created in interactive reporting?
What is erp? : sap abap hr
How do you retrieve the data for repetitive structures ? : abap hr
What is bdc programming? : abap bdc
What are the modes in lock objects? : sap abap data dictionary
What are domains and data element? : abap hr
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
How to display if the value entered contains records or not?
How to give programe name as input in BDC report of abap ?
Event handling in oops
Explain what is a logical database?
What are the types of windows in sap script?
What is example class
Explain client-dependent and client-independent tables.
Define subtype ? : abap hr