<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: doubt in bdc- asynchronous/sync in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283444#M497331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;synchronous Update - It will update transaction level and it goes database level.&lt;/P&gt;&lt;P&gt;then it goes next record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous Update : it will update transaction level and lt goes next record.&lt;/P&gt;&lt;P&gt;later it updates database level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous update is slow processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous update is speed processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want to create sales order and then you want create item text of sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are working on Call transaction ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use synchronous update,first it will create data at sales order transaction and immediately it updates database level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you need sales order number to create sales order item text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you get the sales order number by using bdcmsgcoll structure and this number you use in SAVE_TEXT Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you use asynchronous update,it creates record at sales order transaction and it goes next record,so you will not get order number to pass save_text function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 11:22:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T11:22:16Z</dc:date>
    <item>
      <title>doubt in bdc- asynchronous/sync</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283443#M497330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;for example if i called transaction in asynchronous mode. when first table in db is updated it will give success..right?  &lt;/P&gt;&lt;P&gt;my doubt is ..after getting success(sy-subrc = 0), there were some tables which were not updated.  what would be the problem. (it's interview Q)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283443#M497330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in bdc- asynchronous/sync</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283444#M497331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;synchronous Update - It will update transaction level and it goes database level.&lt;/P&gt;&lt;P&gt;then it goes next record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous Update : it will update transaction level and lt goes next record.&lt;/P&gt;&lt;P&gt;later it updates database level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Synchronous update is slow processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asynchronous update is speed processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want to create sales order and then you want create item text of sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are working on Call transaction ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use synchronous update,first it will create data at sales order transaction and immediately it updates database level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you need sales order number to create sales order item text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you get the sales order number by using bdcmsgcoll structure and this number you use in SAVE_TEXT Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you use asynchronous update,it creates record at sales order transaction and it goes next record,so you will not get order number to pass save_text function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283444#M497331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in bdc- asynchronous/sync</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283445#M497332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi seshu,&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;there were some tables which were still not updated,(for example i did it last week, i checked tables today). what would be the problem?&lt;/P&gt;&lt;P&gt;(i dont know weather it happens or not..but sombdy asked me the Q in interview)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283445#M497332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in bdc- asynchronous/sync</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283446#M497333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will tell you ,when you update the data at transaction level and it should update the data with respect to corresponding tables .. when you use asyn or syn ,all are sme but only thing is Syn update is it update the record transaction level and it goes db level and it will go next record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as Asyn update ,it updates transaction level and it goes next record.but it updates DB Level later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:37:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283446#M497333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in bdc- asynchronous/sync</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283447#M497334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sheshu,&lt;/P&gt;&lt;P&gt;what is transaction level. where exactly data is stored tempararily, b4 going to db level in asynch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 06:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-bdc-asynchronous-sync/m-p/2283447#M497334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T06:04:16Z</dc:date>
    </item>
  </channel>
</rss>

