<?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 ranges table record based on internal table record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294910#M1917274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael Ryan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create range from internal table and try to delete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Oct 2015 12:33:50 GMT</pubDate>
    <dc:creator>Pragnesh_7se7</dc:creator>
    <dc:date>2015-10-10T12:33:50Z</dc:date>
    <item>
      <title>Delete ranges table record based on internal table record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294908#M1917272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAP Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to remove records from a RANGES tables based on entries that are in an internal table? I have an internal table with several prooduction order records in it. I also have a RANGES table with a from/to range of production order records. I want the RANGES table to exclude any of the production order records that are in this internal table. So I want to delete these records form consideration from teh RANGES table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can that be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen where it is possible to delete internal table entries based on the RANGES table but not the other way around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advice.&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 12:09:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294908#M1917272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-10T12:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ranges table record based on internal table record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294909#M1917273</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 exclude internal table values in RANGES table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it. "includes the values to delete&lt;/P&gt;&lt;DIV&gt;&amp;nbsp; rng-sign = 'E'.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; rng-option = 'EQ'.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; rng-low = it-value.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; rng-high = it-value.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; append rng.&lt;/DIV&gt;&lt;P&gt;&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;Br&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 12:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294909#M1917273</guid>
      <dc:creator>michael_kozlowski</dc:creator>
      <dc:date>2015-10-10T12:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ranges table record based on internal table record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294910#M1917274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael Ryan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create range from internal table and try to delete.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 12:33:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294910#M1917274</guid>
      <dc:creator>Pragnesh_7se7</dc:creator>
      <dc:date>2015-10-10T12:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ranges table record based on internal table record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294911#M1917275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Michael for your help. that worked!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2015 12:57:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294911#M1917275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-10T12:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Delete ranges table record based on internal table record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294912#M1917276</link>
      <description>&lt;P&gt;Thanks Michael, this helped me in an issue.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2023 06:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-ranges-table-record-based-on-internal-table-record/m-p/11294912#M1917276</guid>
      <dc:creator>santoshsk926</dc:creator>
      <dc:date>2023-07-20T06:08:50Z</dc:date>
    </item>
  </channel>
</rss>

