<?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 please help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help/m-p/3083128#M731142</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 want to write code for below &lt;/P&gt;&lt;P&gt;i am working on 1 report in that report suppose i am updating inbound delivey no data at that time suppose some one is working on same inbound delivery no &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The System must block&lt;/P&gt;&lt;P&gt;the users in case if they are working on the same &lt;/P&gt;&lt;P&gt;Inbound Delivery&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank in advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Nov 2007 15:52:31 GMT</pubDate>
    <dc:creator>laxman_sankhla3</dc:creator>
    <dc:date>2007-11-19T15:52:31Z</dc:date>
    <item>
      <title>please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help/m-p/3083128#M731142</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 want to write code for below &lt;/P&gt;&lt;P&gt;i am working on 1 report in that report suppose i am updating inbound delivey no data at that time suppose some one is working on same inbound delivery no &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The System must block&lt;/P&gt;&lt;P&gt;the users in case if they are working on the same &lt;/P&gt;&lt;P&gt;Inbound Delivery&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank in advanced&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 15:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help/m-p/3083128#M731142</guid>
      <dc:creator>laxman_sankhla3</dc:creator>
      <dc:date>2007-11-19T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help/m-p/3083129#M731143</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;Whenever someone changes a delivery (e.g. VL32N) a lock is created - lock object EVVBLKE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore you need to do the same in your program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create lock (function module ENQUEUE_EVVBLKE) for the delivery you are working with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you can set the lock, you can update the delivery (because no one else is updating it), if you can't set the lock (exception foreign_lock) then that delivery is currently processed by someone else and you just issue an error to the user that the delivery is locked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get the lock, don't forget to unlock the delivery once your update is done. (function module DEQUEUE_EVVBLKE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 21:18:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help/m-p/3083129#M731143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T21:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: please help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/please-help/m-p/3083130#M731144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 05:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/please-help/m-p/3083130#M731144</guid>
      <dc:creator>laxman_sankhla3</dc:creator>
      <dc:date>2007-11-20T05:30:15Z</dc:date>
    </item>
  </channel>
</rss>

