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 is your approach for writing a bdc program? : abap bdc
What are the different control break statements available inside a loop?
What is an update type with reference to a match code id?
Explain client-dependent and client-independent tables.
How to analysis Background Job for performance Issue?
What are the internal tables and work area?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What kind of deliverables you have on a day to day basis?
Did you use buffering?
hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.
How to convert normal function module to bapi?
What are the different buffering methods?