<?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: Internal table processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278796#M1218438</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;DELETE ITAB WHERE movement type NOT IN S_MOVENTYPE.&lt;/P&gt;&lt;P&gt;Only this record will be left ..&lt;/P&gt;&lt;P&gt;008 I 10tp I 201.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2009 03:23:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-10T03:23:08Z</dc:date>
    <item>
      <title>Internal table processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278795#M1218437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the field in selection screen as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Movement type as select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i have the internal table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matnt I lgort I  movement type I&lt;/P&gt;&lt;P&gt;01     I  10tp I 100&lt;/P&gt;&lt;P&gt;02     I  10tp I 101&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------" /&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------" /&gt;&lt;P&gt;007 I  10tp  I 200&lt;/P&gt;&lt;P&gt;008 I 10tp  I 201.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i enter the movement type as 100 to 200..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i don't want to select the material whic hit the movement type in between 100 to 200..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from the above example i want the data like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matnt I lgort I  movement type I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;008 I 10tp  I 201.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please explain me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Praveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 03:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278795#M1218437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T03:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278796#M1218438</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;DELETE ITAB WHERE movement type NOT IN S_MOVENTYPE.&lt;/P&gt;&lt;P&gt;Only this record will be left ..&lt;/P&gt;&lt;P&gt;008 I 10tp I 201.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 03:23:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278796#M1218438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T03:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278797#M1218439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    U can populate the range having high value as 200 and low value is 100 sign as I option as BT and &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;     Select the data where movement type not in the range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    i.e Select * from tablename where movement not in renage[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Ruchi Tiwari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 03:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278797#M1218439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T03:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278798#M1218440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this way:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: ra_range type selopt.

ra_range-sign = 'E'.  "excluding
ra_range-option = 'EQ'.
ra_range-low = '100'.
ra_range-high = '200'.

select...

 where field in ra_range.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 03:29:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278798#M1218440</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-03-10T03:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278799#M1218441</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;We can populate the data not in this range low 100 to 200. Enter thsi range in seelct option as Exclude range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Md.MaahboobKhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 03:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278799#M1218441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T03:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278800#M1218442</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;try: NOT IN Movement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: &lt;/P&gt;&lt;P&gt;delete ... where Movement NOT IN Movement&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;loop at itab into ... where Movement NOT IN Movement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you do not use other Movenent type, just use it in select statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2009 03:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-processing/m-p/5278800#M1218442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-10T03:51:01Z</dc:date>
    </item>
  </channel>
</rss>

