cancel
Showing results for 
Search instead for 
Did you mean: 

BDC

Former Member
0 Kudos

Hi,

Difference between Session method & Call Transaction

Regards,

A.Thuyavan

Accepted Solutions (0)

Answers (3)

Answers (3)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

there is a whole article about it:

http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Session method.

1) synchronous processing.

2) can tranfer large amount of data.

3) processing is slower.

4) error log is created

5) data is not updated until session is processed.

Call transaction.

1) asynchronous processing

2) can transfer small amount of data

3) processing is faster.

4) errors need to be handled explicitly

5) data is updated automatically

regards

Sreeram.G.Reddy

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

since you took is from

http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm

always post a source and use " " to show that this is a quote and not your words

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Former Member
0 Kudos

Hi,

Check these threads:

Regards,

Subhasha