<?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 rows internal table from interal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows-internal-table-from-interal-table/m-p/12390497#M1994704</link>
    <description>&lt;P&gt;from the link I did not understand how to do it,
can you give me a practical example? thank you&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 13:08:51 GMT</pubDate>
    <dc:creator>mark_fryu</dc:creator>
    <dc:date>2021-05-07T13:08:51Z</dc:date>
    <item>
      <title>DELETE rows internal table from interal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows-internal-table-from-interal-table/m-p/12390495#M1994702</link>
      <description>&lt;P&gt;is there any way to delete all rows of an internal table from an internal table? &lt;/P&gt;
  &lt;P&gt;for example :&lt;/P&gt;
  &lt;P&gt;DELETE &amp;lt;table1&amp;gt; from &amp;lt;table2&amp;gt; where &amp;lt;table1-field&amp;gt; eq &amp;lt;table2-field&amp;gt;&lt;/P&gt;
  &lt;P&gt;even without where is fine, I need everything in table2 to delete everything in table1&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 09:01:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows-internal-table-from-interal-table/m-p/12390495#M1994702</guid>
      <dc:creator>mark_fryu</dc:creator>
      <dc:date>2021-05-07T09:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE rows internal table from interal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows-internal-table-from-interal-table/m-p/12390496#M1994703</link>
      <description>&lt;P&gt;Something like &lt;A href="https://answers.sap.com/answers/13203497/view.html" target="_blank"&gt;this&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 09:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows-internal-table-from-interal-table/m-p/12390496#M1994703</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2021-05-07T09:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE rows internal table from interal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows-internal-table-from-interal-table/m-p/12390497#M1994704</link>
      <description>&lt;P&gt;from the link I did not understand how to do it,
can you give me a practical example? thank you&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 13:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows-internal-table-from-interal-table/m-p/12390497#M1994704</guid>
      <dc:creator>mark_fryu</dc:creator>
      <dc:date>2021-05-07T13:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: DELETE rows internal table from interal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows-internal-table-from-interal-table/m-p/12390498#M1994705</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;one way is looping table2 and delete table1 by comparing table2-field (will affect the performance based on table size.&lt;/P&gt;&lt;P&gt;load table2-field to single selection or equalant one and use&lt;/P&gt;&lt;P&gt;DELETE table1 where field in s_field. &lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 13:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows-internal-table-from-interal-table/m-p/12390498#M1994705</guid>
      <dc:creator>Abinathsiva</dc:creator>
      <dc:date>2021-05-07T13:52:21Z</dc:date>
    </item>
  </channel>
</rss>

