<?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: Locking a transaction?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273388#M494078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock objects are used to synchronize access to the same data by more than one program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are three types of locks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclusive lock: The locked data can only be displayed or edited by a single user. A request for another exclusive lock or for a shared lock is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared lock: More than one user can access the locked data at the same time in display mode. A request for another shared lock is accepted, even if it comes from another user. An exclusive lock is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclusive but not cumulative: Exclusive locks can be requested several times from the same transaction and are processed successively. In contrast, exclusive but not cumulative locks can be called only once from the same transaction. All other lock requests are rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating lock object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Go to SE11&lt;/P&gt;&lt;P&gt;2) select lockobject&lt;/P&gt;&lt;P&gt;3)give name starts eith EZ followed by the name of lock object.&lt;/P&gt;&lt;P&gt;2)Choose table&lt;/P&gt;&lt;P&gt;3)Add fields .&lt;/P&gt;&lt;P&gt;4)Save &amp;amp; Activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just see these links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a2/3547360f2ea61fe10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a2/3547360f2ea61fe10000009b38f839/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eeb2446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eeb2446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eea5446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eea5446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eee6446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eee6446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2007 08:42:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-24T08:42:52Z</dc:date>
    <item>
      <title>Locking a transaction??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273387#M494077</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;I have a question regarding lock objects.&lt;/P&gt;&lt;P&gt;Suppose I have one program in which I am using a transaction to do some specific work and while this program is running , I don't want anyone to access that transaction. Can i block the transaction using lock object?? If yes,then how to do it?? If not then how can i do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 08:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273387#M494077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T08:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a transaction??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273388#M494078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock objects are used to synchronize access to the same data by more than one program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are three types of locks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclusive lock: The locked data can only be displayed or edited by a single user. A request for another exclusive lock or for a shared lock is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared lock: More than one user can access the locked data at the same time in display mode. A request for another shared lock is accepted, even if it comes from another user. An exclusive lock is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclusive but not cumulative: Exclusive locks can be requested several times from the same transaction and are processed successively. In contrast, exclusive but not cumulative locks can be called only once from the same transaction. All other lock requests are rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating lock object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Go to SE11&lt;/P&gt;&lt;P&gt;2) select lockobject&lt;/P&gt;&lt;P&gt;3)give name starts eith EZ followed by the name of lock object.&lt;/P&gt;&lt;P&gt;2)Choose table&lt;/P&gt;&lt;P&gt;3)Add fields .&lt;/P&gt;&lt;P&gt;4)Save &amp;amp; Activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just see these links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/a2/3547360f2ea61fe10000009b38f839/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/a2/3547360f2ea61fe10000009b38f839/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eeb2446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eeb2446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eea5446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eea5446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eee6446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eee6446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 08:42:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273388#M494078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T08:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a transaction??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273389#M494079</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;Using Authorizations you can achive this.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Check SU03 Tcode.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 08:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273389#M494079</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-24T08:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a transaction??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273390#M494080</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;   Yes u can do it.you can use ENQUEUE and DEQUEUE Function Modules in the program to lock and unlock the respective transaction. &lt;/P&gt;&lt;P&gt;Example: Function Module 'DEQUEUE_ALL' for unlocking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 08:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273390#M494080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T08:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a transaction??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273391#M494081</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;check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://sap-img.com/abap/how-to-lock-and-unlock-users.htm" target="test_blank"&gt;http://sap-img.com/abap/how-to-lock-and-unlock-users.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sipra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 08:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273391#M494081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T08:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Locking a transaction??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273392#M494082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Smith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the lock object FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ENQUEUE_ESRDIRE' and pass the program name of the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select program name from TSTC table by passing the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can lock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 08:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-a-transaction/m-p/2273392#M494082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T08:58:35Z</dc:date>
    </item>
  </channel>
</rss>

