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
What are the different types of luws. What are they?
Events that can be used in both the classical and interactive reports
1.why dont use top of page. wat is the use? 2. wat is sub screen? 3. why u select the session method in bdc ? how many records wil be updated on that time? 4.why dont use start form in script? 5.wat is difference b/w dilldown and interactive report? 6. wat is pf status interactine report?
What is the syntax for call transaction? : abap bdc
What are the fields in a bdc_tab table? : abap bdc
How to Raise a Particular Ticket in Realtime ?
Why bapi need then bdc ? : abap bdc
What is the bitwise operator in the sap abap?
When the get cursor command used in interactive lists?
Explain the advantages and disadvantages of abap query tool?
Explain the table, which contain the details of all the name of the programs and forms?
What are the page headers for secondary lists?
What are the modes in lock objects? : sap abap data dictionary
What is a table pool? : abap data dictionary
Can a filed occur in several field groups? : abap modularization