<?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: Deleting records from database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744670#M1112965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to change the item category of BOM. its not possible to change the item category of BOM, so first i am deleting the item category aft tht i ll re-insert the item category again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2008 11:47:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-11T11:47:24Z</dc:date>
    <item>
      <title>Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744666#M1112961</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 got a requirement that in one case I have to delete a records from db &lt;/P&gt;&lt;P&gt;So I suppose to do like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete stko where IDNRK = it_itab1-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it suggestible for my requirement?&lt;/P&gt;&lt;P&gt;Please help me out  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 11:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744666#M1112961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T11:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744667#M1112962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its &lt;SPAN __default_attr="20" __jive_macro_name="size"&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Not advisable&lt;/SPAN&gt;&lt;/SPAN&gt; to delete standard table records other than from standard transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 11:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744667#M1112962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T11:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744668#M1112963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can tell us that why you want to delete the data from BOM Header table that will be more helpful. Because deleteing data in this way is not supported by SAP.  A BDC can be a better option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 11:42:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744668#M1112963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T11:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744669#M1112964</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;The standard tables are always inter related. So, you should check the consequences you would have to face.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check where all this table is used, what is the effect it is going to take?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, check if the table is client independant or dependant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do some research about the table first and then delete.&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;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 11:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744669#M1112964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T11:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744670#M1112965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to change the item category of BOM. its not possible to change the item category of BOM, so first i am deleting the item category aft tht i ll re-insert the item category again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 11:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744670#M1112965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T11:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744671#M1112966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your approach is not going to work in the way you are trying, i suppose you will end up crashing the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My suggestion is to do a BDC recording or BAPI to delete BOMs and then re-upload again with the correct Item category...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 11:52:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744671#M1112966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T11:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744672#M1112967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u tell me BAPI name or in BDC how we do for deleting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 11:54:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744672#M1112967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T11:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744673#M1112968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 13:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744673#M1112968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T13:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744674#M1112969</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;You can create BDC or LSMW for CS02 transaction and delete the BOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second screeen  MATERIAL BOM menu you have an option to delete the BOM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You also require Change number for do this activity or you can request authoriztion to basis team&lt;/P&gt;&lt;P&gt;to delete BOM without change number.&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;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 13:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744674#M1112969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T13:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744675#M1112970</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;see if u can use the BAPI 'CAVC_I_CHANGE_BOM_ITEM_DATA'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 13:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744675#M1112970</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-11-11T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744676#M1112971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to delete the item category of BOM only not whole BOM, for deleting this we will use IB02 Tcode.&lt;/P&gt;&lt;P&gt;So can u give some idea for writing this program&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:16:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744676#M1112971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T14:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744677#M1112972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before writing a programmatically deleting records from a SAP standard Database table, consider this thread: &lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1122303"&gt;&lt;/A&gt;  This poor chap has at least not caused an business problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now think about what you will do if your program doesn't quite work as expected, and you end up with a corrupted production system that means the business can no longer do their work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744677#M1112972</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-11T14:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744678#M1112973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i will delete in BOM Item Category only aft tht i ll update with new values in single program only i will do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744678#M1112973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T14:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744679#M1112974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go ahead by all means and write your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And dont forget to put your experience afterwards when the executives and Audit come after you and your team for doing that &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744679#M1112974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T14:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744680#M1112975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There could be all sorts of processing that &lt;STRONG&gt;has already taken place&lt;/STRONG&gt; that depends on the bom item category.  There's a reason it isn't changeable by SAP supplied transactions.  When you do more processing using that bom, you could end up with inconsistencies.  Are you &lt;STRONG&gt;sure&lt;/STRONG&gt; you won't.  100%, bet your life &lt;STRONG&gt;sure&lt;/STRONG&gt;?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you planning on running this in production?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744680#M1112975</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-11T14:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744681#M1112976</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;In the worst case, if you have to do this...make sure you document everything properly and take the nec essary approvals so as to save yourself in case a issue raised on the approach being followed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forgot to include the risk of this solution apporach in your formal documents, and approvals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744681#M1112976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T14:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744682#M1112977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am 100% sure that its my requirement only&lt;/P&gt;&lt;P&gt;its not possible to change item cateegory of BOM for tht we have to do delect that one aft tht i ll reinsert again in single program only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744682#M1112977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T14:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744683#M1112978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See OSS note 901730&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744683#M1112978</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-11T14:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744684#M1112979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Matt&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; i am 100% sure that its my requirement only&lt;/P&gt;&lt;P&gt;&amp;gt; its not possible to change item cateegory of BOM for tht we have to do delect that one aft tht i ll reinsert again in single program only&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then make 100% sure that you cover yourself as Ajay Tiwari says.  When it goes wrong, if you've not pointed out the risks, you could be the scapegoat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 14:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744684#M1112979</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-11-11T14:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Deleting records from database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744685#M1112980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi Matt&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; i am 100% sure that its my requirement only&lt;/P&gt;&lt;P&gt;&amp;gt; its not possible to change item cateegory of BOM for tht we have to do delect that one aft tht i ll reinsert again in single program only&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are 100% sure then instead of Delete &amp;amp; insert do Update. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Nov 2008 04:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-records-from-database-table/m-p/4744685#M1112980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-12T04:45:18Z</dc:date>
    </item>
  </channel>
</rss>

