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
THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM
What is the difference between refresh and free statements?
What are the different types of sapscript symbols?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
How can you manipulate the presentation and attributes of interactive lists?
What is design pattern? Provide example .Why are we using it?
What is synchronous update?
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
What two statements would be used to exchange data between programs using abap memory?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Tell me a scenario where did you use secondary index?
stock transfer from one plant to another plant ? i want the total description.
What happens Update command is used without where clause ?
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?
What are pooled tables? : abap data dictionary