<?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: diffrence between syncronous and asyncronous data processing in bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485867#M226766</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ohh i am sorry as you are intersted in process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session method (Asyn)&lt;/P&gt;&lt;P&gt;this is asynchrounous becasue when you run your program it will create a session.&lt;/P&gt;&lt;P&gt;and then you have to process the session.&lt;/P&gt;&lt;P&gt;which is a two step process thats why it is asynchrounous process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in call transaction(Syn)...&lt;/P&gt;&lt;P&gt;Here you just need to execute your program (sap will takecare of updating your dbcdata) its a one step process so its synchrounous process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Aug 2006 22:05:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-25T22:05:24Z</dc:date>
    <item>
      <title>diffrence between syncronous and asyncronous data processing in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485860#M226759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have want clarification between syncronous and asycronous data processing in bdc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waht happens in the sap while this processess are going on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;sindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 17:22:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485860#M226759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T17:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between syncronous and asyncronous data processing in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485861#M226760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2167822"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="135788"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 17:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485861#M226760</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-25T17:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between syncronous and asyncronous data processing in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485862#M226761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sindu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;       In synchronus method until one record  process takes place into  database next record will not process.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       In asynchronus immedate updation of data into database table.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;In synchronous method incase if there is any change in the table all the related tables will be changed accordingly and then sy-subrc will be returned.In asynchronous method in case if there is any change in the table the s-subrc will be immediatel returned and then the related tables will be updated. the diffrence between these two is in asynchronous even if the related tables are not updated the sy-subrc will still be returned as 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 17:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485862#M226761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T17:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between syncronous and asyncronous data processing in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485863#M226762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai vj&lt;/P&gt;&lt;P&gt;im not asking about updation im asking about processing,&lt;/P&gt;&lt;P&gt;ie in bdc session method will do asyncoronous processing and syncronous updation, in call transaction it is different, iwant what happens in sap when it is processing sycronously or asyncronously apart from syncrounous or asyncronous table updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;sindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 17:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485863#M226762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T17:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between syncronous and asyncronous data processing in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485864#M226763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sindu,&lt;/P&gt;&lt;P&gt;I can explain u littlebit here&lt;/P&gt;&lt;P&gt;processing asynchronous means &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v will get one session at the end of bdc rite, while working with this session in session method, all the records r taken by the session at a time and process those records one by one through the application and validates the application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;normally if the session takes one record once it should process through the applicaion and validate then it should update the database, one cycle is completed with the first record then it goes for the second record this is normally synchronous proces&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that means in synchronous process once the system processes it will go to the databse once n for the second process again it go to the database for updating&lt;/P&gt;&lt;P&gt;like this if u have 50,000 records session will go to so many times to database with this network traffic increases alot and the load one the server also increases alot which is not advisable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as in asynchronous processing session after validating the data go only once to the database n update the data base there only once &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my understanding regarding the synchronous n asynchornouls if i did any mistake sorry for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 17:45:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485864#M226763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T17:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between syncronous and asyncronous data processing in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485865#M226764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sindhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Call transaction:&amp;lt;/u&amp;gt; synchronus processing and async. update&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are uploading records using call transaction, it will initiate the transaction for processing (wait untill it starts processing) and goes to next record. It will not wait untill that record is updated in the database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Session Method:&amp;lt;/u&amp;gt; Async. processing and sync update&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In session method, all records will be loaded(creates a session, but will not initiate the transaction untill you start processing the session, hence async processing)in to a session and when you start processing the session,for each record the application document will be created (sysn. update) and then will go to process 2nd record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 21:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485865#M226764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T21:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between syncronous and asyncronous data processing in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485866#M226765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you are intrested in updation method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you no there are some updattion workprocess(just like spool, dialog and background) in sap which updates database tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in session method (syn upd)&lt;/P&gt;&lt;P&gt;bdc data is submitted to update workprocess and waits untill update process updates the database and then it goes to then next bdcdata record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Call transaction(asyn or syn updation)&lt;/P&gt;&lt;P&gt;if you opt for asyn updation then bdcdata is submitted to update workprocess and starts processing next bdcdata record without waiting for the update workprocess result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this will clear your doubts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 22:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485866#M226765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T22:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between syncronous and asyncronous data processing in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485867#M226766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ohh i am sorry as you are intersted in process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;session method (Asyn)&lt;/P&gt;&lt;P&gt;this is asynchrounous becasue when you run your program it will create a session.&lt;/P&gt;&lt;P&gt;and then you have to process the session.&lt;/P&gt;&lt;P&gt;which is a two step process thats why it is asynchrounous process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in call transaction(Syn)...&lt;/P&gt;&lt;P&gt;Here you just need to execute your program (sap will takecare of updating your dbcdata) its a one step process so its synchrounous process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2006 22:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485867#M226766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-25T22:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: diffrence between syncronous and asyncronous data processing in bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485868#M226767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syncronous:Data will be processed one after the other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:If record 1 is being processed,the record 2 should wait for its chance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASyncronous:All the records will be processed coming together will be processed once only.No need of waiting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Aug 2006 06:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffrence-between-syncronous-and-asyncronous-data-processing-in-bdc/m-p/1485868#M226767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-26T06:56:08Z</dc:date>
    </item>
  </channel>
</rss>

