<?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: Delete Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463630#M218552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. DELETE TEST WHERE VBELN  = '908001000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jul 2006 11:50:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-25T11:50:56Z</dc:date>
    <item>
      <title>Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463629#M218551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I have Internal Table like&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;   Data : Begin of test occurs 0,&lt;/P&gt;&lt;P&gt;           vbeln like vbrp-vbeln,&lt;/P&gt;&lt;P&gt;           posnr like vbrp-posnr,&lt;/P&gt;&lt;P&gt;           bzirk like vbrp-bzirk,&lt;/P&gt;&lt;P&gt;          end of test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If suppose in my internal table with vbeln = 90800100, 10 line items its having. &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  I want to delete all the entries in the internal table which is having Vbeln = 90800100. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this what is the exact statement I can use for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463629#M218551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463630#M218552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. simple&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. DELETE TEST WHERE VBELN  = '908001000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463630#M218552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463631#M218553</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DELETE test WHERE vbeln = '90800100'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Wasim Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463631#M218553</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-07-25T11:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463632#M218554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To delete more than one line using a condition, use the following statement: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE &amp;lt;itab&amp;gt; WHERE &amp;lt;cond&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463632#M218554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463633#M218555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can do like ths.&lt;/P&gt;&lt;P&gt;DELETE test WHERE vbeln = '90800100'&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:52:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463633#M218555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463634#M218556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sort itab by vbeln&lt;/P&gt;&lt;P&gt;delete  itab where vbeln eq '90800100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463634#M218556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463635#M218557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;delete itab where itab-vbeln = '90800100'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463635#M218557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463636#M218558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkata,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Use &amp;lt;b&amp;gt;DELETE&amp;lt;/b&amp;gt; statement to delete entries in internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try as follows::&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DELETE TEST WHERE VBELN = '90800100'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To know more about DELETE statment check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/delete_i.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/delete_i.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinaykumar G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463636#M218558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463637#M218559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkata,&lt;/P&gt;&lt;P&gt;        Use &lt;/P&gt;&lt;P&gt;        V_vbeln = '90800100'.&lt;/P&gt;&lt;P&gt;        Delete test where vbeln = v_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Hope it would help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Prashanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 11:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463637#M218559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T11:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463638#M218560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;  use the DELETE statement&lt;/P&gt;&lt;P&gt;DELETE test WHERE VBELN = 90800100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Beena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 12:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463638#M218560</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T12:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463639#M218561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  The problem is not very critical. Every one has given you the correct solution . &lt;/P&gt;&lt;P&gt;Just after getting all the records in your "test" internal table just delete the records where the VBELN matches the data. If still the problem is not solved I think you better clarify the problem in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 12:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463639#M218561</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Delete Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463640#M218562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I don't think the problem is very critical.Every one has given you the correct solution that is first get the data in your internal table and then delete the records where VBELN matches with the data.If still the problem is not solved then I think you better clarify it in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2006 12:29:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-internal-table/m-p/1463640#M218562</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-25T12:29:44Z</dc:date>
    </item>
  </channel>
</rss>

