<?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 statement behaving strange in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638840#M284659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DELETE &amp;lt;b&amp;gt;TABLE&amp;lt;/b&amp;gt; itab WITH TABLE KEY k1 = v1 ... kn = vn.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE TABLE itab [FROM wa].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2006 12:58:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-25T12:58:23Z</dc:date>
    <item>
      <title>DELETE statement behaving strange</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638839#M284658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using a DELETE itab from itab statement in between my LOOP-ENDLOOP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, if I declare my itab with the syntax :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: BEGIN of itab occurs 0,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;END of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then the above DELETE statement works fine but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I declare my itab as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: itab type / like standard table of say MARA with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then the program gives me a dump at the DELETE statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me the difference and the reason for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 12:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638839#M284658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE statement behaving strange</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638840#M284659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DELETE &amp;lt;b&amp;gt;TABLE&amp;lt;/b&amp;gt; itab WITH TABLE KEY k1 = v1 ... kn = vn.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE TABLE itab [FROM wa].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 12:58:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638840#M284659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T12:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE statement behaving strange</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638841#M284660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi soni , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since the itab structure and the mara structure is diff .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this problem ..&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 13:00:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638841#M284660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T13:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE statement behaving strange</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638842#M284661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandrasekhar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the point but when we declare an internal table with the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: Begin of itab&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;End of itab...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means that the internal table is a standard internal table only...Isnt it?and if I am not wrong then the system will automatically consider data objects of type C , as its key fields .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 13:02:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638842#M284661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T13:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE statement behaving strange</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638843#M284662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandrasekhar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the point but when we declare an internal table with the statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: Begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;End of itab...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It means that the internal table is a standard internal table only...Isnt it?and if I am not wrong then the system will automatically consider data objects of type C , as its key fields .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 13:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638843#M284662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T13:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE statement behaving strange</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638844#M284663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume that both the structures are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 13:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638844#M284663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T13:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE statement behaving strange</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638845#M284664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We can't really help without knowing some of the details of the dump. Could you post them please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rpb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2006 13:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-statement-behaving-strange/m-p/1638845#M284664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-25T13:50:37Z</dc:date>
    </item>
  </channel>
</rss>

