<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779218#M335951</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;hope u want to know wat an internal table is.. coz ur question is not very clear..&lt;/P&gt;&lt;P&gt;anyways i've put down few points in it_tab.&lt;/P&gt;&lt;P&gt;Internal table is an array which can store multiple records. These are data objects that allow u to retain several data records with the same structure in memory.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The internal table can expand dynamically&amp;lt;/b&amp;gt;.ie the no of data record is enormous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try and use the it_tab the max for data retrieval or for loading in any data,simply bcoz it_tab are very effective  and fast for huge data retrieval,there by reducing the processing time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax: &amp;lt;it_tab name&amp;gt; type table of &amp;lt;table name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any more clarifications on it_tab ,do post in ur question.&lt;/P&gt;&lt;P&gt;all the best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 04:30:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-11T04:30:48Z</dc:date>
    <item>
      <title>Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779216#M335949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;tell me  effective way of using an internal table&lt;/P&gt;&lt;P&gt;sarath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779216#M335949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779217#M335950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sarath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is specific to your scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally you can use a STANDARD internal table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have got some records and you have a loop / read statement in your internal table, it might be a good idea to use a SORTED table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have got huge amount of records, then go for the HASED internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be a good idea to use field symobls to process the internal tables, rather than the work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779217#M335950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779218#M335951</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;hope u want to know wat an internal table is.. coz ur question is not very clear..&lt;/P&gt;&lt;P&gt;anyways i've put down few points in it_tab.&lt;/P&gt;&lt;P&gt;Internal table is an array which can store multiple records. These are data objects that allow u to retain several data records with the same structure in memory.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The internal table can expand dynamically&amp;lt;/b&amp;gt;.ie the no of data record is enormous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try and use the it_tab the max for data retrieval or for loading in any data,simply bcoz it_tab are very effective  and fast for huge data retrieval,there by reducing the processing time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntax: &amp;lt;it_tab name&amp;gt; type table of &amp;lt;table name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if any more clarifications on it_tab ,do post in ur question.&lt;/P&gt;&lt;P&gt;all the best.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779218#M335951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779219#M335952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2832569"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779219#M335952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779220#M335953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sarath,&lt;/P&gt;&lt;P&gt;              Internal table is a temperorary table where we can store all the entries of the database in our program..the main advantage is that we can easily fetch data aslo its quick because we just interact with the database very  less...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the declaration of an internal table is..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : it_1 type mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         it_1    internal table name&lt;/P&gt;&lt;P&gt;         mara  structure name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the things u have to take into concern for effective processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; Gather all the relevant data from database at a single strech so that we can    have minimal  data retrival time.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;It comes handy when we use joins because we can merge all our required data &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;into one table so that multiple table usage can be averted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;looping of internal table must be used with care cause looping statements deprives performance.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Use field symbols instead of work area or internal table with header line.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Ingeneral u can use standard internal table when u have a bulk data then u can go for sorted internal table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; these are some ways by which u can use the internal table in an effective manner..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards ,&lt;/P&gt;&lt;P&gt;Rajkumar.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        RAJKUMAR GAUTHAMAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779220#M335953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779221#M335954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanx for ur rewards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 04:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779221#M335954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T04:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779222#M335955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Purpose of chain-endchain and when it is used with real time scenario?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 05:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table/m-p/1779222#M335955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T05:20:01Z</dc:date>
    </item>
  </channel>
</rss>

