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
How do you find out whether a file exits on the presentation server?
Different types of locks?
Explain the difference between a dialog program and a report?
How the at-user command serves mainly in lists?
What is open sql?
What is logical database? : abap hr
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
What is the function of the correction system? : abap data dictionary
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
If yes then why do we require logical database
What is smart forms? : abap hr
How do we handle multiple line items in BDC's.
What are interface/conversion programs in SAP?
Can i know some of the Realtime tickets that anyone has been faced ?