<?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 Objects in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects/m-p/2424610#M541505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&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;General information about the lock mechanism. &lt;/P&gt;&lt;P&gt;You can synchronize access by several programs to the same data with a logical lock mechanism. This lock mechanism fulfills two main functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A program can tell other programs which data records it is just reading or changing. &lt;/P&gt;&lt;P&gt;A program can prevent itself from reading data that is just being changed by another program.&lt;/P&gt;&lt;P&gt;When accessing data records, the records just being edited by other programs can be identified by the entry in the lock table. Such an entry for the lock must define a number of fully specified key fields, that is either a value is passed for the key field or this field is locked generically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set locks, a lock object must be defined in the ABAP Dictionary. When this lock object is activated, two function modules (see Function Modules for Lock Requests) are generated with the names ENQUEUE_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2007 12:58:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-02T12:58:51Z</dc:date>
    <item>
      <title>Lock Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects/m-p/2424609#M541504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one tell me how to create lock objects?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 12:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects/m-p/2424609#M541504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T12:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lock Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects/m-p/2424610#M541505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&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;General information about the lock mechanism. &lt;/P&gt;&lt;P&gt;You can synchronize access by several programs to the same data with a logical lock mechanism. This lock mechanism fulfills two main functions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A program can tell other programs which data records it is just reading or changing. &lt;/P&gt;&lt;P&gt;A program can prevent itself from reading data that is just being changed by another program.&lt;/P&gt;&lt;P&gt;When accessing data records, the records just being edited by other programs can be identified by the entry in the lock table. Such an entry for the lock must define a number of fully specified key fields, that is either a value is passed for the key field or this field is locked generically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To set locks, a lock object must be defined in the ABAP Dictionary. When this lock object is activated, two function modules (see Function Modules for Lock Requests) are generated with the names ENQUEUE_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 12:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects/m-p/2424610#M541505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T12:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Lock Objects</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects/m-p/2424611#M541506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;this link is from sap help online:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eef3446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eef3446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="409029"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rodrigo Paisante&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 12:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects/m-p/2424611#M541506</guid>
      <dc:creator>rodrigo_paisante3</dc:creator>
      <dc:date>2007-07-02T12:58:52Z</dc:date>
    </item>
  </channel>
</rss>

