How to do back ground processing in BDC Session method ?
Answer Posted / mahender achhe
This session method is used for Insert or Update the tables.
While Insertion or Update the table (Multiple records)
we are creating a session.That session is created with 3
function modules. i.e
1.BDC_OPEN_GROUP
2.BDC_INSERT
3.BDC_CLOSE
and one more thing is, we can keep the session after the
session completed.this is depends on the programmer wish,
if the programmer wants to live the session after the
operation just he can select it as "KEEP".If it is not like
that it closes after the operation.
But there is a difference b/w the Call transaction and the
Session in BDC is,
1.In call transaction at a time the total records are
Inserted or updated.
2.but where as in the Session method while executing the
session in the background, if there is any error occurs in
the program the session is not running.
But compare with Calltransaction Session is better.
| Is This Answer Correct ? | 12 Yes | 9 No |
Post New Answer View All Answers
What is the difference between refresh and free statements?
What is an rdbms?
Can a constructor be declared private? If yes then in which scenario?
What are the other modules integrated with om? : sap abap hr
What is the different between template and a table?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What are the features of abap/4 dictionary? : abap data dictionary
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
Sy index and sy tabix
What are the events used in interactive reports?
Can i Have Some Examples on Enhancements.
What are the basic functions of database utility? : abap data dictionary
Can i have some Realtime Scenarios on Reports.
Can a domain, assigned to a data element be changed? : abap data dictionary
Difference between Insert, Update and Modify?