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

Regarding Synchronus and Asynchronus Method

debdatta_panda
Participant
0 Likes
1,372

Hi Experts,

                  I am uploading 100 records out of which say 59th record has error so what will happen if i am using synchronous or asynchronous method of BDC? Can we update the database using local update mode how ?

Hi Experts,

                  I am uploading 100 records out of which say 59th record has error so what will happen if i am using synchronous or asynchronous method of BDC? Can we update the database using local update mode how ?

4 REPLIES 4
Read only

PeterJonker
Active Contributor
0 Likes
1,114

How and what are you uploading ?

If it is a custom report then it is all about you (or the devloper) how to handle failed updates:

- continue with the rest of updates and create message about failure

- stop all further processing and rollback the already updated records.

It also depends what kind of records you are uploading and if you do them all at once or record for record.

I don;t think it will make a difference if you call synchrone or asynchrone, but again it all depends on which records, which BAPI, custom program or standard SAP ?

Read only

0 Likes
1,114

Dear Peter,

                 I have created one BDC program which is running through synchronous method and another same BDC program with Asynchronous method.Now I want to upload 100 records where 59th record has error.How these two program handle this situation.Means I want to know that how synchronous and asynchronous can handle the error.Please help on that matter.

Read only

0 Likes
1,114

OK, I undertsnad now 🙂

Çheck this thread in which is explained what the difference is between asynchronous and synchronous BDC calls.

Synchronous Vs  ASynchronous | SCN

Read only

0 Likes
1,114

Dear Peter,

                 I didn't get resolved about that matter when a error is occurred during running time of the BDC.On that time how synchronous and asynchronous method will behave please explain me..