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

Former Member
0 Likes
286

what is meant by updation and processing in BDC.

2 REPLIES 2
Read only

Former Member
0 Likes
266

hi,

Processing: data is processed through transactions i.e. it will validate the fileds and values.

Updation:

data will be updated in the database through transactions.

synchronous Update - It will update transaction level and it goes database level.

then it goes next record.

Asynchronous Update : it will update transaction level and lt goes next record.

later it updates database level.

Synchronous update is slow processing

Asynchronous update is speed processing.

when you update the data at transaction level and it should update the data with respect to corresponding tables .. when you use asyn or syn ,all are sme but only thing is Syn update is it update the record transaction level and it goes db level and it will go next record.

where as Asyn update ,it updates transaction level and it goes next record.but it updates DB Level later.

<b>

Reward useful points</b>

Siva

Read only

Former Member
0 Likes
266

Hi Swetha,

use this link

Reward if useful.