what is the difference between session ,call Transaction?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / subbu
session method:
1.Asynchronous processing i.e we can process multiple
transaction codes in a single program.
2.Synchronous data base updation
3.Error log created.
4.No significance for sy-subrc.
5.It is slower than call transaction method.
6.We cannot execute this method directly.
call transaction method:
1.Synchronous processing i.e we can process single
transaction in a single program.
2.Synchronous and Asynchronous database updation.
3.Error log cannot be created.
4.Significance for sy-subrc.
5.It is faster than session method.
6. We can directly execute this method.
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / guest
Session Method :
1.Asynchronus Processing
2.Synchronous Database update
3.Session Can not run in parellel.
4.A bathch i/p log is generated for each session
Call Transaction
1.Synchronous Processing.
2.Synchronous & Asynchronus Database update.
3.No bathch i/p log is generated .
Is This Answer Correct ? | 2 Yes | 1 No |
How do we handle multiple line items in BDC's.
how to retrieve the field label of data element in reports.(not in alv)
What is cts and what do you know about it? : abap hr
Is it possible to pass data to and from include programs explicitly? : abap modularization
difference between BAPI and RFC?
What is the typical structure of an ABAP/4 program?
Which method of BDC’s would u apply ? Session or call transaction ? why ? Which is more good ? Its advantages ?
Explain what is step-loop? Explain all the steps?
HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?
What are the various types of selection screen event?
what is the difference between bdc and rfc ?
what is the difference between function modules and subroutines