2007 Sep 23 6:40 PM
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?
2007 Sep 23 8:37 PM
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
2007 Sep 23 8:37 PM
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
2007 Sep 24 9:50 AM
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.