<?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 with Table Lock in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758590#M1461282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, this particular program is not locking the table at any point. Also, this is our requirement:&lt;/P&gt;&lt;P&gt;We have a contract , if it is active in status then we need to print certain details on an invoice. This error is happens at the point when u save the changes made to issue output screen. once it saves, it goes on in an infinite loop and locks the table. this issue is reported only in one contract, the rest of them works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Mar 2010 14:53:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-29T14:53:17Z</dc:date>
    <item>
      <title>Problem with Table Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758585#M1461277</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;&lt;/P&gt;&lt;P&gt;We are facing an issue in our production. Something is causing table(VBAP)s to get locked up in the production.&lt;/P&gt;&lt;P&gt;The last chnage we have moved into the sytem is some change which issues large fetches from VBAP table.  there was a bug in the code which didnot check for the internal table being initial before using it in the select query with for all entries.&lt;/P&gt;&lt;P&gt;Please let me know if this bug would cause table lock?&lt;/P&gt;&lt;P&gt;As far as i understand this should only give time out error.&lt;/P&gt;&lt;P&gt;Awaiting your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 14:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758585#M1461277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T14:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758586#M1461278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct. This bug wont cause table lock( I have never seen table select causing lock ). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But say if you have create  a table lock manually through program and then in next step you are doing this select then this lock will be there till your progran reach the step where you have unlocked the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked SM12 who is locking the table. there you can get more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Anurag_n on Mar 29, 2010 4:31 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 14:31:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758586#M1461278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T14:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758587#M1461279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurag,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main thing we are not updating any table in that program neither are we modifying anything in VBAP. We are only fetching it and putting it on an invoice. this is basically a print program. Would this be any basis issue..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 14:37:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758587#M1461279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T14:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758588#M1461280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Anjali,&lt;/P&gt;&lt;P&gt;Check SM12 t code is the only thing I can suggest right now. There you can get who is causing the locl and also lock argument. Then you can investigate more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 14:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758588#M1461280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T14:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758589#M1461281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, is the program doing any locks anyway?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 14:42:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758589#M1461281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T14:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758590#M1461282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, this particular program is not locking the table at any point. Also, this is our requirement:&lt;/P&gt;&lt;P&gt;We have a contract , if it is active in status then we need to print certain details on an invoice. This error is happens at the point when u save the changes made to issue output screen. once it saves, it goes on in an infinite loop and locks the table. this issue is reported only in one contract, the rest of them works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anjali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 14:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758590#M1461282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T14:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Table Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758591#M1461283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; No, this particular program is not locking the table at any point. &lt;/P&gt;&lt;P&gt;&amp;gt; This error is happens at the point when u save the changes made to issue output screen. once it saves, it goes on in an infinite loop and locks the table. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This seems like a contradictory statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 14:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-table-lock/m-p/6758591#M1461283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T14:56:49Z</dc:date>
    </item>
  </channel>
</rss>

