<?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 ENQUEUE and DEQUEUE on DELETE ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405002#M1925439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I use ENQUEUE and DEQUEUE on DELETE dbtab statement ? The dbtab is within customer namespace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Dec 2015 11:49:00 GMT</pubDate>
    <dc:creator>kirankerudi</dc:creator>
    <dc:date>2015-12-22T11:49:00Z</dc:date>
    <item>
      <title>ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405002#M1925439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should I use ENQUEUE and DEQUEUE on DELETE dbtab statement ? The dbtab is within customer namespace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 11:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405002#M1925439</guid>
      <dc:creator>kirankerudi</dc:creator>
      <dc:date>2015-12-22T11:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405003#M1925440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMO you should use, as more than the reason its&amp;nbsp; standard or custom table the reason for good lock mechanism is to ensure sync in your application. If the same entry is expected to be used in other applications when you want to delete it should lead to unfortunate circumstances if proper lock mechanism is missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope usage of delete statements are used for deleting single entry at a time and not inside loop&lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----BR----&lt;/P&gt;&lt;P&gt;Tapomay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 12:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405003#M1925440</guid>
      <dc:creator>tapomay_sanyal</dc:creator>
      <dc:date>2015-12-22T12:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405004#M1925441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tapomay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to modify some primary key, which is not possible !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So as a workaround, I will have to Read an entry, delete that particular entry, modify entry that was read, and reinsert the modified entries. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct me if I'm wrong, the entries that is being deleted and the entries that is being read at the same time must have same set of values in order to cause so called unfortunate circumstance. Right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 15:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405004#M1925441</guid>
      <dc:creator>kirankerudi</dc:creator>
      <dc:date>2015-12-22T15:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405005#M1925442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you share bit more details like code fragment , can comment better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However you can delete the entries once you have read it into local work area, change it and then push it to database table.&lt;/P&gt;&lt;P&gt;Sounds not a good idea too be honest &lt;SPAN __jive_emoticon_name="plain" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/plain.gif"&gt;&lt;/SPAN&gt;, thus requesting to share bit more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---BR---&lt;/P&gt;&lt;P&gt;Tapomay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 15:54:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405005#M1925442</guid>
      <dc:creator>tapomay_sanyal</dc:creator>
      <dc:date>2015-12-22T15:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405006#M1925443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you trying to delete the table entry in a standalone program or you are trying to delete the table entry from dialog transaction or trying to delete entry from existing report program??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide more context??????/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:58:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405006#M1925443</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2015-12-22T16:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405007#M1925444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are essentially changing a record, so you should enqueue and dequeue, particularly if the table is used in a module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better to be safe than sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Dec 2015 17:25:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405007#M1925444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-12-22T17:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405008#M1925445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tapomay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't find a better solution. Let me ask you one question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have to modify an existing data in a table and in my case it's a &lt;SPAN style="text-decoration: underline;"&gt;primary key&lt;/SPAN&gt; that needs a modification, how would you do it ? &lt;SPAN __jive_emoticon_name="confused" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/confused.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405008#M1925445</guid>
      <dc:creator>kirankerudi</dc:creator>
      <dc:date>2015-12-23T06:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405009#M1925446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes definitely Rob. However these modifications have to be performed in a BADI implementation. &lt;/P&gt;&lt;P&gt;Was worried how this would have an adverse effects on any other programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:51:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405009#M1925446</guid>
      <dc:creator>kirankerudi</dc:creator>
      <dc:date>2015-12-23T06:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405010#M1925447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its within a BADI implementation. &lt;SPAN style="font-size: 10pt;"&gt;However concern was modifying a primary key !! AFAIK, Delete and re-insert will be only option.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 06:54:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405010#M1925447</guid>
      <dc:creator>kirankerudi</dc:creator>
      <dc:date>2015-12-23T06:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405011#M1925448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is the reason to lock, you shouldn't allow this if somebody else is working on this record.&lt;/P&gt;&lt;P&gt;So raise an error if lock unsuccesful and insure every "maintain/create" program use the same ENQUEUE/DEQUEUE logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Hint: Here you "change" the primary key, so you &lt;SPAN style="text-decoration: line-through;"&gt;should&lt;/SPAN&gt; must enqueue both values, old and new.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405011#M1925448</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-12-23T07:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405012#M1925449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MARA has MATNR as primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just tested one line in our DEV it worked fine.&lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt; (Dont try this !!! )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;UPDATE &lt;/SPAN&gt;MARA &lt;SPAN class="L0S52"&gt;SET &lt;/SPAN&gt;MATNR &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'000000000000000001' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;where &lt;/SPAN&gt;MATNR &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'000000000000000041'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;It actually worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Still I am against such direct updates into database table.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;---BR----&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Tapomay&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:08:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405012#M1925449</guid>
      <dc:creator>tapomay_sanyal</dc:creator>
      <dc:date>2015-12-23T07:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405013#M1925450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raymond, &lt;SPAN style="font-size: 10pt;"&gt;You mean to say that even on INSERT also I will have to &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;ENQUEUE/DEQUEUE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:17:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405013#M1925450</guid>
      <dc:creator>kirankerudi</dc:creator>
      <dc:date>2015-12-23T07:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405014#M1925451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tapomay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will work. But as you said even I'm against direct updates to database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:19:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405014#M1925451</guid>
      <dc:creator>kirankerudi</dc:creator>
      <dc:date>2015-12-23T07:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405015#M1925452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If theres no other option then use UPDATE/SET and after it is done save the change record as SLG1 logs .This will let you or anyone else atleast know that from what value it was changed and in case of any problem situation you can reverse it.&lt;/P&gt;&lt;P&gt;For SLG1 logs you got to use few Function modules and usage of this is well documented over Internet.&lt;/P&gt;&lt;P&gt;Just a suggestion&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---BR----&lt;/P&gt;&lt;P&gt;Tapomay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405015#M1925452</guid>
      <dc:creator>tapomay_sanyal</dc:creator>
      <dc:date>2015-12-23T07:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405016#M1925453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tapomay, logs are not required. This is an issue fix. A bug I must say. We are trying to fix it by correcting the table entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The process is very complex and I'm lazy to type in the whole process &lt;SPAN __jive_emoticon_name="silly" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/silly.gif"&gt;&lt;/SPAN&gt;. So, I think I couldn't explain much better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405016#M1925453</guid>
      <dc:creator>kirankerudi</dc:creator>
      <dc:date>2015-12-23T07:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405017#M1925454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, lets discuss this. &lt;SPAN style="font-size: 10pt;"&gt;Is UPDATE/SET a better option over DELETE and INSERT ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:48:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405017#M1925454</guid>
      <dc:creator>kirankerudi</dc:creator>
      <dc:date>2015-12-23T07:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405018#M1925455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, if you don't insure an unique key with a tool similar to range number or uuild, you have to insure that two users won't try to create same record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call a standard creation transaction, and check locks with SM12. Most transactions (those that don't generate the number at save event) will lock the not yet created record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 07:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405018#M1925455</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-12-23T07:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE and DEQUEUE on DELETE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405019#M1925456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any such situation comes where I need to choose it is better to go with UPDATE SET , atleast no chance of corrupting or changing fields which I do not want &lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://community.sap.com/74/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---BR----&lt;/P&gt;&lt;P&gt;Tapomay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 08:41:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-and-dequeue-on-delete/m-p/11405019#M1925456</guid>
      <dc:creator>tapomay_sanyal</dc:creator>
      <dc:date>2015-12-23T08:41:48Z</dc:date>
    </item>
  </channel>
</rss>

