<?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: table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221772#M477144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A data base table can store related data permenenlty.&lt;/P&gt;&lt;P&gt;it helps to retrieve a large amount of related data by giving few conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An internal table is a portion of ABAP memory where the data fetched from the database table is stored temporarily for:&lt;/P&gt;&lt;P&gt;1. faster acces to the data &amp;amp;&lt;/P&gt;&lt;P&gt;2. processing of the data &lt;/P&gt;&lt;P&gt;using the processed data we can either modify the database table data or add rows into the database table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 May 2007 10:17:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-07T10:17:21Z</dc:date>
    <item>
      <title>table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221766#M477138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what r the advantages of creating table?culd u plzzz tell me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2007 15:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221766#M477138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-05T15:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221767#M477139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want data to store permanently you have to do it in a DB table.&lt;/P&gt;&lt;P&gt;If you only want to have them temporarily, you can use a internal table in the abap program.&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;Hans&lt;/P&gt;&lt;P&gt;please give reward points for useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2007 15:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221767#M477139</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2007-05-05T15:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221768#M477140</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; The advantages of creating a table depends on what kind of requirment you have. If the requirement is to store the data for history purpose or store the data for anlsysis purpose or you want to store the data to be used in further processing then you go for creating tables in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Simple example is if a company wants to know how many sales they have done for a month , they can find the details by querying the data stored in the table. So for such reasons we need to store the data in the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2007 16:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221768#M477140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-05T16:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221769#M477141</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;Main advantage is to store the data permanently for your future reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is helpful.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sangeetha.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 10:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221769#M477141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T10:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221770#M477142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;table means u mean internal table or database table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;advantage of creating database table is in its name itself. it stores a permanant database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;coming to internal table, it will be like a snapshot of database table.&lt;/P&gt;&lt;P&gt;for our manipulation always intervening the database table is not a good practise so for our manipulation we use internal table and the final data if needed will be finally updated in database table only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 10:10:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221770#M477142</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2007-05-07T10:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221771#M477143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Advantages of creating Database Table :&lt;/P&gt;&lt;P&gt;1 we can store our data permanently.&lt;/P&gt;&lt;P&gt;2 Duplicates are avoided&lt;/P&gt;&lt;P&gt;3 Is to Maintain the data&lt;/P&gt;&lt;P&gt;Advantages of creating Internal Table :&lt;/P&gt;&lt;P&gt;1 we can manipulate the database table temporarily&lt;/P&gt;&lt;P&gt;2 we can retrieve data from database table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 10:15:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221771#M477143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T10:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221772#M477144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A data base table can store related data permenenlty.&lt;/P&gt;&lt;P&gt;it helps to retrieve a large amount of related data by giving few conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An internal table is a portion of ABAP memory where the data fetched from the database table is stored temporarily for:&lt;/P&gt;&lt;P&gt;1. faster acces to the data &amp;amp;&lt;/P&gt;&lt;P&gt;2. processing of the data &lt;/P&gt;&lt;P&gt;using the processed data we can either modify the database table data or add rows into the database table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2007 10:17:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221772#M477144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T10:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221773#M477145</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;creating a table will increase the performence.like if we create an internal table It acts as a temperory storage area where in we can do update,delete,insert operations without affecting the master database which holds the data permanently.&lt;/P&gt;&lt;P&gt;reward with points if helpful.&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2007 12:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2221773#M477145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-07T12:14:49Z</dc:date>
    </item>
  </channel>
</rss>

