Application Development 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: 

Wat r the Different possiblities we go 4 Asynchronus Mode Call Transaction

Former Member
0 Kudos

Hey Folks,

Let me Know what are the Different Scenarios where we have to go for Asynchronous Mode CALL Transaction ( BDC).

Thanks,

Naresh.

2 REPLIES 2

Former Member
0 Kudos

Whenevr we go for Master Data uploading then we go for Asynchronous Call Transaction Approach. i.e y bcz for master data ther is not much of dependncy of individual records..so complete data is independent. Then we can process the data using Asynchronous Mode.

former_member181962
Active Contributor
0 Kudos

We can go for asynchrounous updates in call transaction , whenever there is no dependency for the statements to follow.

For example, if you are doing a BDC to create a sales order and then another BDC to Change the same sales order, you cannot use Asynch update. The reason for this is the Sales Order Creation itself is not yet complete by the time you try to change it.

For all other scenarios, where there is no dependencies, you can go for Async updates, which is faster for obvious reasons.

Regards,

Ravi