<?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: lock table entries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-entries/m-p/2550075#M580543</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;Create a lock object in SE11..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the ENQUEUE Fm to lock the record and DEQUEUE to unlock the records..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2007 16:18:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-16T16:18:00Z</dc:date>
    <item>
      <title>lock table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-entries/m-p/2550073#M580541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;Suppose in a table for certain selection criteria, there are 20 records. I am creating a Ztransaction where i have to display the first 6 records.If I run the same transaction, in a different session , then I have to display the next 6 records(the first 6 records should not appear here) and so on.Can anybody please tell me how to achieve this thing.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 05:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-entries/m-p/2550073#M580541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T05:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: lock table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-entries/m-p/2550074#M580542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the table is a customer table, I would add a field i.e. selcheck (char1). Then insert in your program a select statement like select .... up to 6 rows&lt;/P&gt;&lt;P&gt;where selcheck is initial. After the select run a loop and move a 'X' into field selcheck of the customer table. The next transaction would than take record 7 to 12 because 1 to 6 have an X in selcheck. But don't forget to lock the customer table during this operation and to unlock after the modify. And think of removing the X at the end of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that this doesn't sound too confusing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 16:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-entries/m-p/2550074#M580542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T16:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: lock table entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-entries/m-p/2550075#M580543</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;Create a lock object in SE11..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the ENQUEUE Fm to lock the record and DEQUEUE to unlock the records..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 16:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-entries/m-p/2550075#M580543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T16:18:00Z</dc:date>
    </item>
  </channel>
</rss>

