<?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 while using Lock object for the table VBAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-lock-object-for-the-table-vbap/m-p/6102198#M1360602</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;How ru checking whether the table is locked or not when using tcode VA02.&lt;/P&gt;&lt;P&gt;Once the Program execution is over the lock which exists is released even though if u dont use dequeue FM.&lt;/P&gt;&lt;P&gt;Check in debugging mode ,stop the execution at the end of enqueue fm and then check in SM12 whether table is locked or not.&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>Sat, 29 Aug 2009 13:14:47 GMT</pubDate>
    <dc:creator>former_member209217</dc:creator>
    <dc:date>2009-08-29T13:14:47Z</dc:date>
    <item>
      <title>Problem while using Lock object for the table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-lock-object-for-the-table-vbap/m-p/6102197#M1360601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement: When i exicute  'BAPI_SALES_ORDER_CHANGE'   no one can open VA02 and change a sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this ,&lt;/P&gt;&lt;P&gt; I created one lock object for the table VBAP  in se11, when i  try  to lock the table VBAP  with zprogram by using Enqueue and Dequeue Mechanisam The Tcode VA02 is not locked and i am amble to change. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Shiv'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2009 12:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-lock-object-for-the-table-vbap/m-p/6102197#M1360601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-29T12:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using Lock object for the table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-lock-object-for-the-table-vbap/m-p/6102198#M1360602</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;How ru checking whether the table is locked or not when using tcode VA02.&lt;/P&gt;&lt;P&gt;Once the Program execution is over the lock which exists is released even though if u dont use dequeue FM.&lt;/P&gt;&lt;P&gt;Check in debugging mode ,stop the execution at the end of enqueue fm and then check in SM12 whether table is locked or not.&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>Sat, 29 Aug 2009 13:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-lock-object-for-the-table-vbap/m-p/6102198#M1360602</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-08-29T13:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem while using Lock object for the table VBAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-lock-object-for-the-table-vbap/m-p/6102199#M1360603</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;you do not have to worry about locks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPIS do the locking for you, in this case lock object EVVBAKE is used. If you do not believe, then use this lock object before calling BAPI_SALESORDER_CHANGE (as it is called in my system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to open the order using VA02, then change it from another session using the BAPI. If the change is successful, you may report it to SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2009 15:20:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-lock-object-for-the-table-vbap/m-p/6102199#M1360603</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-08-29T15:20:04Z</dc:date>
    </item>
  </channel>
</rss>

