<?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: difference between internal table and table type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514921#M1260857</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyanka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the difference,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : It_Itab type table of MSEG. " IT_ITAB is Internal Table.&lt;/P&gt;&lt;P&gt;Data : var1 tyep c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform Subroutine TABLES &lt;STRONG&gt;IT_ITAB&lt;/STRONG&gt; using Var1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form Subroutine TABLES &lt;STRONG&gt;IT_ITAB_REF&lt;/STRONG&gt; using Var2. " IT_ITAB_REF is Table type of IT_ITAB.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2009 01:47:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-29T01:47:53Z</dc:date>
    <item>
      <title>difference between internal table and table type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514916#M1260852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have searched sdn but still didnt find a proper answer for thsi question&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the differnce between internal table and table type?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i got after going through few lines which i  got from sdn is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both will hold multiple records at run time.&lt;/P&gt;&lt;P&gt;is table table type also a internal table created globally &lt;/P&gt;&lt;P&gt;can any one clearify this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 14:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514916#M1260852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T14:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: difference between internal table and table type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514917#M1260853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, Table type is not an internal table created globally .&lt;/P&gt;&lt;P&gt;Table type is just a global(declared globally) type which we can use in your program to declare an internal table.&lt;/P&gt;&lt;P&gt;An internal table stores multiple records in a program temporarily. &lt;/P&gt;&lt;P&gt;You can also declare type for an internal table in the program itself by using keyword TYPES&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 14:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514917#M1260853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T14:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: difference between internal table and table type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514918#M1260854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyanka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table type are declared when you are using any subroutines or form routines you declare tables option..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ther if you want to pass reference table table type are used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal table is used to hold data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and table types are used for refernce of a tbale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 14:56:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514918#M1260854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T14:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: difference between internal table and table type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514919#M1260855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difference is that internal tables are specific to a particular program and need to be defined every time. where as Table types are defined globally and can be used in n number of programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where as during runtime Internal tables hold data and table type are used as reference data they don't hold any data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Suvendu Swain on Apr 28, 2009 5:00 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 14:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514919#M1260855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T14:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: difference between internal table and table type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514920#M1260856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table type is like any other type definition, a description to be used to define program variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table types can be defined in the data dictionary using se11.  Take a look there for examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:  my_itab type ty_tab_type.    &lt;/P&gt;&lt;P&gt;    - defines an internal table, my_itab, which can be used in your program to store and process data &lt;/P&gt;&lt;P&gt;      at   runtime &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Greg Kern&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2009 15:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514920#M1260856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-28T15:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: difference between internal table and table type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514921#M1260857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priyanka,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the difference,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : It_Itab type table of MSEG. " IT_ITAB is Internal Table.&lt;/P&gt;&lt;P&gt;Data : var1 tyep c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perform Subroutine TABLES &lt;STRONG&gt;IT_ITAB&lt;/STRONG&gt; using Var1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form Subroutine TABLES &lt;STRONG&gt;IT_ITAB_REF&lt;/STRONG&gt; using Var2. " IT_ITAB_REF is Table type of IT_ITAB.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Dileep .C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2009 01:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-table-type/m-p/5514921#M1260857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-29T01:47:53Z</dc:date>
    </item>
  </channel>
</rss>

