2008 Jun 17 2:06 PM
Can any one tell difference between
sychronous and asynchonous in BDC.
2008 Jun 17 2:09 PM
friend before posting the question y cant u search in the forum,
there are many threads (answers to ur question).
sorry if u feel bad its just advise.
Can any one tell difference between
sychronous and asynchonous in BDC.
2008 Jun 17 2:09 PM
friend before posting the question y cant u search in the forum,
there are many threads (answers to ur question).
sorry if u feel bad its just advise.
2008 Jun 17 2:10 PM
hiii
http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm
http://www.allinterview.com/showanswers/2678.html
these two links will solve your question.
reward if useful
thx
twinkal
2008 Jun 17 2:13 PM
Hi,
Go through the following link.
https://www.sdn.sap.com/irj/sdn/profile?editmode=true&userid=3775815
thanks and regards
2008 Jun 17 2:16 PM
hi venkatesh,
Just go through the below given link,
[http://www.allinterview.com/showanswers/2678.html]
Hope its clear to you,
Inspire if u sefull,
Regards,
Kalyan.
2008 Jun 17 2:21 PM
Hi,
Asynchronous means transaction ends with "COMMIT WORK.".
Synchronous means transaction ends with "COMMIT WORK AND WAIT."
Regards
Walter Habich
2008 Jun 17 2:21 PM
Hi,
Synchronous update in which if you change data of one table then all the related Tables gets updated. And sy-subrc is returned i.e., sy-subrc is returned for once and all.
Asynchronous update. When you change data of one table, the sy-subrc is returned. And then updating of other affected tables takes place. So if system fails to update other tables, still sy-subrc returned is 0 (i.e., when first table gets updated).
Regards,
Bhaskar
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |