<?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: Select Data from internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966483#M1490555</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heard about [LOOP AT itab WHERE|http://help.sap.com/abapdocu_70/en/ABAPLOOP_AT_ITAB_COND.htm#!ABAP_ADDITION_4@4@] ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jun 2010 09:09:58 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2010-06-01T09:09:58Z</dc:date>
    <item>
      <title>Select Data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966479#M1490551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        i have to some calculation using internal table  , nw i have some records in my internal tables , i have to select a  multiple no's of records from that internal table . (Not one record ) . How i can select , please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 08:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966479#M1490551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T08:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select Data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966480#M1490552</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;I think you cant select from the internal table. Instead of that move the records into another internal table and delete the unwanted records based on your condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;removed by moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Jun 1, 2010 11:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 09:03:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966480#M1490552</guid>
      <dc:creator>arul_murugan</dc:creator>
      <dc:date>2010-06-01T09:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Select Data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966481#M1490553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use control Break Statements for doing the calculations in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For control break statements search the SCN Forum. You can get lot of examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Sumodh.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 09:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966481#M1490553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T09:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Select Data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966482#M1490554</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;&lt;/P&gt;&lt;P&gt;You have the selected data in internal table. You want to do some calculation not one record it should be multiple record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that you can use LOOP statemet to do the calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB INTO WA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DO the callculation here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 09:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966482#M1490554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T09:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select Data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966483#M1490555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heard about [LOOP AT itab WHERE|http://help.sap.com/abapdocu_70/en/ABAPLOOP_AT_ITAB_COND.htm#!ABAP_ADDITION_4@4@] ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 09:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966483#M1490555</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-06-01T09:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select Data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966484#M1490556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the keyword  COLLECT .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise you have to loop the table and make the summation of the records matching your criteria but this might be slow for big tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 09:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966484#M1490556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T09:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select Data from internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966485#M1490557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;Please search for available information before posting, ABAP online help etc., do not post basic questions.&lt;/P&gt;&lt;P&gt;Thread locked.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 09:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-internal-table/m-p/6966485#M1490557</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-06-01T09:29:47Z</dc:date>
    </item>
  </channel>
</rss>

