<?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/2464135#M553135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;DB table is the table where data is stored in database&lt;/P&gt;&lt;P&gt; and it exits both ind atabse and data dictionary&lt;/P&gt;&lt;P&gt;where as Internal tables are run time tables which we use for data processing&lt;/P&gt;&lt;P&gt;depending on data they automatically grow at run time&lt;/P&gt;&lt;P&gt;we use these tables for data processing, as it is not advised to play with DB tables with all DML and DDL commands.&lt;/P&gt;&lt;P&gt;Work area  is like field string means a record which consists of some fields&lt;/P&gt;&lt;P&gt;they are like one record data of internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 07:20:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-03T07:20:39Z</dc:date>
    <item>
      <title>Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2464134#M553134</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;  what is the difference between Internal table and the table we created in data Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is work area and field string?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 07:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2464134#M553134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T07:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2464135#M553135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;DB table is the table where data is stored in database&lt;/P&gt;&lt;P&gt; and it exits both ind atabse and data dictionary&lt;/P&gt;&lt;P&gt;where as Internal tables are run time tables which we use for data processing&lt;/P&gt;&lt;P&gt;depending on data they automatically grow at run time&lt;/P&gt;&lt;P&gt;we use these tables for data processing, as it is not advised to play with DB tables with all DML and DDL commands.&lt;/P&gt;&lt;P&gt;Work area  is like field string means a record which consists of some fields&lt;/P&gt;&lt;P&gt;they are like one record data of internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 07:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2464135#M553135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T07:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2464136#M553136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Internal table is just a tempory table specific to the program. Exists only in that program&lt;/P&gt;&lt;P&gt;Database table is a global table used in programs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workarea is just a structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 07:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2464136#M553136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T07:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2464137#M553137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Database table is a table thatis used for the entire data dictionary.But Internal Table is a table which is specified within a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever a table is activated in DD we can insert,modify,delete or we can do the modifications for that table.But Internal table is for the particlar program and is restricted.No one can use it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 07:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2464137#M553137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T07:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2464138#M553138</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;data which we send to data base table will be stored in database.&lt;/P&gt;&lt;P&gt;internal table is for doing transaction(retrieving,creating or updating) on the database table(dictionary table) in the program..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa and field string we will use both of them for holding the single record.&lt;/P&gt;&lt;P&gt;wa we will say for internal table.&lt;/P&gt;&lt;P&gt;field string we will say for structure.&lt;/P&gt;&lt;P&gt;there is no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward all helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 07:49:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table/m-p/2464138#M553138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T07:49:59Z</dc:date>
    </item>
  </channel>
</rss>

