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
what are the two methods of modifying sap standard tables? : abap data dictionary
What are the sequences of event block?
What is payroll area
What are the different methods of passing data?
What is primary index?
Setting up a BDC program where you find information from?
How to upload data using catt ? : abap hr
What is meant by authorization? : sap abap hr
i want to add 2 records to a table but the last field in the table is 1000 char long.Is it possible?if yes how?
What is asynchronous and synchronous update?
How we can retrieve data using secondary index. Explain with simple example?
What will exactly the hide statement do?
What are the 3 methods that we use in sequence in a batch input session method? : abap bdc
How do I find the output type of a table or a program?
How do you retrieve the data for repetitive structures ? : abap hr