<?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: Table name for lock objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-for-lock-objects/m-p/5107880#M1185000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this sap help would be useful to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/37/a2e3ae344411d3acb00000e83539c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/37/a2e3ae344411d3acb00000e83539c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2009 14:45:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-03T14:45:07Z</dc:date>
    <item>
      <title>Table name for lock objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-for-lock-objects/m-p/5107879#M1184999</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;I'm working on an issue - a Z program updates a field in the sales order. However sometimes it fails due to the locking issues (users in VA02). &lt;/P&gt;&lt;P&gt;Could some one let me know how SAP identifies a document being in change mode? Is there any table from which this info can be retrieved?&lt;/P&gt;&lt;P&gt;This info will be useful for me to fix the issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 14:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-for-lock-objects/m-p/5107879#M1184999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T14:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table name for lock objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-for-lock-objects/m-p/5107880#M1185000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this sap help would be useful to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/37/a2e3ae344411d3acb00000e83539c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/37/a2e3ae344411d3acb00000e83539c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 14:45:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-for-lock-objects/m-p/5107880#M1185000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T14:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table name for lock objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-for-lock-objects/m-p/5107881#M1185001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check FMs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEQUEUE_EVVBLKE&lt;/P&gt;&lt;P&gt;ENQUEUE_EVVBLKE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 14:47:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-for-lock-objects/m-p/5107881#M1185001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T14:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table name for lock objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-for-lock-objects/m-p/5107882#M1185002</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;If you are trying to update a field in vbak, then call FM ENQUEUE_EVVBAKE to lock the table.&lt;/P&gt;&lt;P&gt;and DEQUEUE_EVVBAKE to unlock the tabler after updation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any other table try to find the lock object form se11. Then use the object in place of EVVBAKE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bindu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2009 14:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-name-for-lock-objects/m-p/5107882#M1185002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-03T14:48:18Z</dc:date>
    </item>
  </channel>
</rss>

