<?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 Difference between Table and Table Type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811282#M657154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   Can you please let me know the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between Table and Table Type and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between Structure and Table Type?&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;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2007 05:41:22 GMT</pubDate>
    <dc:creator>sreeramkumar_madisetty</dc:creator>
    <dc:date>2007-09-20T05:41:22Z</dc:date>
    <item>
      <title>Difference between Table and Table Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811282#M657154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;   Can you please let me know the &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between Table and Table Type and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Difference between Structure and Table Type?&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;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 05:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811282#M657154</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-09-20T05:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Table and Table Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811283#M657155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sree Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table is a data dictionary object in sap. table is of different types&lt;/P&gt;&lt;P&gt;1. database tables&lt;/P&gt;&lt;P&gt;2. internal tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table type gives option for u to select different types of internal tables. they r&lt;/P&gt;&lt;P&gt;1. standard table&lt;/P&gt;&lt;P&gt;2. sorted table&lt;/P&gt;&lt;P&gt;3. hash table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Defined like a table and can then be addressed from ABAP programs. &lt;/P&gt;&lt;P&gt;-Structures contain data only during the runtime of a program.&lt;/P&gt;&lt;P&gt;-Just like user-defined data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 05:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811283#M657155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T05:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Table and Table Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811284#M657156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table type just contains the structure of the table and it doesnt contains any records stored in it. Whereas the table contains the records stored in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 05:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811284#M657156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T05:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Table and Table Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811285#M657157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;if you take it simply then&lt;/P&gt;&lt;P&gt;Tables are database tables having  a structure ie fields and data in that.&lt;/P&gt;&lt;P&gt;Table types are structures with fields but no data,we can define internal tables like those table types in our program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table types can also be created by writting codes in the program like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types : begin of structure,&lt;/P&gt;&lt;P&gt;           ........&lt;/P&gt;&lt;P&gt;           .........&lt;/P&gt;&lt;P&gt;           end of structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope now you are clear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 05:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811285#M657157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T05:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Table and Table Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811286#M657158</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;table is a data dictionary object in sap. table is of different types&lt;/P&gt;&lt;P&gt;1. transparent tables &lt;/P&gt;&lt;P&gt;2. pool tables&lt;/P&gt;&lt;P&gt;3. cluster tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table type gives option for u to select different types of internal tables. they r&lt;/P&gt;&lt;P&gt;1. standard table&lt;/P&gt;&lt;P&gt;2. sorted table&lt;/P&gt;&lt;P&gt;3. hash table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structures :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Defined like a table and can then be addressed from ABAP programs.&lt;/P&gt;&lt;P&gt;-Structures contain data only during the runtime of a program.&lt;/P&gt;&lt;P&gt;-Just like user-defined data type.&lt;/P&gt;&lt;P&gt;- they are not present in database server and only on application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Suresh Aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 05:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811286#M657158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T05:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Table and Table Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811287#M657159</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;Tables have database.So it can store data.But in case of table type, it doesnt have database,It just has structure of the table.It can used to define internal tables etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shibino&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 06:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811287#M657159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T06:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Table and Table Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811288#M657160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sree ram,&lt;/P&gt;&lt;P&gt;A table is stored in data dictionary.it contain's both a header and  records(i.e the data)permanently .but a structure does not contain any record.it contains records only during program execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to create a structure the syntax is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Begin of struct,&lt;/P&gt;&lt;P&gt;f1 type data type,&lt;/P&gt;&lt;P&gt;......,&lt;/P&gt;&lt;P&gt;......,&lt;/P&gt;&lt;P&gt;end of Struct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table  stores the data physically but a structure does not store.&lt;/P&gt;&lt;P&gt;A table can have primary key but a structure does not have.&lt;/P&gt;&lt;P&gt;a Table have the technical attribute but a structure does not have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 06:57:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811288#M657160</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T06:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Table and Table Type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811289#M657161</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;Table is Global element of DATA Dic. .It has its structure and also contains data into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure and Table Type is same the only diff between these is,&lt;/P&gt;&lt;P&gt;Structure is Global and Table Type is Local to the Prog in which it is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure also can not store data into it like Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dharmishta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 07:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-table-and-table-type/m-p/2811289#M657161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T07:07:43Z</dc:date>
    </item>
  </channel>
</rss>

