‎2008 Oct 28 3:44 AM
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
‎2008 Oct 28 3:52 AM
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.
‎2008 Oct 28 3:52 AM
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.
‎2008 Oct 28 8:44 AM
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
‎2008 Oct 28 9:03 AM