what is the difference between session ,call Transaction?
Answer Posted / sirisha
1.Call transaction is an immediate process where as session
is a delayed process.
2.Exception handling is automated in session where as in
call transaction method we have to handle it manually by
using BDC_MSG_COl.
3.Locking is possible in session method where as in call
transaction method it is not possible.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
performance tuning concepts
How many ways you can create table? : abap data dictionary
What are the classifications of the sap abap data classes?
Difference between BDC vs Direct Loads?
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What is roles and responsibilities of sap hr consultants? : sap abap hr
dynamic programming in sap abap
What are the different types of work process?
What are the functional areas?
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
Why is pretty printer user in abap?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What are the advantages and disadvantages of using views in abap programming ?
How to Raise a Particular Ticket in Realtime ?
What is the difference between tables and structures?