<?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: Release locks that have been set in one program from another program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870862#M1138741</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;I think you can use the FM DEQUEUE_EVVBAKE to unlock it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2008 08:03:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-03T08:03:18Z</dc:date>
    <item>
      <title>Release locks that have been set in one program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870861#M1138740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in which the user selects sales orders for updation from a report output and if any of those orders are locked by other users an error message is displayed for that order and the remaining orders are locked by the program using FM ENQUEUE_EVVBAKE so that no one can use that order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selected orders are then passed to another program using submit in which they are updated using call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to unlock the orders that have been locked in the first program so that they can be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your response in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Ranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 08:00:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870861#M1138740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T08:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Release locks that have been set in one program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870862#M1138741</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;I think you can use the FM DEQUEUE_EVVBAKE to unlock it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 08:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870862#M1138741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T08:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Release locks that have been set in one program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870863#M1138742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;easiest way would be deque_all just before calling another program &amp;amp; again Enque imm in the second program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 08:07:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870863#M1138742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T08:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Release locks that have been set in one program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870864#M1138743</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;Use FM 'DEQUEUE_ALL'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 08:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870864#M1138743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T08:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Release locks that have been set in one program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870865#M1138744</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;As you have used ENQUEUE_EVVBAKE in one program and want to do a dequeue process in another program you will need to do a DEQUEUE_EVVBAKE all in your other program as you do not know which value you have locked in other program. Dequeue all will unlock all the values. You can dequeue in Initialization event of the other program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 08:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870865#M1138744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T08:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Release locks that have been set in one program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870866#M1138745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if user are different, lock set by one user cannot be released by another using DEQUEUE_ALL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check before implementing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 08:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870866#M1138745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T08:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: Release locks that have been set in one program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870867#M1138746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the FM DEQUEUE_EVVBAKE and DEQUEUE_ALL in the second program but it does not release the locks that have been set in the first program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a condition that the locks set by a program can be released on by that program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To unlock the orders in the first program and lock them again in the second program , the second program is submitted via background job so there might be a delay before it gets triggered and there is a chance that some user can lock that order in this time gap so that it cannot be updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance,&lt;/P&gt;&lt;P&gt;Ranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 08:31:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870867#M1138746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T08:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Release locks that have been set in one program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870868#M1138747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can not deque from another program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deque in first program just before calling second program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 08:36:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870868#M1138747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T08:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Release locks that have been set in one program from another program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870869#M1138748</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;Use update Function Modules type V1 or V2 so that they will be carrid to the update function modules where you can process further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the SAP LUW concept for the detailes info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 08:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/release-locks-that-have-been-set-in-one-program-from-another-program/m-p/4870869#M1138748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T08:38:04Z</dc:date>
    </item>
  </channel>
</rss>

