<?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 transparent table ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705757#M1295741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please search SDN before posting such basic questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to give you an idea.&lt;/P&gt;&lt;P&gt;Internal Table : This table is just an array which is available at runtime within your abap program.&lt;/P&gt;&lt;P&gt;It is not present at the database level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transparent Table : It is a table which holds master or transactional data. It has a definite structure and is available at database level. For ex MARA, VBAK, VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Jun 2009 09:06:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-06T09:06:36Z</dc:date>
    <item>
      <title>difference between internal table and transparent table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705756#M1295740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybuddy ! &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Can Any buddy tell me the difference between internal table and transparent table ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2009 08:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705756#M1295740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-06T08:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: difference between internal table and transparent table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705757#M1295741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please search SDN before posting such basic questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to give you an idea.&lt;/P&gt;&lt;P&gt;Internal Table : This table is just an array which is available at runtime within your abap program.&lt;/P&gt;&lt;P&gt;It is not present at the database level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transparent Table : It is a table which holds master or transactional data. It has a definite structure and is available at database level. For ex MARA, VBAK, VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2009 09:06:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705757#M1295741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-06T09:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: difference between internal table and transparent table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705758#M1295742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didnt get such a good answer earlier ... Thankyou for your valueable Answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2009 09:48:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705758#M1295742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-06T09:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: difference between internal table and transparent table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705759#M1295743</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;Transparent table: The real database which exists in the SAP R/3 always.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal table: Which doesn't exist in the SAP R/3 system. It gets created when your program containing internal table is being created. It is not real database. It is a temporary table created during program execution for processing the records selected from the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following link will give you better idea:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal table : &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb35de358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/fc/eb35de358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transparent table:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm" target="test_blank"&gt;http://www.sap-img.com/abap/the-different-types-of-sap-tables.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2009 11:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705759#M1295743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-06T11:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: difference between internal table and transparent table ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705760#M1295744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please don't ask or answer such basic questions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points unassigned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jun 2009 16:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-internal-table-and-transparent-table/m-p/5705760#M1295744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-06T16:56:34Z</dc:date>
    </item>
  </channel>
</rss>

