Difference between Session Vs Call transactions?

Answer Posted / jenny

Norty_n,
call transaction method can also be processed in the
background by mentioning the mode as 'N' in the syntax below
"CALL TRANSACTION 'MM01' USING BDCDATA MODE N UPDATE A
MESSAGE INTO MESSTAB".

Below are the difference between call transaction and
session method.

Session method Call transaction
1. Transfers data for multiple 1. Transfers data for
transactions. single transaction.
2. errog log is created by 2. errors need to be
default. handles explicitly.
3. processing is slower. 3. processing is faster
4. can transfer large amount of 4. Can transfer small
data. amount of data.
5. Data is not updated until 5. data is updated
session is processed. automatically.

Thanks
Jenny

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we declare a method of a class final? What can be the purpose? Give a scenario.

895


What is a currency factoring technique?

696


What are the parameter types for a method?

919


What is the transaction code to display the payroll results ? : abap hr

568


What are the check tables and value tables?

623






What are the different types of view?

599


Define external layer?

634


Static and instance variable and method with live example. Why and when to use

931


What is a data element?

538


What are the various types of selection screen event?

572


Can you set up background processing using call transaction?

591


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 ?

1606


What is check table?

576


How can a lock object be called in the transaction?

531


What is the disadvantage of a call by reference? : abap modularization

605