<?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: How read values between two variables(fields) from the internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-read-values-between-two-variables-fields-from-the-internal-table/m-p/8845202#M1684606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming that the two fields mentioned are simple variables (Integer, string,etc)&amp;nbsp; &amp;amp; not part of complex data types(internal table), You can directly read values using them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can directly delete entries from internal table with where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;Build a range from those 2 values:&lt;BR /&gt;&lt;BR /&gt;lr_matnr-sign&amp;nbsp; = 'E'. "Exclude&lt;BR /&gt;lr_matnr-option = 'EQ'.&lt;BR /&gt;lr_matnr-low = matnr1.&lt;BR /&gt;lr_matnr-high = matne2.&lt;BR /&gt;APPEND lr_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE itab WHERE MATNR IN lr_matnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2012 11:20:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-05-28T11:20:44Z</dc:date>
    <item>
      <title>How read values between two variables(fields) from the internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-read-values-between-two-variables-fields-from-the-internal-table/m-p/8845201#M1684605</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;My requirement is , i had two Fields&amp;nbsp; matnr1 and matne2, using these two values(Fields), i want to read&amp;nbsp; all values between these two values from&amp;nbsp; an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhinav N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moderator message - please try this yourself. It's pretty basic programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Locked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rob Burbank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 10:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-read-values-between-two-variables-fields-from-the-internal-table/m-p/8845201#M1684605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-28T10:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: How read values between two variables(fields) from the internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-read-values-between-two-variables-fields-from-the-internal-table/m-p/8845202#M1684606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming that the two fields mentioned are simple variables (Integer, string,etc)&amp;nbsp; &amp;amp; not part of complex data types(internal table), You can directly read values using them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can directly delete entries from internal table with where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;Build a range from those 2 values:&lt;BR /&gt;&lt;BR /&gt;lr_matnr-sign&amp;nbsp; = 'E'. "Exclude&lt;BR /&gt;lr_matnr-option = 'EQ'.&lt;BR /&gt;lr_matnr-low = matnr1.&lt;BR /&gt;lr_matnr-high = matne2.&lt;BR /&gt;APPEND lr_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE itab WHERE MATNR IN lr_matnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 11:20:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-read-values-between-two-variables-fields-from-the-internal-table/m-p/8845202#M1684606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-05-28T11:20:44Z</dc:date>
    </item>
  </channel>
</rss>

