<?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: AS02 multiple users update same time? how in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668898#M1447596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes your responsibility is simply to say &lt;STRONG&gt;no&lt;/STRONG&gt;. There's a good reason that data records are locked to prevent multiple simultaneous updates: If you disable the locking the last one making a change would win. So if you do what you're asked to do, be sure that lots of users in the future would start complaining about missing updates...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. I'm talking about a simple scenario where both users A and B open the record at the same time, then they modify it and then A saves it and then B. Since B didn't have A's changes, he basically overwrites the changes that A has done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In theory of course it could be that different users need to access different parts of records, so simultaneous updates might actually be valid without introducing any data collisions/synching problems. Standard SAP doesn't offer this though and I personally doubt that you want to start creating complex transactions to accomplish that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Mar 2010 06:43:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-15T06:43:18Z</dc:date>
    <item>
      <title>AS02 multiple users update same time? how</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668897#M1447595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on ECC6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer wants to update asset data from tr-cd AS02 .Problem is that&lt;/P&gt;&lt;P&gt;multiple users may need to update same asset record at same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve this update same single record with multiple user at same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from my understanding, when you open AS02 with single record of asset, it will be locked for other users.&lt;/P&gt;&lt;P&gt;how to make unlock and solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 06:32:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668897#M1447595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T06:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: AS02 multiple users update same time? how</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668898#M1447596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes your responsibility is simply to say &lt;STRONG&gt;no&lt;/STRONG&gt;. There's a good reason that data records are locked to prevent multiple simultaneous updates: If you disable the locking the last one making a change would win. So if you do what you're asked to do, be sure that lots of users in the future would start complaining about missing updates...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. I'm talking about a simple scenario where both users A and B open the record at the same time, then they modify it and then A saves it and then B. Since B didn't have A's changes, he basically overwrites the changes that A has done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In theory of course it could be that different users need to access different parts of records, so simultaneous updates might actually be valid without introducing any data collisions/synching problems. Standard SAP doesn't offer this though and I personally doubt that you want to start creating complex transactions to accomplish that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 06:43:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668898#M1447596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T06:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: AS02 multiple users update same time? how</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668899#M1447597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Jaichan,&lt;/P&gt;&lt;P&gt;           I think its not posssible. Entries in Table will locked at database level, and only once user can update a record at a time. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 06:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668899#M1447597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T06:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: AS02 multiple users update same time? how</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668900#M1447598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi herald&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, You are right. Problem is this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;i.e. I'm talking about a simple scenario where both users A and B open the record at the same time, then they modify it and then A saves it and then B. Since B didn't have A's changes, he basically overwrites the changes that A has done.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any SAP standard mechanism is there to resolve this problem while posting record by multiple users at same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate response if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Mar 2010 08:00:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668900#M1447598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-15T08:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: AS02 multiple users update same time? how</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668901#M1447599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with Harald. You must have a look at the SAP documentation on [Lock Mechanism|http://help.sap.com/saphelp_nw70/helpdata/en/41/7af4c5a79e11d1950f0000e82de14a/content.htm].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Locks are different from DB locks, they are logical locks &amp;amp; do not lock the DB records. The DB locks are actually active during a DB LUW (INSERT, UPDATE, MODIFY, DELETE statements in the code). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More on this can be found from the SAP online documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 05:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/as02-multiple-users-update-same-time-how/m-p/6668901#M1447599</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-03-16T05:19:51Z</dc:date>
    </item>
  </channel>
</rss>

