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


Please Help Members By Posting Answers For Below Questions

How do you write transaction programs in sap?

577


What are the two different ways of building a match code object? : abap data dictionary

615


What are the advantages and disadvantages of using views in abap programming ?

651


Explain difference between primary key and unique key?

521


Which objects are independent transport objects?

833






function modules are also external subroutines. State true or false. : abap modularization

602


when run my program in se38 it was showing output, when i take background execution and giving printer details it was shoing out put. but in SP01 when i give the Spool Request Number it was showing not yet processed entire page why it happens i dont know please give me a solution.

2081


how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?

1580


What are the 3 types of function modules in sap?

612


What are ranges?

594


When the top-of-page event does get triggered?

685


In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.

2116


How can we handle table control in bdc? : abap bdc

598


What is sql trace? : abap data dictionary

673


What is a type group?

550