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
Specify the types of data dictionary objects.
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
hi i need detailed information on badi and bapi how can this work in real time senarios plz explain with exp
What is the tcode for sapscript forms?
What are the features of abap/4 dictionary? : abap data dictionary
What are the advantages and disadvantages of different types of bdc's?
How to debug a sapscript?
Name some system global variables you can use in abap programs?
Which bdc you prefer? : abap bdc
What is the use of 'for all entries'?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
Explain what is runtime analysis?
when u prefer lsmw?
What is the difference between function group and function module?