<?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 Problem unlocking TO in table LTAK table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070943#M1970080</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt;While confirming the TO, in the program it locks the particular TO from LTAK table using FM ENQUEUE_ELLTAKE but then an error appears and the TO is not confirmed.&lt;/P&gt;
  &lt;P&gt;Issue is TO remains locked.I tried Unlocking the TO after the error appears using FM DEQUEUE_ELLTAKE still it remains locked.&lt;/P&gt;
  &lt;P&gt;I even tried manually executing the the FM to unlock the TO still not working.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Dec 2019 08:19:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-12-23T08:19:57Z</dc:date>
    <item>
      <title>Problem unlocking TO in table LTAK table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070943#M1970080</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
  &lt;P&gt;While confirming the TO, in the program it locks the particular TO from LTAK table using FM ENQUEUE_ELLTAKE but then an error appears and the TO is not confirmed.&lt;/P&gt;
  &lt;P&gt;Issue is TO remains locked.I tried Unlocking the TO after the error appears using FM DEQUEUE_ELLTAKE still it remains locked.&lt;/P&gt;
  &lt;P&gt;I even tried manually executing the the FM to unlock the TO still not working.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 08:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070943#M1970080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-12-23T08:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem unlocking TO in table LTAK table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070944#M1970081</link>
      <description>&lt;P&gt;Hi Akash,&lt;/P&gt;&lt;P&gt;After DEQUEUE execution in your program, Can you try executing BAPI_TRANSACTION_COMMIT with wait = 'X' ? I have the feeling that this may fix your issue.&lt;/P&gt;&lt;P&gt;Or put a loop at keep trying ENQUEUE ( don't make it endless loop). Probably there is a delay in releasing the lock.&lt;/P&gt;&lt;P&gt;GK&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 08:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070944#M1970081</guid>
      <dc:creator>GK817</dc:creator>
      <dc:date>2019-12-23T08:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem unlocking TO in table LTAK table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070945#M1970082</link>
      <description>&lt;P&gt;Hi Akash, What function module you are using to confirm TO ? If error comes while confirming, please add a check for sy-subrc. If your sy-subrc is not initial, add 'ROLLBACK WORK' . I feel it should take the TO to intial stage.&lt;/P&gt;&lt;P&gt;Thanks, Madhusmita&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 15:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070945#M1970082</guid>
      <dc:creator>former_member191936</dc:creator>
      <dc:date>2019-12-23T15:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem unlocking TO in table LTAK table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070946#M1970083</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;did u check this report RLQCHECK to solve the Inconsistencies?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 11:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070946#M1970083</guid>
      <dc:creator>gayathri_jayajeevan2</dc:creator>
      <dc:date>2019-12-26T11:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem unlocking TO in table LTAK table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070947#M1970084</link>
      <description>&lt;P&gt;i mean pls see the parameters for enqueue and dequeue FM in this report and follow the same. You shouldn't face this lock issue in this scenario.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2019 11:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-unlocking-to-in-table-ltak-table/m-p/12070947#M1970084</guid>
      <dc:creator>gayathri_jayajeevan2</dc:creator>
      <dc:date>2019-12-26T11:52:58Z</dc:date>
    </item>
  </channel>
</rss>

