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

hi

Former Member
0 Likes
483

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
Read only

Former Member
0 Likes
463

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

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?

2 REPLIES 2
Read only

Former Member
0 Likes
464

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

Read only

Former Member
0 Likes
463

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.