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 are the uses of interactive reporting?
What is erp? : sap abap hr
Static and instance variable and method with live example. Why and when to use
What are the components in sap application server?
Explain the differences between at selection-screen and at selection-screen output?
What is the Difference between At Line selection and At user-command?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
Does every abap/4 have a modular structure? : abap modularization
What is the use of the raising exception? : abap modularization
Explain the difference between function group and function module?
How can you access the function code from menu painter?
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is time constraint ? : abap hr
How do you do bdc for a table control? : abap bdc
What is an update type with reference to a match code id?