<?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: Dynamically deleting rows from an internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-deleting-rows-from-an-internal-table/m-p/9955368#M1799222</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;Your solution is good enough. It is easy to read and it does its thing efficiently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I wouldn't wast too much time on internal table operations, nowadays these operations are executed extremely fast, the only thing that I would worry about is, is this understandable for someone else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Nov 2013 10:41:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-28T10:41:03Z</dc:date>
    <item>
      <title>Dynamically deleting rows from an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-deleting-rows-from-an-internal-table/m-p/9955366#M1799220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why is the following statement not supported in abap ? is there any workaround for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete &amp;lt;table&amp;gt; where (lv_property_name) not in lt_select_options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it is possible to write :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete table &amp;lt;tbl&amp;gt; with table key (lc_fieldname) =&amp;nbsp; lv_property_value.--&amp;gt; But this is not what i m looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the work arround :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;&amp;lt;table&amp;gt; &lt;SPAN class="L0S52"&gt;assigning &lt;/SPAN&gt;&amp;lt;fs_table&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ASSIGN&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;component &lt;/SPAN&gt;lf_property &lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;STRUCTURE &lt;/SPAN&gt;&amp;lt;fs_table&amp;gt; &lt;SPAN class="L0S52"&gt;TO &lt;/SPAN&gt;&amp;lt;field&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;&amp;lt;field&amp;gt; &lt;SPAN class="L0S52"&gt;not &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;lt_sel_options&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;delete &lt;/SPAN&gt;&amp;lt;table&amp;gt; &lt;SPAN class="L0S52"&gt;index &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;tabix&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; unassign &amp;lt;field&amp;gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;endloop&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;is there any better solution , so wthout looping the table ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 10:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-deleting-rows-from-an-internal-table/m-p/9955366#M1799220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-28T10:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically deleting rows from an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-deleting-rows-from-an-internal-table/m-p/9955367#M1799221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Delete &amp;lt;table&amp;gt; where (lv_condition_syntax)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;is possible, if that's of any help. See ABAP documentation for DELETE statement for all details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 10:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-deleting-rows-from-an-internal-table/m-p/9955367#M1799221</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2013-11-28T10:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically deleting rows from an internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-deleting-rows-from-an-internal-table/m-p/9955368#M1799222</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;Your solution is good enough. It is easy to read and it does its thing efficiently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I wouldn't wast too much time on internal table operations, nowadays these operations are executed extremely fast, the only thing that I would worry about is, is this understandable for someone else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 10:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamically-deleting-rows-from-an-internal-table/m-p/9955368#M1799222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-28T10:41:03Z</dc:date>
    </item>
  </channel>
</rss>

