<?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 transparent table &amp; Internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121319#M741242</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 want to know the Difference between transparent table &amp;amp; Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Nov 2007 16:58:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-17T16:58:26Z</dc:date>
    <item>
      <title>Difference between transparent table &amp; Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121319#M741242</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 want to know the Difference between transparent table &amp;amp; Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2007 16:58:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121319#M741242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-17T16:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between transparent table &amp; Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121320#M741243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transpernt table is table which is being crated in the database. This table will store atcual data .. Example MARA, VBAK..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal tables are only crated at program level. Internal table will stores data for only that perticular program. After program finishes it will destroyed by system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the internal table to process the transpernet tables data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2007 17:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121320#M741243</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2007-11-17T17:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between transparent table &amp; Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121321#M741244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transparent table is database table. The data will remain permanently in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal tables are tables used within a program to store data. The data will remain as long as the program is running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Nov 2007 17:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121321#M741244</guid>
      <dc:creator>former_member195698</dc:creator>
      <dc:date>2007-11-17T17:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between transparent table &amp; Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121322#M741245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the prompt reply.It sure did solve my doubt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2007 08:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121322#M741245</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-18T08:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between transparent table &amp; Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121323#M741246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sneha ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Transparent tables :&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transparent tables are permanent table, and its hold the permanent data, it's the one of the data dictionary object, so it does create on SE11, it's one to one relationship with Data base tables,it's contains primary and foriegn key relationship, and also contains technical attributes and data element and Domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Internal tables :&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal tables are temprevary and virtual table , It hold's the data on only during runtime , after that it will discarded , it create and filled the data only on run time, it's located on &amp;lt;b&amp;gt;RAM&amp;lt;/b&amp;gt; on the Application Server, It's contains two part one is &amp;lt;b&amp;gt;Header Line(Work area&amp;lt;/b&amp;gt;) and &amp;lt;b&amp;gt;Body&amp;lt;/b&amp;gt;, It's create in SE38, There are three types of internal tables available,&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;1.Sorted (Binary Search)&lt;/P&gt;&lt;P&gt;2.Standard (Linear Search)&lt;/P&gt;&lt;P&gt;3.Hashed (Hashing Algorithm's).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2007 04:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121323#M741246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-19T04:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between transparent table &amp; Internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121324#M741247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the replies..my doubts r clear now...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2007 11:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-transparent-table-internal-table/m-p/3121324#M741247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-22T11:10:43Z</dc:date>
    </item>
  </channel>
</rss>

