<?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: update enque deque in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-enque-deque/m-p/9950585#M1798587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Nishant ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try updating the tables using &lt;EM&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1282415"&gt;Update function&lt;/A&gt;&lt;/EM&gt; modules.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1) You can either call update the tables in two separate Update function modules&lt;/P&gt;&lt;P&gt;= or =&lt;/P&gt;&lt;P&gt;2) Two update statements with the same Update function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Within the Update function module, you can decide on the type of updation to be :&lt;/P&gt;&lt;P&gt;S&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4dda79e11d1950f0000e82de14a/content.htm"&gt;ynchronous / Asynchronous&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;CALL FUNCTION&lt;EM&gt; 'XXX' &lt;/EM&gt;IN UPDATE TASK&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;Remi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Dec 2013 08:01:07 GMT</pubDate>
    <dc:creator>RemiKaimal</dc:creator>
    <dc:date>2013-12-27T08:01:07Z</dc:date>
    <item>
      <title>update enque deque</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-enque-deque/m-p/9950583#M1798585</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 need to update two database tables using update statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know enque deque is needed before update modify etc operations with databse tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my question is if enque deque is not used what is the performance impact and implications ( the database table is locked so that multiple user performing same operations&amp;nbsp; or using same database update application does not results in conflicts ) but I have checked in backend only once the application is executed fully the update is done for eg first update return is sy-subrc = 0 (in debugging mode ) and second update statement is executed only when the program is closed and run full the update to database is visible in data base elsewise the update is not done even if first update on first table has sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also update statement locks the database tables automatically as checked in sm12 so is there need for enque deque really or it is just a performance and code review practice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 06:47:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-enque-deque/m-p/9950583#M1798585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-27T06:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: update enque deque</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-enque-deque/m-p/9950584#M1798586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read about why do we need locks to understand in detail. Read about implicit commits also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 07:15:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-enque-deque/m-p/9950584#M1798586</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-27T07:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: update enque deque</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-enque-deque/m-p/9950585#M1798587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Nishant ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try updating the tables using &lt;EM&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1282415"&gt;Update function&lt;/A&gt;&lt;/EM&gt; modules.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1) You can either call update the tables in two separate Update function modules&lt;/P&gt;&lt;P&gt;= or =&lt;/P&gt;&lt;P&gt;2) Two update statements with the same Update function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Within the Update function module, you can decide on the type of updation to be :&lt;/P&gt;&lt;P&gt;S&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4dda79e11d1950f0000e82de14a/content.htm"&gt;ynchronous / Asynchronous&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;CALL FUNCTION&lt;EM&gt; 'XXX' &lt;/EM&gt;IN UPDATE TASK&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this helps..&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;Remi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Dec 2013 08:01:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-enque-deque/m-p/9950585#M1798587</guid>
      <dc:creator>RemiKaimal</dc:creator>
      <dc:date>2013-12-27T08:01:07Z</dc:date>
    </item>
  </channel>
</rss>

