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

Batch data input methods

Former Member
0 Likes
435

hi every one,

can any one explain me wat is the difference any process involved in synchronus and asynchronous methods in BDC as i dont have any idea about them

thanks

regards

vijay

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
0 Likes
416

hi,

SEARCH in scn before posting basic questions or else your id will be locked or deleted.

SEARCH in scn by giving synchronus and asynchronous methods in BDC you will get lot of posts.

3 REPLIES 3
Read only

GauthamV
Active Contributor
0 Likes
417

hi,

SEARCH in scn before posting basic questions or else your id will be locked or deleted.

SEARCH in scn by giving synchronus and asynchronous methods in BDC you will get lot of posts.

Read only

Former Member
0 Likes
416

Hi, Syncronous update will wait for the DB updation to be completed and if any error it will pass to the program.

Asyncronous method will not wait for the completion of the Update disk. it will pass the db update to Update Dialog steps and will return to the main program. if any error while updating the data will not be returned. so the user manually need to check for error in SM12. Try.

Thanks.

Rgds,

Jey

Edited by: Jeyakumar Velusamy on Oct 28, 2008 2:14 PM

Read only

Former Member
0 Likes
416

Thank you

Jeyakumar