<?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 internal table issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512311#M1559680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts ,  my database table has 1 million  records , now i want to display it on screen , just like se11 table display ,&lt;/P&gt;&lt;P&gt;if i select it in internal table , will the internal table hold that much data , or if the size keep growing , then how will the internal table  hold that huge data , is there any other alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Dec 2010 05:58:49 GMT</pubDate>
    <dc:creator>former_member410927</dc:creator>
    <dc:date>2010-12-22T05:58:49Z</dc:date>
    <item>
      <title>internal table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512311#M1559680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts ,  my database table has 1 million  records , now i want to display it on screen , just like se11 table display ,&lt;/P&gt;&lt;P&gt;if i select it in internal table , will the internal table hold that much data , or if the size keep growing , then how will the internal table  hold that huge data , is there any other alternative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 05:58:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512311#M1559680</guid>
      <dc:creator>former_member410927</dc:creator>
      <dc:date>2010-12-22T05:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: internal table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512312#M1559681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, internal table can hold this much of data.&lt;/P&gt;&lt;P&gt;But you should also analyse do you really need to display 1 million records and how this information will be processed or used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:03:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512312#M1559681</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2010-12-22T06:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: internal table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512313#M1559682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes....Internal table is capable of handling this much amount of data, ( Ooh..Till it doesnot exceeds the memory allocated report to it during run time )&lt;/P&gt;&lt;P&gt;but it is suggestible to have a strong selection criteria...! display in chunks...!&lt;/P&gt;&lt;P&gt;the man thing is that Will the End User who will be using this data will able to interpret this huge amount of data ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512313#M1559682</guid>
      <dc:creator>anup_deshmukh4</dc:creator>
      <dc:date>2010-12-22T06:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: internal table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512314#M1559683</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;Firstly, the size of the internal table depends on the memory. I am not sure if your internal table can hold close to 1M records. By the way, why do you want to display all 1 million records to the user?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:05:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512314#M1559683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T06:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: internal table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512315#M1559684</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;First of all do you want to display all the records of the table like se11 or depending on some condition you want to show the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to show all the records. then you already have se11/sm30 you can create a Tcode for displaying the entries instead..&lt;/P&gt;&lt;P&gt;If you want to show it depending on some Condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then, use table control/ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Dec 2010 06:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-issue/m-p/7512315#M1559684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-22T06:06:55Z</dc:date>
    </item>
  </channel>
</rss>

