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 Updates

Former Member
0 Likes
281

Hi All,

Can some one explain me abt the difference between

*Local

*synchronous

*Asynchronous updates in details...

why Local update is necessary...

Please specify the complete process for the Recording of all the Updates in details.

Thanks,

Lee

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
262

Hi,

simply

S Continue processing when update is completed (synchronous)

A Continue processing immediately

L Local update

The Update Parameter

A Asynchronous updating. Faster execution of batch input program but no completion message from the SAP update service.

Not suitable for large amount of data

S Synchronous updating. Called transaction returns update error message.

L Local updating. If you update data locally, the update of the database will not be processed in a separate process, but in the process of the calling program.

Regds

Sivaparvathi

Please reward points if helpful....

1 REPLY 1
Read only

Former Member
0 Likes
263

Hi,

simply

S Continue processing when update is completed (synchronous)

A Continue processing immediately

L Local update

The Update Parameter

A Asynchronous updating. Faster execution of batch input program but no completion message from the SAP update service.

Not suitable for large amount of data

S Synchronous updating. Called transaction returns update error message.

L Local updating. If you update data locally, the update of the database will not be processed in a separate process, but in the process of the calling program.

Regds

Sivaparvathi

Please reward points if helpful....