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
Explain about sap fico testing and the tools used? : abap bdc
What is an abap?
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subrc after perform?
What are the 3 types of tables in sap? : abap data dictionary
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
What are advantages and disadvantages of logical data base
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What are the prerequisites for creating foreign key relationship?
What are your ways to performance optimization?
What is the maximum number of structures that can be included in a table or structure
What is the difference between a substructure and an append structure? : abap data dictionary
What are the 3 types of function modules in sap?
What is the role of ‘refresh’ in internal table?
How do you process errors in call transaction method? : abap bdc
How collect statement is different from append?