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: 

hi

Former Member
0 Kudos
55

i have a greate doubt on bdc, could any body clarify it more detail.

what is the difference between Processing and Updation in BDC and How it differs froms Synchronous and Asynchronous?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
35

Hi Ramesh..

Processing and updating are entirely different from synchronous and asynchronous ..

Processing is nothing but getting the records from Internal table to application and Updating is passing the records from application to database tables..

The processing and updating can be done in 2 ways .. those are synchronous and asynchronous..

Regards

Veerendra

2 REPLIES 2

Former Member
0 Kudos
36

Hi Ramesh..

Processing and updating are entirely different from synchronous and asynchronous ..

Processing is nothing but getting the records from Internal table to application and Updating is passing the records from application to database tables..

The processing and updating can be done in 2 ways .. those are synchronous and asynchronous..

Regards

Veerendra

Former Member
0 Kudos
35

hi

In synchronus update when ever u uploaded a record from transaction CommitWork will be performed immediately. In Asynchronous method commit work performed later.

Processing nothing but it wiil read the values from transaction and saves in some intermediate session when ever u execute session the updation will be performed.

Update related to database.