<?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 Differences between various update modes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-various-update-modes/m-p/3839648#M923229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      I am using function module RH_INSERT_INFTY to create some entries in an Infotype table.In this FM, there are for options for the update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.D - Dialogue update&lt;/P&gt;&lt;P&gt;2. S - Synchronous update&lt;/P&gt;&lt;P&gt;3. A - asynchronous update&lt;/P&gt;&lt;P&gt;4. B - Buffer update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to decide which mode I have to use and what are the results of each.Can someone expalin me what each one is or provide some study materials to me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 May 2008 08:21:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-25T08:21:24Z</dc:date>
    <item>
      <title>Differences between various update modes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-various-update-modes/m-p/3839648#M923229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      I am using function module RH_INSERT_INFTY to create some entries in an Infotype table.In this FM, there are for options for the update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.D - Dialogue update&lt;/P&gt;&lt;P&gt;2. S - Synchronous update&lt;/P&gt;&lt;P&gt;3. A - asynchronous update&lt;/P&gt;&lt;P&gt;4. B - Buffer update&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to decide which mode I have to use and what are the results of each.Can someone expalin me what each one is or provide some study materials to me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2008 08:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-various-update-modes/m-p/3839648#M923229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-25T08:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between various update modes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-various-update-modes/m-p/3839649#M923230</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;in asynchronous update, the value is send to the table and it will not wait till the udpate is succesfull or not and will continue with the next record...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in synchornous update , the control will wait for the response of the update....and then only it will proceed with the next record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in buffer mode, the values in the buffer memory will be used to udpate...This also increases performance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2008 13:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-various-update-modes/m-p/3839649#M923230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-25T13:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Differences between various update modes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-various-update-modes/m-p/3839650#M923231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    There are 3 type of Update modes , A , S and L&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A - Asynchronous update. Updates of called programs are executed in the same way as if in the COMMIT WORK statement the AND WAIT addition was not specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S - Synchronous processing. Updates of the called programs are executed in the same way as if in the COMMIT WORK statement the AND WAIT addition had been specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;L Local update. Updates of the called program are executed in such a way as if the SET UPDATE TASK LOCAL statement had been executed in it.&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2008 13:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differences-between-various-update-modes/m-p/3839650#M923231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-25T13:37:57Z</dc:date>
    </item>
  </channel>
</rss>

