<?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: problem in locking the database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165580#M1370867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it will be updated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are assuming that creating a "table lock" will ensure that user cannot update the entry then you are mistaken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly is the business req. you are trying to achieve?&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>Wed, 07 Oct 2009 09:34:45 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2009-10-07T09:34:45Z</dc:date>
    <item>
      <title>problem in locking the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165576#M1370863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, Experts&lt;/P&gt;&lt;P&gt;i have problem with lock to the table.&lt;/P&gt;&lt;P&gt;i have use following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ENQUEUE_EZCUSTOMER'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   MODE_ZPVCUST         = 'X'&lt;/P&gt;&lt;P&gt;   MANDT                = SY-MANDT&lt;/P&gt;&lt;P&gt;   CUSTNO               = zpvcust-custno&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;and if i m writing any update query to the zpvcust table then that query executes successfully.&lt;/P&gt;&lt;P&gt;plz  help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 09:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165576#M1370863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-07T09:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: problem in locking the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165577#M1370864</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;Only you will be able to update the table which is locked by you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To check whether its locked or not goto SM12 and press enter . You should be able to see the name of the table if its locked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 09:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165577#M1370864</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-10-07T09:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: problem in locking the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165578#M1370865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table entry will be locked only if some other user is trying to modify the same entry, else it will not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So whats bothering you my friend?&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>Wed, 07 Oct 2009 09:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165578#M1370865</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-10-07T09:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem in locking the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165579#M1370866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but if i m writing update query for that table then also table is updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 09:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165579#M1370866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-07T09:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem in locking the database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165580#M1370867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it will be updated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are assuming that creating a "table lock" will ensure that user cannot update the entry then you are mistaken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly is the business req. you are trying to achieve?&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>Wed, 07 Oct 2009 09:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-locking-the-database-table/m-p/6165580#M1370867</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-10-07T09:34:45Z</dc:date>
    </item>
  </channel>
</rss>

