Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC and Performance Issue

Former Member
0 Likes
399

When performing a Call Transaction, is it better to use a synchronous or asynchronous update mode for a large number of records? Right now, we have a BDC that is running on synchronous update but is taking forever to update. Sometimes it even causes system problems.

I'm also looking into using a BAPI instead of the BDC. I think using a BAPI is preferable than a BDC.

Comments and suggestions on these 2 issues are highly appreciated.

2 REPLIES 2
Read only

Former Member
0 Likes
311

Not sure about synchronous or asynchronous....But BDC must be used only if there's no available BAPI -;)

Greetings,

Blag.

Read only

Former Member
0 Likes
311

For many cases BDC is required to run in synchronous transaction,

so the result will be able to be processed for further action ( for ex: to be displayed ).

If possible, find an existing BAPI to replace the BDC.

This will save time and maintenance effort.

What kind of transaction are you using in the BDC ?